layer.conf: align bb and allow bbappends

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2015-12-19 00:14:12 +01:00
parent 31a2068703
commit 560cfcf44c

View File

@@ -1,8 +1,7 @@
# We have a conf and classes directory, append to BBPATH
BBPATH .= ":${LAYERDIR}"
# We have a recipes directory, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*.bb ${LAYERDIR}/recipes-*/*/*.bb"
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "libreoffice-layer"
BBFILE_PATTERN_libreoffice-layer := "^${LAYERDIR}/"