mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-16 15:57:19 +00:00
1ad0aa794d
its not going to be backward ABI compatible with honister due to variable renaming. Signed-off-by: Khem Raj <raj.khem@gmail.com>
10 lines
295 B
Plaintext
10 lines
295 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 = "kirkstone"
|