diff options
| -rw-r--r-- | meta/conf/bitbake.conf | 2 | ||||
| -rw-r--r-- | meta/conf/distro/defaultsetup.conf | 2 | 
2 files changed, 1 insertions, 3 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 = "" | 
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 | ||
