mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
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>
This commit is contained in:
parent
7c19e43c9c
commit
7c2eac9ad2
|
@ -3,7 +3,9 @@ BBPATH := "${BBPATH}:${LAYERDIR}"
|
|||
|
||||
# We have a recipes directory, add to BBFILES
|
||||
BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
|
||||
${LAYERDIR}/recipes-*/*/*.bbappend"
|
||||
${LAYERDIR}/recipes-*/*/*.bbappend \
|
||||
${LAYERDIR}/../common/recipes-*/*/*.bb \
|
||||
${LAYERDIR}/../common/recipes-*/*/*.bbappend"
|
||||
|
||||
BBFILE_COLLECTIONS_append_crownbay += "crownbay"
|
||||
BBFILE_PATTERN_crownbay := "^${LAYERDIR}/"
|
||||
|
|
Loading…
Reference in New Issue
Block a user