From bb85f8f02377a6f1b2002065c3a045d7a5dc7711 Mon Sep 17 00:00:00 2001 From: Anush Elangovan Date: Thu, 27 May 2010 11:00:57 -0700 Subject: [PATCH] Revert "Teach build_image to pull from buildbot as necessary..." This reverts commit 6e65e658ff51dc6f3444e8fddb17b3e2b0590661. Review URL: http://codereview.chromium.org/2315001 --- build_image | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_image b/build_image index 7bd52cf2d0..734b8efcfc 100755 --- a/build_image +++ b/build_image @@ -207,7 +207,7 @@ create_developer_image() { # Install developer packages described in chromeos-dev. sudo INSTALL_MASK="$INSTALL_MASK" emerge-${BOARD} \ --root="$root_dev_dir" --root-deps=rdeps \ - --getbinpkg --usepkg chromeos-dev $EMERGE_JOBS + --usepkgonly chromeos-dev $EMERGE_JOBS # Re-run ldconfig to fix /etc/ldconfig.so.cache. sudo /sbin/ldconfig -r "$root_fs_dir" @@ -385,7 +385,7 @@ sudo mount --bind "${STATEFUL_DIR}/var" "${ROOT_FS_DIR}/var" # image size as much as possible. sudo INSTALL_MASK="$INSTALL_MASK" emerge-${BOARD} \ --root="$ROOT_FS_DIR" --root-deps=rdeps \ - --getbinpkg --usepkg chromeos $EMERGE_JOBS + --usepkgonly chromeos $EMERGE_JOBS # Extract the kernel from the root filesystem for use by the GPT image. Legacy # BIOS will use the kernel in the rootfs (via syslinux), Chrome OS BIOS will