mirror of
https://github.com/flatcar/scripts.git
synced 2026-02-26 10:02:24 +01:00
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 <rcui@chromium.org>
Tested-by: David James <davidjames@chromium.org>
This commit is contained in:
parent
ed77c70aed
commit
49a9282db2
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user