From: Matthew McClintock Date: Thu, 8 Mar 2012 23:26:44 +0000 (-0600) Subject: conf/layer.conf: expand search for bbappend files X-Git-Tag: 2.1~534^2~520 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=87848817bf9bfac32fcc0389af7c78db2aae83b3;p=meta-freescale.git conf/layer.conf: expand search for bbappend files Signed-off-by: Matthew McClintock --- diff --git a/meta-fsl-ppc/conf/layer.conf b/meta-fsl-ppc/conf/layer.conf index b469c670..9d2e54b9 100644 --- a/meta-fsl-ppc/conf/layer.conf +++ b/meta-fsl-ppc/conf/layer.conf @@ -2,7 +2,7 @@ BBPATH := "${BBPATH}:${LAYERDIR}" BBFILES += "${LAYERDIR}/recipes-*/*/*.bb*" -BBFILES += "${LAYERDIR}/images/*.bb" +BBFILES += "${LAYERDIR}/images/*.bb*" BBFILE_COLLECTIONS += "fsl" BBFILE_PATTERN_fsl := "^${LAYERDIR}/"