summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r--meta/conf/bitbake.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index f95343f67a..2954faa5d0 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -82,12 +82,14 @@ HOST_CC_ARCH = "${TARGET_CC_ARCH}"
82HOST_EXEEXT = "" 82HOST_EXEEXT = ""
83 83
84TUNE_ARCH ??= "INVALID" 84TUNE_ARCH ??= "INVALID"
85TUNE_CCARGS ??= ""
86
85TARGET_ARCH = "${TUNE_ARCH}" 87TARGET_ARCH = "${TUNE_ARCH}"
86TARGET_OS = "INVALID" 88TARGET_OS = "INVALID"
87TARGET_VENDOR = "-oe" 89TARGET_VENDOR = "-oe"
88TARGET_SYS = "${TARGET_ARCH}${TARGET_VENDOR}${@['-' + bb.data.getVar('TARGET_OS', d, 1), ''][bb.data.getVar('TARGET_OS', d, 1) == ('' or 'custom')]}" 90TARGET_SYS = "${TARGET_ARCH}${TARGET_VENDOR}${@['-' + bb.data.getVar('TARGET_OS', d, 1), ''][bb.data.getVar('TARGET_OS', d, 1) == ('' or 'custom')]}"
89TARGET_PREFIX = "${TARGET_SYS}-" 91TARGET_PREFIX = "${TARGET_SYS}-"
90TARGET_CC_ARCH = "" 92TARGET_CC_ARCH = "${TUNE_CCARGS}"
91 93
92SDK_ARCH = "${BUILD_ARCH}" 94SDK_ARCH = "${BUILD_ARCH}"
93SDK_OS = "${BUILD_OS}" 95SDK_OS = "${BUILD_OS}"