From 49a9282db217ef032d0011832096f5a0f96b8bb9 Mon Sep 17 00:00:00 2001 From: David James Date: Thu, 15 Dec 2011 18:57:30 -0800 Subject: [PATCH] setup_board: Move PFQ prebuilt URLs from chromeos-overlay to chromeos-partner-overlay. This change makes it possible for partners to access internal prebuilts. Note that partners will only have access to the actual prebuilts referenced here if they have access to the right Google Storage key, which are stored in the overlays themselves. BUG=chrome-os-partner:7186, chromium-os:17346 TEST=Verify that setup_board now pulls internal prebuilts from chromeos-partner-overlay instead of chromeos-overlay. CQ-DEPEND=13071 Change-Id: Ia5220002a18593e614ee67ccad16bb295c8b6d0b Reviewed-on: https://gerrit.chromium.org/gerrit/13072 Reviewed-by: Ryan Cui Tested-by: David James --- setup_board | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup_board b/setup_board index 8e93cb8f9e..285a5b019a 100755 --- a/setup_board +++ b/setup_board @@ -363,8 +363,8 @@ print_board_binhost_config() { chrome_binhost="$binhost_dir/x86-generic-$chrome_binhost_suffix" fi fi - local chromeos_overlay="$SRC_ROOT/private-overlays/chromeos-overlay" - local internal_binhost_dir="$chromeos_overlay/chromeos/binhost/target" + local partner_overlay="$SRC_ROOT/private-overlays/chromeos-partner-overlay" + local internal_binhost_dir="$partner_overlay/chromeos/binhost/target" local internal_binhost="$internal_binhost_dir/$BOARD-PREFLIGHT_BINHOST.conf" cat <<'EOF'