diff --git a/meta-hassio/conf/layer.conf b/meta-hassio/conf/layer.conf new file mode 100644 index 000000000..7607c7bd9 --- /dev/null +++ b/meta-hassio/conf/layer.conf @@ -0,0 +1,8 @@ +BBPATH .= ":${LAYERDIR}" + +BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ + ${LAYERDIR}/recipes-*/*/*.bbappend" + +BBFILE_COLLECTIONS += "hassio" +BBFILE_PATTERN_hassio := "^${LAYERDIR}/" +BBFILE_PRIORITY_hassio = "10"