diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-21 11:37:23 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-21 12:56:04 +0100 |
commit | c74a6886be297350273aed95c690aad04f942125 (patch) | |
tree | c9f5f3331da4f7d1f911bf059c98d926c52a6232 /meta | |
parent | 7342b416fa583bfe8243c71858eafd65ae408e40 (diff) | |
download | poky-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')
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
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 | ||
86 | SDK_ARCH = "${BUILD_ARCH}" | 86 | SDK_ARCH = "${BUILD_ARCH}" |
87 | SDK_OS = "${BUILD_OS}" | 87 | SDK_OS = "${BUILD_OS}" |
88 | SDK_VENDOR = "-pokysdk" | 88 | SDK_VENDOR = "-oesdk" |
89 | SDK_SYS = "${SDK_ARCH}${SDK_VENDOR}${@['-' + bb.data.getVar('SDK_OS', d, 1), ''][bb.data.getVar('SDK_OS', d, 1) == ('' or 'custom')]}" | 89 | SDK_SYS = "${SDK_ARCH}${SDK_VENDOR}${@['-' + bb.data.getVar('SDK_OS', d, 1), ''][bb.data.getVar('SDK_OS', d, 1) == ('' or 'custom')]}" |
90 | SDK_PREFIX = "${SDK_SYS}-" | 90 | SDK_PREFIX = "${SDK_SYS}-" |
91 | SDK_CC_ARCH = "${BUILD_CC_ARCH}" | 91 | SDK_CC_ARCH = "${BUILD_CC_ARCH}" |