mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-04 03:51:48 +02:00
Merge pull request #294 from marineam/switch-usr
fix(make.conf): Don't share binary packages between boards.
This commit is contained in:
commit
0fba2d0a96
@ -12,12 +12,11 @@ source make.conf.board_setup
|
|||||||
# Common settings across all board targets.
|
# Common settings across all board targets.
|
||||||
source make.conf.common
|
source make.conf.common
|
||||||
|
|
||||||
# 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/${BOARD_USE}/${COREOS_VERSION_STRING}/pkgs/
|
||||||
http://storage.core-os.net/coreos/amd64-generic/${COREOS_VERSION_STRING}/toolchain/
|
http://storage.core-os.net/coreos/${BOARD_USE}/${COREOS_VERSION_STRING}/toolchain/
|
||||||
http://storage.core-os.net/coreos/amd64-generic/${COREOS_SDK_VERSION}/pkgs/
|
http://storage.core-os.net/coreos/${BOARD_USE}/${COREOS_SDK_VERSION}/pkgs/
|
||||||
http://storage.core-os.net/coreos/amd64-generic/${COREOS_SDK_VERSION}/toolchain/
|
http://storage.core-os.net/coreos/${BOARD_USE}/${COREOS_SDK_VERSION}/toolchain/
|
||||||
"
|
"
|
||||||
|
|
||||||
# Recommended MARCH_TUNE, CFLAGS, etc.
|
# Recommended MARCH_TUNE, CFLAGS, etc.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user