summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-05-13 14:45:38 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-17 15:14:47 +0100
commit8bb06fd765d65b106717626e8dd1349860c49cc2 (patch)
tree16a86155203292d01537fa5d0b5edea1c9a9c049 /meta/conf/bitbake.conf
parentf5cc1f2c030af0ff5f65cc3c4db9706bb7651d1c (diff)
downloadpoky-8bb06fd765d65b106717626e8dd1349860c49cc2.tar.gz
bitbake.conf: set TARGET_VENDOR to '-oe' and remove it from defaultsetup.conf
* -oecore was changed to -oe to be more consistent with SDK_VENDOR as we had -oesdk as SDK_VENDOR and not -oecoresdk (From OE-Core rev: 7b3e1e0f8e31a1a20ba600bdc66fe4455e98c8f6) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> 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 8b6236e03e..c2927594b2 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -78,7 +78,7 @@ HOST_EXEEXT = ""
78 78
79TARGET_ARCH = "INVALID" 79TARGET_ARCH = "INVALID"
80TARGET_OS = "INVALID" 80TARGET_OS = "INVALID"
81TARGET_VENDOR = "${BUILD_VENDOR}" 81TARGET_VENDOR = "-oe"
82TARGET_SYS = "${TARGET_ARCH}${TARGET_VENDOR}${@['-' + bb.data.getVar('TARGET_OS', d, 1), ''][bb.data.getVar('TARGET_OS', d, 1) == ('' or 'custom')]}" 82TARGET_SYS = "${TARGET_ARCH}${TARGET_VENDOR}${@['-' + bb.data.getVar('TARGET_OS', d, 1), ''][bb.data.getVar('TARGET_OS', d, 1) == ('' or 'custom')]}"
83TARGET_PREFIX = "${TARGET_SYS}-" 83TARGET_PREFIX = "${TARGET_SYS}-"
84TARGET_CC_ARCH = "" 84TARGET_CC_ARCH = ""