mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
The recipes are no longer stored in a "packages" directory but in directories under recipes-*. Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
11 lines
352 B
Plaintext
11 lines
352 B
Plaintext
# We have a conf and classes directory, add to BBPATH
|
|
BBPATH := "${BBPATH}:${LAYERDIR}"
|
|
|
|
# We have recipes-* directories, add to BBFILES
|
|
BBFILES := "${BBFILES} ${LAYERDIR}/common/recipes-*/*/*.bb \
|
|
${LAYERDIR}/common/recipes-*/*/*.bbappend"
|
|
|
|
BBFILE_COLLECTIONS += "intel"
|
|
BBFILE_PATTERN_intel := "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_intel = "5"
|