summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/conf/bitbake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 8f8e21bccc..d1d3adce39 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -85,7 +85,7 @@ TARGET_CC_ARCH = ""
85 85
86SDK_ARCH = "${BUILD_ARCH}" 86SDK_ARCH = "${BUILD_ARCH}"
87SDK_OS = "${BUILD_OS}" 87SDK_OS = "${BUILD_OS}"
88SDK_VENDOR = "-pokysdk" 88SDK_VENDOR = "-oesdk"
89SDK_SYS = "${SDK_ARCH}${SDK_VENDOR}${@['-' + bb.data.getVar('SDK_OS', d, 1), ''][bb.data.getVar('SDK_OS', d, 1) == ('' or 'custom')]}" 89SDK_SYS = "${SDK_ARCH}${SDK_VENDOR}${@['-' + bb.data.getVar('SDK_OS', d, 1), ''][bb.data.getVar('SDK_OS', d, 1) == ('' or 'custom')]}"
90SDK_PREFIX = "${SDK_SYS}-" 90SDK_PREFIX = "${SDK_SYS}-"
91SDK_CC_ARCH = "${BUILD_CC_ARCH}" 91SDK_CC_ARCH = "${BUILD_CC_ARCH}"