Explorar el Código

layer.conf: add warrior to supported series

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Christopher Larson hace 5 años
padre
commit
4483b36915
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      conf/layer.conf

+ 1 - 1
conf/layer.conf

@@ -6,7 +6,7 @@ BBFILE_PRIORITY_external-toolchain = "1"
 BBFILE_PATTERN_external-toolchain = "^${LAYERDIR}/"
 
 LAYERDEPENDS_external-toolchain = "core"
-LAYERSERIES_COMPAT_external-toolchain = "thud"
+LAYERSERIES_COMPAT_external-toolchain = "thud warrior"
 LAYERDIR_external-toolchain = "${LAYERDIR}"
 
 BBFILES += "${@' '.join('${LAYERDIR}/%s/recipes*/*/*.%s' % (layer, ext) \