summaryrefslogtreecommitdiffstats
path: root/meta-netboot/conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2023-01-06 18:27:33 +0000
committerjenkins-dontreply@build.automotivelinux.org <collab-it+agl-jobbuilder@linuxfoundation.org>2024-03-07 12:55:01 +0000
commit815b4d7ba8d7d6c3157958ae8b9391a24f5c04c2 (patch)
tree4e920b5484e70d7878413a9ef12449d1649990e5 /meta-netboot/conf
parent7a51ef16a9814ad63f335a96192ed29e9f6b019f (diff)
Add Yocto Project mickledore release compatibility
Switch to mickledore in LAYERSERIES_COMPAT in layer.conf files. Bug-AGL: SPEC-4578 Change-Id: I6363128896c27a713f7dd59c8a889306a2a04912 Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/28366 Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-netboot/conf')
-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 541323310..f890b7d48 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"
+LAYERSERIES_COMPAT_meta-netboot = "kirkstone langdale mickledore"
LAYERDEPENDS_meta-netboot = "core networking-layer"