diff options
author | Scott Murray <scott.murray@konsulko.com> | 2024-05-22 16:01:36 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2024-12-19 22:39:59 -0500 |
commit | 9ff6661576f146b2263bfb808b51f3bbf868a230 (patch) | |
tree | e926d2e2fe102a5b6f5410e5f3b65362d272c226 /meta-agl-flutter | |
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-agl-flutter')
-rw-r--r-- | meta-agl-flutter/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-flutter/conf/layer.conf b/meta-agl-flutter/conf/layer.conf index e21f9bc68..f7621752f 100644 --- a/meta-agl-flutter/conf/layer.conf +++ b/meta-agl-flutter/conf/layer.conf @@ -12,7 +12,7 @@ BBFILE_PRIORITY_agl-flutter-layer = "61" LAYERVERSION_agl-flutter-layer = "1" LAYERDEPENDS_agl-flutter-layer = "core flutter-layer" LAYERRECOMMENDS_agl-flutter-layer = "flutter-apps-layer" -LAYERSERIES_COMPAT_agl-flutter-layer = "scarthgap" +LAYERSERIES_COMPAT_agl-flutter-layer = "walnascar" BBFILES_DYNAMIC += " \ flutter-apps-layer:${LAYERDIR}/dynamic-layers/flutter-apps-layer/*/*/*/*.bbappend \ |