mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-15 17:06:58 +02:00
Merge pull request #252 from marineam/toolchain-pkgs
fix(make.conf): Fetch packages built by build_toolchains
This commit is contained in:
commit
060794d2ec
@ -32,7 +32,9 @@ PORT_LOGDIR="/var/log/portage"
|
||||
|
||||
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}/toolchain/
|
||||
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.
|
||||
|
@ -15,7 +15,9 @@ 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/
|
||||
"
|
||||
|
||||
# Recommended MARCH_TUNE, CFLAGS, etc.
|
||||
|
Loading…
Reference in New Issue
Block a user