From 8a10fb75f63d69f6bf93181a7027b02fdbc67b46 Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Fri, 13 May 2011 15:59:55 +0100 Subject: add .bbappend files to BBFILES --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index ca4482e..5114b3b 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -2,7 +2,7 @@ BBPATH .= ":${LAYERDIR}" # We have a packages directory, add to BBFILES -BBFILES += "${LAYERDIR}/recipes/*/*.bb" +BBFILES += "${LAYERDIR}/recipes/*/*.bb ${LAYERDIR}/recipes/*/*.bbappend" BBFILE_COLLECTIONS += "micro-layer" BBFILE_PATTERN_micro-layer := "^${LAYERDIR}/" -- cgit 1.2.3-korg