mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-04-20 11:29:54 +00:00
Add dunfell support to meta-gem5. This allows for the master to work with stable dunfell branches. Change-Id: Ie43bd7ca0a145fd30d92d0c241431dfc0a307dd5 Signed-off-by: Jon Mason <jon.mason@arm.com>
14 lines
433 B
Plaintext
14 lines
433 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 = "6"
|
|
|
|
LAYERDEPENDS_meta-gem5 = "core openembedded-layer"
|
|
LAYERSERIES_COMPAT_meta-gem5 = "dunfell gatesgarth"
|