From patchwork Wed May 11 04:35:52 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2/2] meta/conf/layer.conf: Remove packages/*bb from BBFILES Date: Wed, 11 May 2011 04:35:52 -0000 From: Khem Raj X-Patchwork-Id: 3717 Message-Id: To: OE core packages directory has been divided into recipes-*/ dirs Signed-off-by: Khem Raj --- meta/conf/layer.conf | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 3f63c7d..ad95405 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf @@ -2,7 +2,7 @@ BBPATH ?= "" # We have a conf and classes directory, add to BBPATH BBPATH .= ":${LAYERDIR}" # We have a packages directory, add to BBFILES -BBFILES += "${LAYERDIR}/packages/*/*.bb ${LAYERDIR}/recipes-*/*/*.bb" +BBFILES += "${LAYERDIR}/recipes-*/*/*.bb" BBFILE_COLLECTIONS += "normal" BBFILE_PATTERN_normal := "^${LAYERDIR}/"