diff options
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 = "" |