mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-09-04 15:04:37 +02:00
7 lines
219 B
Plaintext
7 lines
219 B
Plaintext
BBPATH .= ":${LAYERDIR}"
|
|
BBFILES += "${LAYERDIR}/recipes/*/*.bb \
|
|
${LAYERDIR}/recipes/*/*.bbappend"
|
|
BBFILE_COLLECTIONS += "sourcery"
|
|
BBFILE_PRIORITY_sourcery = "10"
|
|
BBFILE_PATTERN_sourcery = "^${LAYERDIR}/"
|