153 Commits

Author SHA1 Message Date
Mike Frysinger
1a39550084 setup_board: do not check for gdb with arm-eabi toolchain
Looks like there was a desync between adding gdb support and arm-eabi
support.  We don't provide gdb for the arm-eabi toolchain, so don't
consider it when looking for updates.  Otherwise we end up constantly
re-installing the arm-eabi toolchain because there are "updates".

BUG=None
TEST=setup_board for x86-alex stops re-installing the arm-eabi toolchain everytime

Change-Id: I099bc6a411b6cacdd3d7cdd5e4eb872a937678bd
Reviewed-on: https://gerrit.chromium.org/gerrit/12905
Commit-Ready: Mike Frysinger <vapier@chromium.org>
Reviewed-by: Mike Frysinger <vapier@chromium.org>
Tested-by: Mike Frysinger <vapier@chromium.org>
2011-12-14 09:45:59 -08:00
Brian Harring
cb782248d4 transfer setup_board and build_parents into crosutils
Due to historical reasons, these scripts have existed at
chromiumos-overlay/chrome/scripts, but have belonged
in src/scripts (previously accessed by symlinks here
pointing to their locations).

Transfer them in, rather than relying on symlinks; this
gets us atomic commits w/in crosutils in the process.

Scripts were imported as of 604e3722af59164bc97aa5dcd1407e36495c96d7

BUG=chromium-os:24111
TEST=cbuildbot x86-generic-full

Change-Id: I689f7e05a25d427e24372f206bdb0779bf857820
Reviewed-on: https://gerrit.chromium.org/gerrit/12893
Reviewed-by: David James <davidjames@chromium.org>
Commit-Ready: Brian Harring <ferringb@chromium.org>
Tested-by: Brian Harring <ferringb@chromium.org>
2011-12-13 21:29:35 -08:00
tedbo
6a2c4c3365 Add symlinks to new build scripts. This obviates the need to run setup_source_tree.sh.
Review URL: http://codereview.chromium.org/650056
2010-02-19 14:54:50 -08:00