mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-14 16:37:01 +02:00
fix(config): Use official release packages for targets.
We now build target packages!
This commit is contained in:
parent
c80fc74c9b
commit
c64903dda1
@ -2,14 +2,19 @@
|
|||||||
# Use of this source code is governed by a BSD-style license that can be
|
# Use of this source code is governed by a BSD-style license that can be
|
||||||
# found in the LICENSE file.
|
# 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] }
|
# Pull in definition of at least { ROOT, CHOST, [BOARD_OVERLAY] }
|
||||||
source make.conf.board_setup
|
source make.conf.board_setup
|
||||||
|
|
||||||
# Common settings across all board targets.
|
# Common settings across all board targets.
|
||||||
source make.conf.common
|
source make.conf.common
|
||||||
|
|
||||||
|
# TODO: set $BOARD in make.conf.board_setup and use it
|
||||||
PORTAGE_BINHOST="
|
PORTAGE_BINHOST="
|
||||||
http://storage.core-os.net/coreos/amd64-generic/experimental/20130622/pkgs
|
http://storage.core-os.net/coreos/amd64-generic/${COREOS_VERSION_STRING}/pkgs/
|
||||||
"
|
"
|
||||||
|
|
||||||
# Recommended MARCH_TUNE, CFLAGS, etc.
|
# Recommended MARCH_TUNE, CFLAGS, etc.
|
||||||
|
Loading…
Reference in New Issue
Block a user