summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-egs/conf/local.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openbmc-mods/meta-egs/conf/local.conf.sample')
-rw-r--r--meta-openbmc-mods/meta-egs/conf/local.conf.sample4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-openbmc-mods/meta-egs/conf/local.conf.sample b/meta-openbmc-mods/meta-egs/conf/local.conf.sample
index 3cf6a01b3..369a6f0e1 100644
--- a/meta-openbmc-mods/meta-egs/conf/local.conf.sample
+++ b/meta-openbmc-mods/meta-egs/conf/local.conf.sample
@@ -2,7 +2,9 @@ MACHINE ??= "intel-ast2600"
DISTRO ?= "openbmc-phosphor"
PACKAGE_CLASSES ?= "package_rpm"
SANITY_TESTED_DISTROS_append ?= " RedHatEnterpriseWorkstation-6.*"
-EXTRA_IMAGE_FEATURES = "debug-tweaks"
+EXTRA_IMAGE_FEATURES = "validation-unsecure"
+# Uncomment the following line to enable debug features / default user account.
+#EXTRA_IMAGE_FEATURES += "debug-tweaks"
USER_CLASSES ?= "buildstats image-mklibs image-prelink"
PATCHRESOLVE = "noop"