diff options
author | Scott Murray <scott.murray@konsulko.com> | 2024-04-18 17:41:31 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2024-04-18 17:41:31 -0400 |
commit | b85b4e930aa22edd555c84295f2bec70771d7bae (patch) | |
tree | 3bb53ae2c4e6e42668d86aaf8c5af00e4ec09dcd | |
parent | 7a87b1105ade8f44c76fc2eef8699eec08c7f1e3 (diff) |
Add Yocto Project scarthgap release compatibilitysalmon_18.90.0salmon/18.90.0ricefish_17.92.0ricefish_17.91.0ricefish/17.92.0ricefish/17.91.018.90.017.92.017.91.0next
Switch to scarthgap in LAYERSERIES_COMPAT in layer.conf file.
Bug-AGL: SPEC-4578
Change-Id: Ifceeee5e4033cbfd6f25572036b06e8577ce3e8f
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
-rw-r--r-- | meta-agl-refhw-gen3/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-refhw-gen3/conf/layer.conf b/meta-agl-refhw-gen3/conf/layer.conf index 09c47bb..093a47b 100644 --- a/meta-agl-refhw-gen3/conf/layer.conf +++ b/meta-agl-refhw-gen3/conf/layer.conf @@ -15,6 +15,6 @@ BBFILE_PRIORITY_agl-refhw-gen3 = "11" LAYERDEPENDS_agl-refhw-gen3 = "core rcar-gen3" -LAYERSERIES_COMPAT_agl-refhw-gen3 = "kirkstone" +LAYERSERIES_COMPAT_agl-refhw-gen3 = "scarthgap" LICENSE_PATH += "${LAYERDIR}/licenses" |