From 204d8e4a9d2df09a19bc205bc6b44a2b1aa46afb Mon Sep 17 00:00:00 2001 From: Bertrand Marquis Date: Fri, 11 Oct 2019 15:33:17 +0100 Subject: [PATCH] Create the meta-arm-integration layer Add basic layer configuration file Change-Id: I11b63d0bc74a33272feffeb73e6b0c6d717a259a Signed-off-by: Bertrand Marquis --- meta-arm-integration/conf/layer.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta-arm-integration/conf/layer.conf diff --git a/meta-arm-integration/conf/layer.conf b/meta-arm-integration/conf/layer.conf new file mode 100644 index 00000000..68cd49c4 --- /dev/null +++ b/meta-arm-integration/conf/layer.conf @@ -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"