From c37eb42915f070bcc1778493f2ff9deef7edc27e Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Sun, 9 Feb 2014 13:23:09 -0800 Subject: [PATCH] fix(make.conf): Remove BINHOST from static make.conf This list is now included in make.conf.board_setup so that it can be configured on the fly. Useful for odd testing situations and buildbot. --- .../coreos/config/make.conf.amd64-target | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos/config/make.conf.amd64-target b/sdk_container/src/third_party/coreos-overlay/coreos/config/make.conf.amd64-target index 123bddf7eb..8de75eb292 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos/config/make.conf.amd64-target +++ b/sdk_container/src/third_party/coreos-overlay/coreos/config/make.conf.amd64-target @@ -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=""