diff options
author | 2024-05-22 16:01:36 -0400 | |
---|---|---|
committer | 2024-12-19 22:39:59 -0500 | |
commit | 9ff6661576f146b2263bfb808b51f3bbf868a230 (patch) | |
tree | e926d2e2fe102a5b6f5410e5f3b65362d272c226 /meta-netboot | |
parent | 9d60ec30cfb6ad67c2ff6338487bbf201355556c (diff) |
Add Yocto Project walnascar release compatibility
Switch to walnascar in LAYERSERIES_COMPAT in layer.conf files.
Bug-AGL: SPEC-5147
Change-Id: Id27492bd2366ceac6ad0ef64630ea2144303be5c
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'meta-netboot')
-rw-r--r-- | meta-netboot/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-netboot/conf/layer.conf b/meta-netboot/conf/layer.conf index a41406cbb..68fc82cba 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 = "scarthgap" +LAYERSERIES_COMPAT_meta-netboot = "walnascar" LAYERDEPENDS_meta-netboot = "core networking-layer" |