Merge pull request #294 from marineam/switch-usr

fix(make.conf): Don't share binary packages between boards.
This commit is contained in:
Michael Marineau 2014-01-05 18:56:55 -08:00
commit 0fba2d0a96

View File

@ -12,12 +12,11 @@ source make.conf.board_setup
# Common settings across all board targets.
source make.conf.common
# TODO: set $BOARD in make.conf.board_setup and use it
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}/toolchain/
http://storage.core-os.net/coreos/amd64-generic/${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_VERSION_STRING}/pkgs/
http://storage.core-os.net/coreos/${BOARD_USE}/${COREOS_VERSION_STRING}/toolchain/
http://storage.core-os.net/coreos/${BOARD_USE}/${COREOS_SDK_VERSION}/pkgs/
http://storage.core-os.net/coreos/${BOARD_USE}/${COREOS_SDK_VERSION}/toolchain/
"
# Recommended MARCH_TUNE, CFLAGS, etc.