summaryrefslogtreecommitdiffstats
path: root/meta/conf/layer.conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-05-10 16:50:14 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-11 15:38:33 +0100
commit456f8f97ccc72d3a07bda2fcb15587d30d934058 (patch)
tree95a5b51f7692dcd4c5d0b1bfa057268986eb8a80 /meta/conf/layer.conf
parentf21b091e3447f6fe8dfde8897799714a73a2c178 (diff)
downloadpoky-456f8f97ccc72d3a07bda2fcb15587d30d934058.tar.gz
meta/conf/layer.conf: Remove packages/*bb from BBFILES
packages directory has been divided into recipes-*/ dirs (From OE-Core rev: 56bf0a3094cf0dbe0c9c088f69e1569bcf8de82f) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/layer.conf')
-rw-r--r--meta/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index 3f63c7dd51..ad9540586c 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -2,7 +2,7 @@ BBPATH ?= ""
2# We have a conf and classes directory, add to BBPATH 2# We have a conf and classes directory, add to BBPATH
3BBPATH .= ":${LAYERDIR}" 3BBPATH .= ":${LAYERDIR}"
4# We have a packages directory, add to BBFILES 4# We have a packages directory, add to BBFILES
5BBFILES += "${LAYERDIR}/packages/*/*.bb ${LAYERDIR}/recipes-*/*/*.bb" 5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb"
6 6
7BBFILE_COLLECTIONS += "normal" 7BBFILE_COLLECTIONS += "normal"
8BBFILE_PATTERN_normal := "^${LAYERDIR}/" 8BBFILE_PATTERN_normal := "^${LAYERDIR}/"