summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Feist <james.feist@linux.intel.com>2020-05-13 20:17:33 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-05-14 01:09:06 +0300
commit9dc3f789ecfe9db7ba70552a550c6a88037fbaca (patch)
tree75f23258dfc2d2bd4b88c83d0e98f4e224bb5c87
parent1b4af5e1ec7483493c31cdabe66fbe7bd8d46e9f (diff)
downloadopenbmc-9dc3f789ecfe9db7ba70552a550c6a88037fbaca.tar.xz
meta-intel: Change layer compatibility to dunfell
(From meta-intel rev: 7375df904a659ab4e634c5e2444b520710bfba38) Change-Id: I787add5ff159def5c5fc00cd7ce31b331bea7bdc Signed-off-by: James Feist <james.feist@linux.intel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
-rw-r--r--meta-intel/conf/layer.conf2
-rw-r--r--meta-intel/meta-s2600wf/conf/layer.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-intel/conf/layer.conf b/meta-intel/conf/layer.conf
index c753477a83..4ae19c75bd 100644
--- a/meta-intel/conf/layer.conf
+++ b/meta-intel/conf/layer.conf
@@ -8,5 +8,5 @@ BBFILES += "${LAYERDIR}/meta-common/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "intel"
BBFILE_PATTERN_intel = "^${LAYERDIR}/"
LAYERVERSION_intel = "1"
-LAYERSERIES_COMPAT_intel = "warrior zeus"
+LAYERSERIES_COMPAT_intel = "dunfell"
LAYERDEPENDS_intel = "phosphor-layer"
diff --git a/meta-intel/meta-s2600wf/conf/layer.conf b/meta-intel/meta-s2600wf/conf/layer.conf
index 13dfe21f2b..2bb80b2f98 100644
--- a/meta-intel/meta-s2600wf/conf/layer.conf
+++ b/meta-intel/meta-s2600wf/conf/layer.conf
@@ -8,4 +8,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "s2600wf"
BBFILE_PATTERN_s2600wf = ""
BBFILE_PRIORITY_s2600wf = "5"
-LAYERSERIES_COMPAT_s2600wf = "warrior zeus"
+LAYERSERIES_COMPAT_s2600wf = "dunfell"