summaryrefslogtreecommitdiffstats
path: root/meta-crownbay
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2011-06-01 01:02:08 -0500
committerTom Zanussi <tom.zanussi@intel.com>2011-06-01 22:20:30 -0500
commit7c2eac9ad2e2602d7521af4917ec6eddfcfc1701 (patch)
tree4a34655be936ba66ab25e5da83de277947299690 /meta-crownbay
parent7c19e43c9c8cbb12bdc8c50d5b3eab6383bd8518 (diff)
downloadmeta-intel-7c2eac9ad2e2602d7521af4917ec6eddfcfc1701.tar.gz
meta-crownbay: add common to BBFILES
Add common to BBFILES so crownbay can find recipes it needs from there. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'meta-crownbay')
-rw-r--r--meta-crownbay/conf/layer.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-crownbay/conf/layer.conf b/meta-crownbay/conf/layer.conf
index d15579d4..4ffeb2ce 100644
--- a/meta-crownbay/conf/layer.conf
+++ b/meta-crownbay/conf/layer.conf
@@ -3,7 +3,9 @@ BBPATH := "${BBPATH}:${LAYERDIR}"
3 3
4# We have a recipes directory, add to BBFILES 4# We have a recipes directory, add to BBFILES
5BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ 5BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend" 6 ${LAYERDIR}/recipes-*/*/*.bbappend \
7 ${LAYERDIR}/../common/recipes-*/*/*.bb \
8 ${LAYERDIR}/../common/recipes-*/*/*.bbappend"
7 9
8BBFILE_COLLECTIONS_append_crownbay += "crownbay" 10BBFILE_COLLECTIONS_append_crownbay += "crownbay"
9BBFILE_PATTERN_crownbay := "^${LAYERDIR}/" 11BBFILE_PATTERN_crownbay := "^${LAYERDIR}/"