diff options
author | Scott Murray <scott.murray@konsulko.com> | 2020-03-30 14:52:40 -0400 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2020-04-27 17:12:24 +0200 |
commit | c411b52fb2f502b8c976f005c14abae791e22e92 (patch) | |
tree | 053d3c58ff84e8fac699b164e09b7c16c2fbca32 /meta-agl-bsp | |
parent | 40213738bcd84fc542cda3ec6336b0e394b28dcc (diff) |
Declare layer compatibility for dunfell
For the upgrade to YP dunfell/3.1 we need to update the layer
compatibility.
Bug-AGL: SPEC-3302
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Ieb1ac9ef1f48f077c9cd312c4ac295ae1cc062b0
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 1ff027ce0..2a999ddd5 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 = "zeus" +LAYERSERIES_COMPAT_aglbsp = "dunfell" 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 561b1bb0f..0f5a972dc 100644 --- a/meta-agl-bsp/meta-rcar-gen3-adas/conf/layer.conf +++ b/meta-agl-bsp/meta-rcar-gen3-adas/conf/layer.conf @@ -13,7 +13,7 @@ BBFILE_COLLECTIONS += "rcar-gen3-cogent" BBFILE_PATTERN_rcar-gen3-cogent := "^${LAYERDIR}/../../../bsp/meta-rcar/meta-rcar-gen3-adas/" BBFILE_PRIORITY_rcar-gen3-cogent = "7" -LAYERSERIES_COMPAT_rcar-gen3-cogent = "zeus" +LAYERSERIES_COMPAT_rcar-gen3-cogent = "dunfell" # Custom packages IMAGE_INSTALL_append_rcar-gen3 = " \ |