summaryrefslogtreecommitdiff
path: root/meta-intel-openbmc
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2023-11-24 19:24:09 +0300
committerPatrick Williams <patrick@stwcx.xyz>2023-11-24 19:24:09 +0300
commit1222bd457825c618c9557068a8f0d952a0ad754b (patch)
treec052cf86a5af13943f7ad272a01d4dab7668c48d /meta-intel-openbmc
parent6838acd66f1fd15761282c181e689cc334dc635c (diff)
downloadopenbmc-1222bd457825c618c9557068a8f0d952a0ad754b.tar.xz
treewide: add nanbield to LAYERSERIES_COMPAT
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I85272779478b66452acd11be93f5fea99e4c3a34
Diffstat (limited to 'meta-intel-openbmc')
-rw-r--r--meta-intel-openbmc/conf/layer.conf2
-rw-r--r--meta-intel-openbmc/meta-s2600wf/conf/layer.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-intel-openbmc/conf/layer.conf b/meta-intel-openbmc/conf/layer.conf
index de157adcbc..6d6962e39e 100644
--- a/meta-intel-openbmc/conf/layer.conf
+++ b/meta-intel-openbmc/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 = "langdale mickledore"
+LAYERSERIES_COMPAT_intel = "mickledore nanbield"
LAYERDEPENDS_intel = "phosphor-layer"
diff --git a/meta-intel-openbmc/meta-s2600wf/conf/layer.conf b/meta-intel-openbmc/meta-s2600wf/conf/layer.conf
index 907c90f007..325834e2b5 100644
--- a/meta-intel-openbmc/meta-s2600wf/conf/layer.conf
+++ b/meta-intel-openbmc/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 = "langdale mickledore"
+LAYERSERIES_COMPAT_s2600wf = "mickledore nanbield"