diff options
author | Scott Murray <scott.murray@konsulko.com> | 2024-05-22 16:01:36 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2024-12-19 22:39:59 -0500 |
commit | 9ff6661576f146b2263bfb808b51f3bbf868a230 (patch) | |
tree | e926d2e2fe102a5b6f5410e5f3b65362d272c226 /meta-agl-bsp | |
parent | 9d60ec30cfb6ad67c2ff6338487bbf201355556c (diff) |
Add Yocto Project walnascar release compatibility
Switch to walnascar in LAYERSERIES_COMPAT in layer.conf files.
Bug-AGL: SPEC-5147
Change-Id: Id27492bd2366ceac6ad0ef64630ea2144303be5c
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'meta-agl-bsp')
-rw-r--r-- | meta-agl-bsp/conf/layer.conf | 2 | ||||
-rw-r--r-- | meta-agl-bsp/meta-rcar-gen3-adas/conf/layer.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-agl-bsp/conf/layer.conf b/meta-agl-bsp/conf/layer.conf index 036cde7a7..a5021349f 100644 --- a/meta-agl-bsp/conf/layer.conf +++ b/meta-agl-bsp/conf/layer.conf @@ -23,4 +23,4 @@ BBFILE_COLLECTIONS += "aglbsp" BBFILE_PATTERN_aglbsp = "^${LAYERDIR}/" BBFILE_PRIORITY_aglbsp = "60" -LAYERSERIES_COMPAT_aglbsp = "scarthgap" +LAYERSERIES_COMPAT_aglbsp = "walnascar" diff --git a/meta-agl-bsp/meta-rcar-gen3-adas/conf/layer.conf b/meta-agl-bsp/meta-rcar-gen3-adas/conf/layer.conf index bae421a50..ff0d102e1 100644 --- a/meta-agl-bsp/meta-rcar-gen3-adas/conf/layer.conf +++ b/meta-agl-bsp/meta-rcar-gen3-adas/conf/layer.conf @@ -15,4 +15,4 @@ BBFILE_COLLECTIONS += "rcar-gen3-cogent" BBFILE_PATTERN_rcar-gen3-cogent := "^${LAYERDIR}/" BBFILE_PRIORITY_rcar-gen3-cogent = "7" -LAYERSERIES_COMPAT_rcar-gen3-cogent = "scarthgap" +LAYERSERIES_COMPAT_rcar-gen3-cogent = "walnascar" |