mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-01-12 03:10:15 +00:00
Create meta-arm-bsp layer
Create layer definition file for meta-arm-bsp sub-layer. Change-Id: I305da32bf389b09750a721349fa0796c0b33b0ea Signed-off-by: Bertrand Marquis <bertrand.marquis@arm.com>
This commit is contained in:
committed by
Jon Mason
parent
ce6fa2ec19
commit
c7c809e465
13
meta-arm-bsp/conf/layer.conf
Normal file
13
meta-arm-bsp/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-bsp"
|
||||
BBFILE_PATTERN_meta-arm-bsp = "^${LAYERDIR}/"
|
||||
BBFILE_PRIORITY_meta-arm-bsp = "6"
|
||||
|
||||
LAYERDEPENDS_meta-arm-bsp = "core"
|
||||
LAYERSERIES_COMPAT_meta-arm-bsp = "warrior zeus"
|
||||
Reference in New Issue
Block a user