Explorar el Código

layer.conf: add nanbield to LAYERSERIES_COMPAT

Signed-off-by: Geoff Parker <geoffrey.parker@arthrex.com>
Geoff Parker hace 2 años
padre
commit
4eb59e30dc
Se han modificado 1 ficheros con 1 adiciones y 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 kirkstone langdale mickledore"
+LAYERSERIES_COMPAT_swupdate = "dunfell kirkstone langdale mickledore nanbield"
 
 LAYERDEPENDS_swupdate = "openembedded-layer"