summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-egs/conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openbmc-mods/meta-egs/conf')
-rw-r--r--meta-openbmc-mods/meta-egs/conf/bblayers.conf.sample2
-rw-r--r--meta-openbmc-mods/meta-egs/conf/local.conf.sample4
2 files changed, 4 insertions, 2 deletions
diff --git a/meta-openbmc-mods/meta-egs/conf/bblayers.conf.sample b/meta-openbmc-mods/meta-egs/conf/bblayers.conf.sample
index 3879d00a1..a7c1dd44d 100644
--- a/meta-openbmc-mods/meta-egs/conf/bblayers.conf.sample
+++ b/meta-openbmc-mods/meta-egs/conf/bblayers.conf.sample
@@ -1,6 +1,6 @@
# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
# changes incompatibly
-LCONF_VERSION = "10"
+LCONF_VERSION = "11"
BBPATH = "${TOPDIR}"
BBFILES ?= ""
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"