1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-04-26 01:19:26 +00:00
Files
meta-arm/meta-arm-iota/conf/layer.conf
Jon Mason 6a7919518f Add layer.conf to all the sub-meta-layers
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>
2019-12-05 15:35:53 -05:00

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"