Ver Fonte

layer.conf: add kirkstone to LAYERSERIES_COMPAT

Signed-off-by: Christian Eggers <ceggers@arri.de>
Christian Eggers há 3 anos atrás
pai
commit
cf6c237e64
1 ficheiros alterados com 1 adições e 1 exclusões
  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 hardknott honister"
+LAYERSERIES_COMPAT_swupdate = "dunfell hardknott honister kirkstone"
 
 LAYERDEPENDS_swupdate = "openembedded-layer"