diff options
-rw-r--r-- | meta/conf/bitbake.conf | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 55daa9eb91..f2666cb79c 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -360,8 +360,13 @@ DEPLOY_DIR_TOOLS = "${DEPLOY_DIR}/tools" | |||
360 | 360 | ||
361 | PKGDATA_DIR = "${TMPDIR}/pkgdata/${MULTIMACH_TARGET_SYS}" | 361 | PKGDATA_DIR = "${TMPDIR}/pkgdata/${MULTIMACH_TARGET_SYS}" |
362 | 362 | ||
363 | SDK_NAME = "oecore-${SDK_ARCH}-${TARGET_ARCH}" | 363 | ################################################################## |
364 | SDKPATH = "/usr/local/${SDK_NAME}" | 364 | # SDK variables, |
365 | ################################################################## | ||
366 | |||
367 | SDK_NAME_PREFIX = "oecore" | ||
368 | SDK_NAME = "${SDK_NAME_PREFIX}-${SDK_ARCH}-${TARGET_ARCH}" | ||
369 | SDKPATH = "/usr/local/${SDK_NAME_PREFIX}-${SDK_ARCH}" | ||
365 | SDKPATHNATIVE = "${SDKPATH}/sysroots/${SDK_SYS}" | 370 | SDKPATHNATIVE = "${SDKPATH}/sysroots/${SDK_SYS}" |
366 | 371 | ||
367 | ################################################################## | 372 | ################################################################## |