summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-21 11:37:23 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-21 12:56:04 +0100
commitc74a6886be297350273aed95c690aad04f942125 (patch)
treec9f5f3331da4f7d1f911bf059c98d926c52a6232 /meta/conf/bitbake.conf
parent7342b416fa583bfe8243c71858eafd65ae408e40 (diff)
downloadpoky-c74a6886be297350273aed95c690aad04f942125.tar.gz
bitbake.conf: Set SDK_VENDOR to -oesdk
(From OE-Core rev: 856a7fd944f2881b663a82556a990ea72010f2d7) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/bitbake.conf')
-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}"