mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-16 03:47:19 +00:00
e4d4b90ce2
Drop dunfell support from the master branch in anticipation of the gatestgarth release. All dunfell users should reference the dunfell branch. Change-Id: I9c5806f698cca42773aaea1fb49e0dfff437eaf4 Signed-off-by: Jon Mason <jon.mason@arm.com>
14 lines
425 B
Plaintext
14 lines
425 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 = "gatesgarth"
|