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:
Michael Marineau 2015-07-15 20:31:05 -07:00
parent a6b1d350d2
commit 33074475f9

View File

@ -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: