summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/distro/include/default-distrovars.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc
index 6f5f1c0926..e1594f3529 100644
--- a/meta/conf/distro/include/default-distrovars.inc
+++ b/meta/conf/distro/include/default-distrovars.inc
@@ -48,3 +48,6 @@ NO32LIBS ??= "1"
48BBINCLUDELOGS ??= "yes" 48BBINCLUDELOGS ??= "yes"
49SDK_VERSION ??= "oe-core.0" 49SDK_VERSION ??= "oe-core.0"
50DISTRO_VERSION ??= "oe-core.0" 50DISTRO_VERSION ??= "oe-core.0"
51
52# Missing checksums should raise an error
53BB_STRICT_CHECKSUM = "1"