layer.conf: pick up bbappend files as well

This commit is contained in:
Koen Kooi 2011-01-28 11:42:03 +01:00
parent f403da33e8
commit ec109f573b

View File

@ -2,7 +2,7 @@
BBPATH := "${LAYERDIR}:${BBPATH}" BBPATH := "${LAYERDIR}:${BBPATH}"
# We have a recipes directory, add to BBFILES # We have a recipes directory, add to BBFILES
BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb" BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "openembedded-layer" BBFILE_COLLECTIONS += "openembedded-layer"
BBFILE_PATTERN_openembedded-layer := "^${LAYERDIR}/" BBFILE_PATTERN_openembedded-layer := "^${LAYERDIR}/"