From de00a676a89bdd070000bc15307db1254dfc6062 Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Thu, 9 Apr 2015 09:42:26 -0700 Subject: [PATCH 1/2] setup_board: Remove unused option setup_board's --latest_toolchain option seems to be a left over from a removed feature. It's not used, so remove it. Signed-off-by: Geoff Levand --- setup_board | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup_board b/setup_board index ad9d65a6be..856cb39909 100755 --- a/setup_board +++ b/setup_board @@ -39,9 +39,6 @@ DEFINE_boolean toolchainpkgonly $FLAGS_FALSE \ "Use binary packages only for the board toolchain." DEFINE_integer jobs "${NUM_JOBS}" \ "How many packages to build in parallel at maximum." -DEFINE_boolean latest_toolchain $FLAGS_FALSE \ - "Use the latest ebuild for all toolchain packages (gcc, binutils, libc, \ -kernel). This overrides the other toolchain version options." DEFINE_string libc_version "[stable]" \ "Version of libc to use." DEFINE_boolean quiet $FLAGS_FALSE \ From dcc9a2b97d8ef7fa15d797f1756b7e94c424bfe8 Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Thu, 9 Apr 2015 09:42:26 -0700 Subject: [PATCH 2/2] build_packages: Update help for CoreOS Signed-off-by: Geoff Levand --- build_packages | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_packages b/build_packages index 61efcee311..d8aa2fa9bb 100755 --- a/build_packages +++ b/build_packages @@ -28,10 +28,10 @@ DEFINE_boolean fetchonly "${FLAGS_FALSE}" \ FLAGS_HELP="usage: $(basename $0) [flags] [packages] -build_packages updates the set of binary packages needed by Chrome OS. It will +build_packages updates the set of binary packages needed by CoreOS. It will cross compile all packages that have been updated into the given target's root and build binary packages as a side-effect. The output packages will be picked -up by the build_image script to put together a bootable Chrome OS image. +up by the build_image script to put together a bootable CoreOS image. If [packages] are specified, only build those specific packages (and any dependencies they might need).