diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/bitbake.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 91aa756f8c..f67bf5073e 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -95,6 +95,7 @@ TUNE_CCARGS ??= "" | |||
95 | TUNE_LDARGS ??= "" | 95 | TUNE_LDARGS ??= "" |
96 | TUNE_ASARGS ??= "" | 96 | TUNE_ASARGS ??= "" |
97 | TUNE_FEATURES ??= "${TUNE_FEATURES_tune-${DEFAULTTUNE}}" | 97 | TUNE_FEATURES ??= "${TUNE_FEATURES_tune-${DEFAULTTUNE}}" |
98 | TUNE_PKGARCH ??= "${TUNE_PKGARCH_tune-${DEFAULTTUNE}}" | ||
98 | LIBCEXTENSION ??= "" | 99 | LIBCEXTENSION ??= "" |
99 | ABIEXTENSION ??= "" | 100 | ABIEXTENSION ??= "" |
100 | 101 | ||