From da30b50c56e628848b3c71d2cb57a594b742a095 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 1 Nov 2010 14:33:13 +0100 Subject: [PATCH] angstrom-layers: fix layer.conf for meta-angstrom Signed-off-by: Koen Kooi --- conf/layer.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/layer.conf b/conf/layer.conf index de565d3..f78e4ef 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -1,9 +1,9 @@ # We have a conf and classes directory, add to BBPATH BBPATH := "${BBPATH}:${LAYERDIR}" -# We have a packages directory, add to BBFILES -BBFILES := "${BBFILES} ${LAYERDIR}/packages/*/*.bb \ - ${LAYERDIR}/packages/*/*.bbappend" +# We have a recipes directory, add to BBFILES +BBFILES := "${BBFILES} ${LAYERDIR}/recipes/*/*.bb \ + ${LAYERDIR}/recipes/*/*.bbappend" BBFILE_COLLECTIONS += "angstrom-layer" BBFILE_PATTERN_angstrom-layer := "^${LAYERDIR}/"