1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 00:59:48 +00:00

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>
This commit is contained in:
Martin Jansa
2011-05-13 14:45:38 +02:00
committed by Richard Purdie
parent f5cc1f2c03
commit 8bb06fd765
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -3,8 +3,6 @@ include conf/distro/include/default-versions.inc
include conf/distro/include/default-distrovars.inc
include conf/distro/include/world-broken.inc
TARGET_VENDOR ?= "-oecore"
TARGET_FPU_arm ?= "soft"
TARGET_FPU_armeb ?= "soft"