mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-15 08:56:58 +02:00
fix(config): Fall back to the current SDK version for target packages.
This avoids loosing access to binary packages between tagging a new version and finishing the build. The SDK's make.conf already does this.
This commit is contained in:
parent
10c759cdd0
commit
9d18cf2551
@ -15,6 +15,7 @@ source make.conf.common
|
|||||||
# TODO: set $BOARD in make.conf.board_setup and use it
|
# TODO: set $BOARD in make.conf.board_setup and use it
|
||||||
PORTAGE_BINHOST="
|
PORTAGE_BINHOST="
|
||||||
http://storage.core-os.net/coreos/amd64-generic/${COREOS_VERSION_STRING}/pkgs/
|
http://storage.core-os.net/coreos/amd64-generic/${COREOS_VERSION_STRING}/pkgs/
|
||||||
|
http://storage.core-os.net/coreos/amd64-generic/${COREOS_SDK_VERSION}/pkgs/
|
||||||
"
|
"
|
||||||
|
|
||||||
# Recommended MARCH_TUNE, CFLAGS, etc.
|
# Recommended MARCH_TUNE, CFLAGS, etc.
|
||||||
|
Loading…
Reference in New Issue
Block a user