aboutsummaryrefslogtreecommitdiff
path: root/build_chromeos.py
AgeCommit message (Collapse)Author
2015-03-31Change default to build ChromeOS with AFDO.Luis Lozano
Change the default USE flags to use AFDO since that is how the released images are built. To build WITHOUT AFDO do: build_chromeos.py --env='USE=-afdo_use' --board .... BUG=None TEST=Tested building with and without AFDO. Verified right USE flags are generated. Change-Id: I6ae2313b76b08fc0e0a22aae90f4ca0396d523e4 Reviewed-on: https://chrome-internal-review.googlesource.com/210834 Reviewed-by: Caroline Tice <cmtice@google.com> Tested-by: Luis Lozano <llozano@chromium.org> Commit-Queue: Luis Lozano <llozano@chromium.org>
2014-05-21Add --skip_chroot_upgrade flag to build_packages.cmtice
This CL adds the '--skip_chroot_upgrade' flag to all calls to build_packages that clobber CFLAGS, LDFLAGS, etc. This is to prevent the call to build_packages from deciding to try to rebuild the compiler itself (which is not the right place to do that). BUG=None TEST=Tested adding flag by hand to call to build_packages that used to fail; it passed with the flag. Change-Id: Ia0152f76f8a25cf0488a4a72c4add7e4b3182feb Reviewed-on: https://chrome-internal-review.googlesource.com/164050 Reviewed-by: Han Shen <shenhan@google.com> Commit-Queue: Caroline Tice <cmtice@google.com> Tested-by: Caroline Tice <cmtice@google.com>
2013-08-26add vanilla_image option to build_chromeos.pyYunlian Jiang
This adds vanilla_iamge option to build_chromeos.py. With this option, it runs build_packages with --usepkg. In the test_toolchains.py, it uses this option when building vanilla image. BUG=None TEST=None Change-Id: I54f85e60ccae833ab6682476e19365a51df5ef29 Reviewed-on: https://gerrit-int.chromium.org/43088 Reviewed-by: Luis Lozano <llozano@chromium.org> Commit-Queue: Yunlian Jiang <yunlian@google.com> Tested-by: Yunlian Jiang <yunlian@google.com>
2013-03-15Cleaned up directory after copy of tools from perforce directoryLuis Lozano
Got rid of stale copies of some tools like "crosperf" and moved all files under v14 directory (that came from perforce) into the top directory. BUG=None TEST=None Change-Id: I408d17a36ceb00e74db71403d2351fd466a14f8e Reviewed-on: https://gerrit-int.chromium.org/33887 Tested-by: Luis Lozano <llozano@chromium.org> Reviewed-by: Yunlian Jiang <yunlian@google.com> Commit-Queue: Luis Lozano <llozano@chromium.org>