From: Scott Murray Date: Thu, 18 Apr 2024 21:41:31 +0000 (-0400) Subject: Add Yocto Project scarthgap release compatibility X-Git-Tag: 17.91.0^0 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=b85b4e930aa22edd555c84295f2bec70771d7bae;p=AGL%2Fmeta-agl-refhw.git Add Yocto Project scarthgap release compatibility Switch to scarthgap in LAYERSERIES_COMPAT in layer.conf file. Bug-AGL: SPEC-4578 Change-Id: Ifceeee5e4033cbfd6f25572036b06e8577ce3e8f Signed-off-by: Scott Murray --- 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"