diff options
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/include/default-distrovars.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc index 2ef25e4122..c2fd77e23c 100644 --- a/meta/conf/distro/include/default-distrovars.inc +++ b/meta/conf/distro/include/default-distrovars.inc | |||
@@ -41,3 +41,9 @@ COMMERCIAL_QT ?= "" | |||
41 | COMMON_LICENSE_DIR ??= "${COREBASE}/meta/files/common-licenses" | 41 | COMMON_LICENSE_DIR ??= "${COREBASE}/meta/files/common-licenses" |
42 | 42 | ||
43 | BB_GENERATE_MIRROR_TARBALLS ??= "0" | 43 | BB_GENERATE_MIRROR_TARBALLS ??= "0" |
44 | |||
45 | NO32LIBS ??= "1" | ||
46 | |||
47 | # Default to emitting logfiles if a build fails. | ||
48 | BBINCLUDELOGS ??= "yes" | ||
49 | |||