diff mbox series

[master] meta-arago: layer.conf: add compatibility with nanbield

Message ID 20230912044455.1080895-1-denis@denix.org
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [master] meta-arago: layer.conf: add compatibility with nanbield | expand

Commit Message

Denys Dmytriyenko Sept. 12, 2023, 4:44 a.m. UTC
From: Denys Dmytriyenko <denys@konsulko.com>

OE-Core is switching layer compatibility to nanbield for the upcoming release.

Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 meta-arago-demos/conf/layer.conf  | 2 +-
 meta-arago-distro/conf/layer.conf | 2 +-
 meta-arago-extras/conf/layer.conf | 2 +-
 meta-arago-test/conf/layer.conf   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
diff mbox series

Patch

diff --git a/meta-arago-demos/conf/layer.conf b/meta-arago-demos/conf/layer.conf
index 3d452d6f..ad443057 100644
--- a/meta-arago-demos/conf/layer.conf
+++ b/meta-arago-demos/conf/layer.conf
@@ -8,7 +8,7 @@  BBFILE_COLLECTIONS += "meta-arago-demos"
 BBFILE_PATTERN_meta-arago-demos := "^${LAYERDIR}/"
 BBFILE_PRIORITY_meta-arago-demos = "10"
 
-LAYERSERIES_COMPAT_meta-arago-demos = "kirkstone langdale mickledore"
+LAYERSERIES_COMPAT_meta-arago-demos = "kirkstone langdale mickledore nanbield"
 
 LAYERDEPENDS_meta-arago-demos = " \
     core \
diff --git a/meta-arago-distro/conf/layer.conf b/meta-arago-distro/conf/layer.conf
index b112a332..b6d3202f 100644
--- a/meta-arago-distro/conf/layer.conf
+++ b/meta-arago-distro/conf/layer.conf
@@ -8,7 +8,7 @@  BBFILE_COLLECTIONS += "meta-arago-distro"
 BBFILE_PATTERN_meta-arago-distro := "^${LAYERDIR}/"
 BBFILE_PRIORITY_meta-arago-distro = "10"
 
-LAYERSERIES_COMPAT_meta-arago-distro = "kirkstone langdale mickledore"
+LAYERSERIES_COMPAT_meta-arago-distro = "kirkstone langdale mickledore nanbield"
 
 LAYERDEPENDS_meta-arago-distro = " \
     core \
diff --git a/meta-arago-extras/conf/layer.conf b/meta-arago-extras/conf/layer.conf
index 15074dad..be84afb8 100644
--- a/meta-arago-extras/conf/layer.conf
+++ b/meta-arago-extras/conf/layer.conf
@@ -8,7 +8,7 @@  BBFILE_COLLECTIONS += "meta-arago-extras"
 BBFILE_PATTERN_meta-arago-extras := "^${LAYERDIR}/"
 BBFILE_PRIORITY_meta-arago-extras = "10"
 
-LAYERSERIES_COMPAT_meta-arago-extras = "kirkstone langdale mickledore"
+LAYERSERIES_COMPAT_meta-arago-extras = "kirkstone langdale mickledore nanbield"
 
 # Set a variable to get to the top of the metadata location
 ARAGOBASE := '${@os.path.normpath("${LAYERDIR}/../")}'
diff --git a/meta-arago-test/conf/layer.conf b/meta-arago-test/conf/layer.conf
index b56c3046..f31d69c4 100644
--- a/meta-arago-test/conf/layer.conf
+++ b/meta-arago-test/conf/layer.conf
@@ -8,7 +8,7 @@  BBFILE_COLLECTIONS += "meta-arago-test"
 BBFILE_PATTERN_meta-arago-test := "^${LAYERDIR}/"
 BBFILE_PRIORITY_meta-arago-test = "10"
 
-LAYERSERIES_COMPAT_meta-arago-test = "kirkstone langdale mickledore"
+LAYERSERIES_COMPAT_meta-arago-test = "kirkstone langdale mickledore nanbield"
 
 # Set a variable to get to the top of the metadata location
 TITESTBASE := '${@os.path.normpath("${LAYERDIR}/")}'