diff options
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index f2ceb26c04..1d5f5b7fcd 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -422,8 +422,10 @@ PKGDATA_DIR = "${TMPDIR}/pkgdata/${MACHINE}" | |||
422 | 422 | ||
423 | SDK_NAME_PREFIX ?= "oecore" | 423 | SDK_NAME_PREFIX ?= "oecore" |
424 | SDK_NAME = "${SDK_NAME_PREFIX}-${SDK_ARCH}-${TUNE_PKGARCH}" | 424 | SDK_NAME = "${SDK_NAME_PREFIX}-${SDK_ARCH}-${TUNE_PKGARCH}" |
425 | SDKPATH = "/usr/local/${SDK_NAME_PREFIX}-${SDK_ARCH}" | 425 | SDKPATH = "/usr/local/oe-sdk-hardcoded-buildpath" |
426 | SDKPATHNATIVE = "${SDKPATH}/sysroots/${SDK_SYS}" | 426 | SDKPATHNATIVE = "${SDKPATH}/sysroots/${SDK_SYS}" |
427 | # The path to default to installing the SDK to | ||
428 | SDKPATHINSTALL = "/usr/local/${SDK_NAME_PREFIX}-${SDK_ARCH}" | ||
427 | 429 | ||
428 | ################################################################## | 430 | ################################################################## |
429 | # Kernel info. | 431 | # Kernel info. |