Explorar o código

layer.conf: add honister to LAYERSERIES_COMPAT, remove gatesgarth

The override syntax was changed in Yocto master & honister core layers to
repace '_' the deliminator with ':'. New syntax is supported in older releases
if bitbake patches are applied.

Add honister and remove older layers from LAYERSERIS_COMPAT, except dunfell
LTS release.

Signed-off-by: Geoff Parker <geoffrey.parker@arthrex.com>
Geoff Parker %!s(int64=4) %!d(string=hai) anos
pai
achega
4d8e66d1ae
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      conf/layer.conf

+ 1 - 1
conf/layer.conf

@@ -9,6 +9,6 @@ BBFILE_COLLECTIONS += "swupdate"
 BBFILE_PATTERN_swupdate := "^${LAYERDIR}/"
 BBFILE_PRIORITY_swupdate = "6"
 
-LAYERSERIES_COMPAT_swupdate = "dunfell gatesgarth hardknott"
+LAYERSERIES_COMPAT_swupdate = "dunfell hardknott honister"
 
 LAYERDEPENDS_swupdate = "openembedded-layer"