mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-21 22:41:09 +02:00
profiles: fix path to coreos-overlay
Missed this reference to /usr/local/portage in a recent scripts change:
174a847e36
So existing SDKs kept working but newly created SDKs would mysteriously
fail to build some things like cmake and vim. :(
This commit is contained in:
parent
a6b1d350d2
commit
33074475f9
@ -3,7 +3,7 @@
|
|||||||
CROS_BUILD_BOARD_TREE="${SYSROOT}/build"
|
CROS_BUILD_BOARD_TREE="${SYSROOT}/build"
|
||||||
CROS_BUILD_BOARD_BIN="${CROS_BUILD_BOARD_TREE}/bin"
|
CROS_BUILD_BOARD_BIN="${CROS_BUILD_BOARD_TREE}/bin"
|
||||||
|
|
||||||
CROS_ADDONS_TREE="/usr/local/portage/coreos/coreos"
|
CROS_ADDONS_TREE="/mnt/host/source/src/third_party/coreos-overlay/coreos"
|
||||||
|
|
||||||
# Are we merging for the board sysroot, or for the cros sdk, or for
|
# Are we merging for the board sysroot, or for the cros sdk, or for
|
||||||
# the target hardware? Returns a string:
|
# the target hardware? Returns a string:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user