summaryrefslogtreecommitdiffstats
path: root/meta-netboot/conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2024-02-13 14:03:27 -0500
committerjenkins-dontreply@build.automotivelinux.org <collab-it+agl-jobbuilder@linuxfoundation.org>2024-03-07 12:55:01 +0000
commit403545c205c30df24e39ee03d6f188aca998b3f7 (patch)
tree6e9c89f7220eb1117f1ac437847895ca775975ba /meta-netboot/conf
parent38b8eacbdf1a10f2d3962381936eafb80827f701 (diff)
Add Yocto Project scarthgap release compatibility
Switch to scarthgap in LAYERSERIES_COMPAT in layer.conf files. Bug-AGL: SPEC-4578 Change-Id: I225d12355ad7684170d0a2054105d3de5214430b Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
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 52d5e0a2b..c8938c662 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 nanbield"
+LAYERSERIES_COMPAT_meta-netboot = "kirkstone langdale mickledore nanbield scarthgap"
LAYERDEPENDS_meta-netboot = "core networking-layer"