mirror of
https://git.yoctoproject.org/poky
synced 2026-03-10 17:29:40 +01:00
The non-qemu compatibility references have been removed from the main linux-yocto recipe. This change restores them in the meta-yocto layer. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Acked-by: Darren Hart <dvhart@linux.intel.com>
12 lines
338 B
Plaintext
12 lines
338 B
Plaintext
# We have a conf and classes directory, add to BBPATH
|
|
BBPATH := "${BBPATH}:${LAYERDIR}"
|
|
|
|
# We have a packages directory, add to BBFILES
|
|
BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
|
|
${LAYERDIR}/recipes-*/*/*.bbappend"
|
|
|
|
BBFILE_COLLECTIONS += "yocto"
|
|
BBFILE_PATTERN_yocto := "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_yocto = "5"
|
|
|