| Submitter | Saul Wold |
|---|---|
| Date | May 9, 2011, 6:59 a.m. |
| Message ID | <74c4c97cda7fbda68f8e6985eaad1c0e20998429.1304924223.git.sgw@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/3435/ |
| State | New, archived |
| Headers | show |
Comments
Patch
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 5287417..3f63c7d 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf @@ -1,9 +1,8 @@ BBPATH ?= "" # We have a conf and classes directory, add to BBPATH -BBPATH := "${BBPATH}:${LAYERDIR}" - +BBPATH .= ":${LAYERDIR}" # We have a packages directory, add to BBFILES -BBFILES := "${BBFILES} ${LAYERDIR}/packages/*/*.bb ${LAYERDIR}/recipes-*/*/*.bb" +BBFILES += "${LAYERDIR}/packages/*/*.bb ${LAYERDIR}/recipes-*/*/*.bb" BBFILE_COLLECTIONS += "normal" BBFILE_PATTERN_normal := "^${LAYERDIR}/"