Merge pull request #252 from marineam/toolchain-pkgs

fix(make.conf): Fetch packages built by build_toolchains
This commit is contained in:
Michael Marineau 2013-11-13 17:20:17 -08:00
commit 060794d2ec
2 changed files with 4 additions and 0 deletions

View File

@ -32,7 +32,9 @@ PORT_LOGDIR="/var/log/portage"
PORTAGE_BINHOST=" PORTAGE_BINHOST="
http://storage.core-os.net/coreos/sdk/${ARCH}/${COREOS_VERSION_STRING}/pkgs/ http://storage.core-os.net/coreos/sdk/${ARCH}/${COREOS_VERSION_STRING}/pkgs/
http://storage.core-os.net/coreos/sdk/${ARCH}/${COREOS_VERSION_STRING}/toolchain/
http://storage.core-os.net/coreos/sdk/${ARCH}/${COREOS_SDK_VERSION}/pkgs/ http://storage.core-os.net/coreos/sdk/${ARCH}/${COREOS_SDK_VERSION}/pkgs/
http://storage.core-os.net/coreos/sdk/${ARCH}/${COREOS_SDK_VERSION}/toolchain/
" "
# Remove all .la files for non-plugin libraries. # Remove all .la files for non-plugin libraries.

View File

@ -15,7 +15,9 @@ 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_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}/pkgs/
http://storage.core-os.net/coreos/amd64-generic/${COREOS_SDK_VERSION}/toolchain/
" "
# Recommended MARCH_TUNE, CFLAGS, etc. # Recommended MARCH_TUNE, CFLAGS, etc.