diff --git a/meta-arm-iota/conf/layer.conf b/meta-arm-iota/conf/layer.conf deleted file mode 100644 index 392ed9b2..00000000 --- a/meta-arm-iota/conf/layer.conf +++ /dev/null @@ -1,13 +0,0 @@ -# We have a conf and classes directory, add to BBPATH -BBPATH .= ":${LAYERDIR}" - -# We have recipes-* directories, add to BBFILES -BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ - ${LAYERDIR}/recipes-*/*/*.bbappend" - -BBFILE_COLLECTIONS += "meta-arm-iota" -BBFILE_PATTERN_meta-arm-iota = "^${LAYERDIR}/" -BBFILE_PRIORITY_meta-arm-iota = "6" - -LAYERDEPENDS_meta-arm-iota = "core" -LAYERSERIES_COMPAT_meta-arm-iota = "warrior zeus"