mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-02 07:52:12 +01:00
fix(build_library): Update amd64-usr's portage profile
The usr profile is just an alias to generic now so drop the old name.
This commit is contained in:
parent
460d74b13a
commit
9a4ec472ce
@ -21,7 +21,7 @@ CROSS_PROFILES["x86_64-cros-linux-gnu"]="coreos:coreos/amd64/generic"
|
|||||||
# guesses or hard-code these. All that should migrate to this list.
|
# guesses or hard-code these. All that should migrate to this list.
|
||||||
declare -A BOARD_CHOSTS BOARD_PROFILES
|
declare -A BOARD_CHOSTS BOARD_PROFILES
|
||||||
BOARD_CHOSTS["amd64-usr"]="x86_64-cros-linux-gnu"
|
BOARD_CHOSTS["amd64-usr"]="x86_64-cros-linux-gnu"
|
||||||
BOARD_PROFILES["amd64-usr"]="coreos:coreos/amd64/usr"
|
BOARD_PROFILES["amd64-usr"]="coreos:coreos/amd64/generic"
|
||||||
BOARD_NAMES=( "${!BOARD_CHOSTS[@]}" )
|
BOARD_NAMES=( "${!BOARD_CHOSTS[@]}" )
|
||||||
|
|
||||||
# Declare the above globals as read-only to avoid accidental conflicts.
|
# Declare the above globals as read-only to avoid accidental conflicts.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user