| Submitter | Khem Raj |
|---|---|
| Date | May 11, 2011, 4:35 a.m. |
| Message ID | <b04796a2532bb3f1533fe2dd5f101eab34098188.1305088327.git.raj.khem@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/3717/ |
| State | New, archived |
| Headers | show |
Comments
Patch
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}/"
packages directory has been divided into recipes-*/ dirs Signed-off-by: Khem Raj <raj.khem@gmail.com> --- meta/conf/layer.conf | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)