From ec109f573b2018aa607300539f4b1e3ad17850b1 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 28 Jan 2011 11:42:03 +0100 Subject: [PATCH] layer.conf: pick up bbappend files as well --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index c33aa7b889..9fa60c1c49 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -2,7 +2,7 @@ BBPATH := "${LAYERDIR}:${BBPATH}" # 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_PATTERN_openembedded-layer := "^${LAYERDIR}/"