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:11:14 +0100 |
commit | 7b3e1e0f8e31a1a20ba600bdc66fe4455e98c8f6 (patch) | |
tree | 6b98c1e72ffeb9771068501468710b5c28a151ad /meta/conf/bitbake.conf | |
parent | 600dbb7cb384c2290af38b993a9bea3a4dfc4494 (diff) | |
download | openembedded-core-7b3e1e0f8e31a1a20ba600bdc66fe4455e98c8f6.tar.gz openembedded-core-7b3e1e0f8e31a1a20ba600bdc66fe4455e98c8f6.tar.bz2 openembedded-core-7b3e1e0f8e31a1a20ba600bdc66fe4455e98c8f6.zip |
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
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
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 = "" TARGET_ARCH = "INVALID" TARGET_OS = "INVALID" -TARGET_VENDOR = "${BUILD_VENDOR}" +TARGET_VENDOR = "-oe" TARGET_SYS = "${TARGET_ARCH}${TARGET_VENDOR}${@['-' + bb.data.getVar('TARGET_OS', d, 1), ''][bb.data.getVar('TARGET_OS', d, 1) == ('' or 'custom')]}" TARGET_PREFIX = "${TARGET_SYS}-" TARGET_CC_ARCH = "" |