summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openbmc-mods/conf/layer.conf')
-rw-r--r--meta-openbmc-mods/conf/layer.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openbmc-mods/conf/layer.conf b/meta-openbmc-mods/conf/layer.conf
index 71d23a2ba..74814fc36 100644
--- a/meta-openbmc-mods/conf/layer.conf
+++ b/meta-openbmc-mods/conf/layer.conf
@@ -8,7 +8,7 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "intel-openbmc"
BBFILE_PATTERN_intel-openbmc = "^${LAYERDIR}/"
BBFILE_PRIORITY_intel-openbmc = "5"
-LAYERSERIES_COMPAT_intel-openbmc = "warrior zeus"
+LAYERSERIES_COMPAT_intel-openbmc = "zeus dunfell"
IMAGE_FEATURES[validitems] += "tools-sdk tools-debug validation-unsecure"
@@ -17,6 +17,6 @@ USERADDEXTENSION = "useradd-staticids"
USERADD_UID_TABLES = "files/passwd"
USERADD_GID_TABLES = "files/group"
-LAYER_CONF_VERSION = "11"
+LAYER_CONF_VERSION = "12"
INTELBASE = '${@os.path.normpath("${LAYERDIR}/")}'