diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-05-13 14:45:38 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-17 15:14:47 +0100 |
commit | 8bb06fd765d65b106717626e8dd1349860c49cc2 (patch) | |
tree | 16a86155203292d01537fa5d0b5edea1c9a9c049 /meta/conf/bitbake.conf | |
parent | f5cc1f2c030af0ff5f65cc3c4db9706bb7651d1c (diff) | |
download | poky-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.conf | 2 |
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 | ||
79 | TARGET_ARCH = "INVALID" | 79 | TARGET_ARCH = "INVALID" |
80 | TARGET_OS = "INVALID" | 80 | TARGET_OS = "INVALID" |
81 | TARGET_VENDOR = "${BUILD_VENDOR}" | 81 | TARGET_VENDOR = "-oe" |
82 | TARGET_SYS = "${TARGET_ARCH}${TARGET_VENDOR}${@['-' + bb.data.getVar('TARGET_OS', d, 1), ''][bb.data.getVar('TARGET_OS', d, 1) == ('' or 'custom')]}" | 82 | TARGET_SYS = "${TARGET_ARCH}${TARGET_VENDOR}${@['-' + bb.data.getVar('TARGET_OS', d, 1), ''][bb.data.getVar('TARGET_OS', d, 1) == ('' or 'custom')]}" |
83 | TARGET_PREFIX = "${TARGET_SYS}-" | 83 | TARGET_PREFIX = "${TARGET_SYS}-" |
84 | TARGET_CC_ARCH = "" | 84 | TARGET_CC_ARCH = "" |