mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-16 03:47:19 +00:00
c3e3a2fd96
No testing is being done against older branches. Only have the compatibility set to honister to prevent any issues. Signed-off-by: Jon Mason <jon.mason@arm.com>
10 lines
294 B
Plaintext
10 lines
294 B
Plaintext
BBPATH .= ":${LAYERDIR}"
|
|
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
|
|
${LAYERDIR}/recipes-*/*/*.bbappend"
|
|
|
|
BBFILE_COLLECTIONS += "meta-atp"
|
|
BBFILE_PATTERN_meta-atp = "^${LAYERDIR}/"
|
|
|
|
LAYERDEPENDS_meta-atp = "core openembedded-layer meta-gem5"
|
|
LAYERSERIES_COMPAT_meta-atp = "honister"
|