Parcourir la source

layer.conf: add nanbield to LAYERSERIES_COMPAT

Signed-off-by: Geoff Parker <geoffrey.parker@arthrex.com>
Geoff Parker il y a 2 ans
Parent
commit
4eb59e30dc
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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"