mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-16 01:16:59 +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="
|
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.
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user