From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- bsp/meta-arm/meta-arm/conf/layer.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 bsp/meta-arm/meta-arm/conf/layer.conf (limited to 'bsp/meta-arm/meta-arm/conf/layer.conf') diff --git a/bsp/meta-arm/meta-arm/conf/layer.conf b/bsp/meta-arm/meta-arm/conf/layer.conf new file mode 100644 index 00000000..d96e9f1b --- /dev/null +++ b/bsp/meta-arm/meta-arm/conf/layer.conf @@ -0,0 +1,16 @@ +# 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 \ + meta-python \ +" +LAYERSERIES_COMPAT_meta-arm = "warrior zeus dunfell" -- cgit 1.2.3-korg