aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2024-04-18 17:41:31 -0400
committerScott Murray <scott.murray@konsulko.com>2024-04-18 17:41:31 -0400
commitb85b4e930aa22edd555c84295f2bec70771d7bae (patch)
tree3bb53ae2c4e6e42668d86aaf8c5af00e4ec09dcd
parent7a87b1105ade8f44c76fc2eef8699eec08c7f1e3 (diff)
Add Yocto Project scarthgap release compatibilityHEADnextmaster
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.conf2
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"