summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-wht/conf/local.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openbmc-mods/meta-wht/conf/local.conf.sample')
-rw-r--r--meta-openbmc-mods/meta-wht/conf/local.conf.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openbmc-mods/meta-wht/conf/local.conf.sample b/meta-openbmc-mods/meta-wht/conf/local.conf.sample
index f92bf8b33..aaf295ba4 100644
--- a/meta-openbmc-mods/meta-wht/conf/local.conf.sample
+++ b/meta-openbmc-mods/meta-wht/conf/local.conf.sample
@@ -4,7 +4,7 @@ MACHINE ??= "intel-ast2500"
DISTRO ?= "openbmc-phosphor"
PACKAGE_CLASSES ?= "package_rpm"
SANITY_TESTED_DISTROS_append ?= " RedHatEnterpriseWorkstation-6.*"
-EXTRA_IMAGE_FEATURES = "debug-tweaks"
+EXTRA_IMAGE_FEATURES = "debug-tweaks validation-unsecure"
USER_CLASSES ?= "buildstats image-mklibs image-prelink"
PATCHRESOLVE = "noop"
@@ -22,7 +22,7 @@ BB_DISKMON_DIRS = "\
ABORT,${DL_DIR},100M,1K \
ABORT,${SSTATE_DIR},100M,1K \
ABORT,/tmp,10M,1K"
-CONF_VERSION = "4"
+CONF_VERSION = "5"
#BB_NUMBER_THREADS = "70"
FULL_OPTIMIZATION = "-Os -pipe ${DEBUG_FLAGS}"