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/distro | |
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/distro')
-rw-r--r-- | meta/conf/distro/defaultsetup.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/conf/distro/defaultsetup.conf b/meta/conf/distro/defaultsetup.conf index 8da6c0a850..9f12f4da11 100644 --- a/meta/conf/distro/defaultsetup.conf +++ b/meta/conf/distro/defaultsetup.conf | |||
@@ -3,8 +3,6 @@ include conf/distro/include/default-versions.inc | |||
3 | include conf/distro/include/default-distrovars.inc | 3 | include conf/distro/include/default-distrovars.inc |
4 | include conf/distro/include/world-broken.inc | 4 | include conf/distro/include/world-broken.inc |
5 | 5 | ||
6 | TARGET_VENDOR ?= "-oecore" | ||
7 | |||
8 | TARGET_FPU_arm ?= "soft" | 6 | TARGET_FPU_arm ?= "soft" |
9 | TARGET_FPU_armeb ?= "soft" | 7 | TARGET_FPU_armeb ?= "soft" |
10 | 8 | ||