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

Create the meta-arm-integration layer

Add basic layer configuration file

Change-Id: I11b63d0bc74a33272feffeb73e6b0c6d717a259a
Signed-off-by: Bertrand Marquis <bertrand.marquis@arm.com>
This commit is contained in:
Bertrand Marquis
2019-10-11 15:33:17 +01:00
committed by Jon Mason
parent 793a8834f9
commit 204d8e4a9d

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-integration"
BBFILE_PATTERN_meta-arm-integration = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-arm-integration = "6"
LAYERDEPENDS_meta-arm-integration = "core"
LAYERSERIES_COMPAT_meta-arm-integration = "warrior"