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 <venture@google.com>
Change-Id: I1c0ac88ee4e502563ed89612657f230548d4b58d
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-quanta/conf/layer.conf b/meta-quanta/conf/layer.conf
index fb4c083..6bc6492 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"