summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/bitbake.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 9b26580f1b..9377ee6ba1 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -98,6 +98,7 @@ TUNE_ASARGS ??= ""
98TUNE_FEATURES ??= "${TUNE_FEATURES_tune-${DEFAULTTUNE}}" 98TUNE_FEATURES ??= "${TUNE_FEATURES_tune-${DEFAULTTUNE}}"
99LIBCEXTENSION ??= "" 99LIBCEXTENSION ??= ""
100ABIEXTENSION ??= "" 100ABIEXTENSION ??= ""
101USE_NLS ??= "yes"
101 102
102TARGET_ARCH = "${TUNE_ARCH}" 103TARGET_ARCH = "${TUNE_ARCH}"
103TARGET_OS = "linux${LIBCEXTENSION}${ABIEXTENSION}" 104TARGET_OS = "linux${LIBCEXTENSION}${ABIEXTENSION}"