mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 18:06:59 +02:00
Merge pull request #343 from marineam/binhost
fix(make.conf): Remove BINHOST from static make.conf
This commit is contained in:
commit
aa0cd52fb8
@ -2,23 +2,12 @@
|
||||
# Use of this source code is governed by a BSD-style license that can be
|
||||
# found in the LICENSE file.
|
||||
|
||||
# Get the current SDK version, useful for fetching the latest packages
|
||||
source "/mnt/host/source/.repo/manifests/version.txt"
|
||||
COREOS_VERSION_STRING="${COREOS_BUILD}.${COREOS_BRANCH}.${COREOS_PATCH}"
|
||||
|
||||
# Pull in definition of at least { ROOT, CHOST, [BOARD_OVERLAY] }
|
||||
source make.conf.board_setup
|
||||
|
||||
# Common settings across all board targets.
|
||||
source make.conf.common
|
||||
|
||||
PORTAGE_BINHOST="
|
||||
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.
|
||||
MARCH_TUNE=""
|
||||
|
||||
|
@ -82,3 +82,6 @@
|
||||
|
||||
# Hopefully includes some certs folks have been missing
|
||||
=app-misc/ca-certificates-20130906 ~amd64
|
||||
|
||||
# Kills an annoying warning
|
||||
=app-admin/eselect-1.4
|
||||
|
Loading…
Reference in New Issue
Block a user