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-jailhouse/conf/layer.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-jailhouse/conf/layer.conf')
-rw-r--r-- | meta-agl-jailhouse/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-jailhouse/conf/layer.conf b/meta-agl-jailhouse/conf/layer.conf index 5dd68b2c..f561a86c 100644 --- a/meta-agl-jailhouse/conf/layer.conf +++ b/meta-agl-jailhouse/conf/layer.conf @@ -11,7 +11,7 @@ BBFILE_PRIORITY_agl-jailhouse = "61" # This should only be incremented on significant changes that will # cause compatibility issues with other layers LAYERVERSION_agl-jailhouse = "1" -LAYERSERIES_COMPAT_agl-jailhouse = "kirkstone" +LAYERSERIES_COMPAT_agl-jailhouse = "scarthgap" # This is only needed for Raspberry Pi # TODO: can this be expressed dynamically? |