Pārlūkot izejas kodu

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 4 gadi atpakaļ
vecāks
revīzija
4d8e66d1ae
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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"