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:
13
meta-arm-iota/conf/layer.conf
Normal file
13
meta-arm-iota/conf/layer.conf
Normal 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"
|
||||
13
meta-arm/conf/layer.conf
Normal file
13
meta-arm/conf/layer.conf
Normal 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"
|
||||
Reference in New Issue
Block a user