1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-01-12 03:10:15 +00:00

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>
This commit is contained in:
Jon Mason
2019-11-15 20:05:25 -05:00
parent 893d3305c0
commit 6a7919518f
6 changed files with 26 additions and 0 deletions

View File

View File

@@ -0,0 +1,13 @@
# 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"

View File

13
meta-arm/conf/layer.conf Normal file
View File

@@ -0,0 +1,13 @@
# 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"
BBFILE_PATTERN_meta-arm = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-arm = "6"
LAYERDEPENDS_meta-arm = "core"
LAYERSERIES_COMPAT_meta-arm = "warrior zeus"