mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-04-26 01:19:26 +00:00
Also, removed empty README.md files (which were place holders for the directories). Change-Id: I1c1db95158f257015b5eb9f4a6f05219df489b4a Signed-off-by: Jon Mason <jon.mason@arm.com>
14 lines
428 B
Plaintext
14 lines
428 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-arm-iota"
|
|
BBFILE_PATTERN_meta-arm-iota = "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_meta-arm-iota = "6"
|
|
|
|
LAYERDEPENDS_meta-arm-iota = "core"
|
|
LAYERSERIES_COMPAT_meta-arm-iota = "warrior zeus"
|