mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-16 15:57:19 +00:00
2c9cf62622
Now that langdale is available, convert all kirkstone references to it. Signed-off-by: Jon Mason <jon.mason@arm.com>
20 lines
632 B
Plaintext
20 lines
632 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-gem5"
|
|
BBFILE_PATTERN_meta-gem5 = "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_meta-gem5 = "5"
|
|
|
|
LAYERDEPENDS_meta-gem5 = "core openembedded-layer meta-arm"
|
|
LAYERSERIES_COMPAT_meta-gem5 = "langdale"
|
|
|
|
BBFILES_DYNAMIC += " \
|
|
virtualization-layer:${LAYERDIR}/dynamic-layers/meta-virtualization/*/*/*.bbappend \
|
|
"
|
|
|
|
DISTRO_FEATURES_NATIVE:append = " ${@bb.utils.filter('DISTRO_FEATURES', 'xen', d)}"
|