mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-16 15:57:19 +00:00
d3263fceb5
Keeping with what is being done on the master branch, switch to using linux-yocto for the 5.3 kernel. Signed-off-by: Jon Mason <jon.mason@arm.com>
14 lines
459 B
Plaintext
14 lines
459 B
Plaintext
# We have a conf and classes directory, add to BBPATH
|
|
BBPATH .= ":${LAYERDIR}"
|
|
|
|
# We have recipes-* directories, add to BBFILES
|
|
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
|
|
${LAYERDIR}/recipes-*/*/*.bbappend"
|
|
|
|
BBFILE_COLLECTIONS += "meta-arm-bsp"
|
|
BBFILE_PATTERN_meta-arm-bsp = "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_meta-arm-bsp = "6"
|
|
|
|
LAYERDEPENDS_meta-arm-bsp = "core openembedded-layer meta-arm"
|
|
LAYERSERIES_COMPAT_meta-arm-bsp = "warrior zeus dunfell"
|