diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-11-20 18:09:04 -0500 |
---|---|---|
committer | jenkins-dontreply@build.automotivelinux.org <collab-it+agl-jobbuilder@linuxfoundation.org> | 2024-04-24 16:37:45 +0000 |
commit | f23ca3e10ee67bf6e0dacc2e55b0347f52479aed (patch) | |
tree | baf3962cab1d980c087f64c55fcbd1b152d299ca /meta-agl-flutter/conf | |
parent | ff3e5d9b48f0f2d455d4975302f5c34e951ab8a6 (diff) |
Add Yocto Project scarthgap release compatibility
Switch to scarthgap in LAYERSERIES_COMPAT in layer.conf files.
Bug-AGL: SPEC-4578
Change-Id: I50e341efd6a317a830352d44db1cd756d3589861
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Diffstat (limited to 'meta-agl-flutter/conf')
-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 725a25b2..e21f9bc6 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 = "kirkstone" +LAYERSERIES_COMPAT_agl-flutter-layer = "scarthgap" BBFILES_DYNAMIC += " \ flutter-apps-layer:${LAYERDIR}/dynamic-layers/flutter-apps-layer/*/*/*/*.bbappend \ |