mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-23 19:41:51 +01:00
maint(toolchain_util): Drop amd64-generic from list of valid boards.
The cleanup begins...
This commit is contained in:
parent
531c7e0d54
commit
46e2e17697
@ -20,8 +20,6 @@ CROSS_PROFILES["x86_64-cros-linux-gnu"]="coreos:coreos/amd64/generic"
|
||||
# definitive list, there is assorted code new and old that either
|
||||
# guesses or hard-code these. All that should migrate to this list.
|
||||
declare -A BOARD_CHOSTS BOARD_PROFILES
|
||||
BOARD_CHOSTS["amd64-generic"]="x86_64-cros-linux-gnu"
|
||||
BOARD_PROFILES["amd64-generic"]="coreos:coreos/amd64/generic"
|
||||
BOARD_CHOSTS["amd64-usr"]="x86_64-cros-linux-gnu"
|
||||
BOARD_PROFILES["amd64-usr"]="coreos:coreos/amd64/usr"
|
||||
BOARD_NAMES=( "${!BOARD_CHOSTS[@]}" )
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user