summaryrefslogtreecommitdiffstats
path: root/meta-netboot
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2023-09-23 15:10:05 -0400
committerScott Murray <scott.murray@konsulko.com>2024-04-18 17:35:39 -0400
commite9fd45c7795267b8f4ce2e75622bc20251cae24e (patch)
tree74428f546c6c650efe332698493d60e0139a6a64 /meta-netboot
parent98cd78aca4090441f4113e3e605230b66fdcb36a (diff)
Add Yocto Project nanbield release compatibility
Switch to nanbield in LAYERSERIES_COMPAT in layer.conf files. Bug-AGL: SPEC-4578 Change-Id: I11b528374d60caa8c62b95b6ef0c857f35b720f6 Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Diffstat (limited to 'meta-netboot')
-rw-r--r--meta-netboot/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-netboot/conf/layer.conf b/meta-netboot/conf/layer.conf
index f890b7d48..52d5e0a2b 100644
--- a/meta-netboot/conf/layer.conf
+++ b/meta-netboot/conf/layer.conf
@@ -9,5 +9,5 @@ BBFILE_COLLECTIONS += "meta-netboot"
BBFILE_PATTERN_meta-netboot = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-netboot = "60"
-LAYERSERIES_COMPAT_meta-netboot = "kirkstone langdale mickledore"
+LAYERSERIES_COMPAT_meta-netboot = "kirkstone langdale mickledore nanbield"
LAYERDEPENDS_meta-netboot = "core networking-layer"