From 404ab0eb560e0d516908239f52577bf52ef694b4 Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Thu, 16 May 2019 17:33:15 -0700 Subject: meta-quanta: conf bugfix: layer Fix the quanta layer to be named "quanta-layer" to conform to expectations. Also add missing boilerplate code to add recipes from this layer. There are currently no recipes in this layer outside of within a machine specification, but the change will prevent future bugs. (From meta-quanta rev: 7cbfa54ecf5fb464dfd1a93090b9462261105f9c) Signed-off-by: Patrick Venture Change-Id: I1c0ac88ee4e502563ed89612657f230548d4b58d Signed-off-by: Brad Bishop --- meta-quanta/conf/layer.conf | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'meta-quanta') diff --git a/meta-quanta/conf/layer.conf b/meta-quanta/conf/layer.conf index fb4c08315..6bc649299 100644 --- a/meta-quanta/conf/layer.conf +++ b/meta-quanta/conf/layer.conf @@ -1,9 +1,13 @@ # We have a conf and classes directory, add to BBPATH BBPATH .= ":${LAYERDIR}" -BBFILE_COLLECTIONS += "quanta" -BBFILE_PATTERN_quanta := "^${LAYERDIR}/" +# We have recipes-* directories, add to BBFILES +BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ + ${LAYERDIR}/recipes-*/*/*.bbappend" + +BBFILE_COLLECTIONS += "quanta-layer" +BBFILE_PATTERN_quanta-layer := "^${LAYERDIR}/" +LAYERSERIES_COMPAT_quanta-layer = "thud warrior" # Provide a variable that points the base of the quanta layer. QUANTABASE = '${@os.path.normpath("${LAYERDIR}/")}' -LAYERSERIES_COMPAT_quanta-layer = "thud warrior" -- cgit v1.2.3