meta-quanta: layer.conf: Add meta-common to layer conf

Since there add two packages to meta-common, need to modify layer conf.

(From meta-quanta rev: 13b3272dff2f0304c6be20e0e8c916ad3d5cd01e)

Signed-off-by: SpencerKu <Spencer.Ku@quantatw.com>
Change-Id: Ia0d3bdcc753293af660e662a9c91225021f2be78
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/meta-quanta/conf/layer.conf b/meta-quanta/conf/layer.conf
index f8c3cf4..18308e7 100644
--- a/meta-quanta/conf/layer.conf
+++ b/meta-quanta/conf/layer.conf
@@ -2,8 +2,8 @@
 BBPATH .= ":${LAYERDIR}"
 
 # We have recipes-* directories, add to BBFILES
-BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
-            ${LAYERDIR}/recipes-*/*/*.bbappend"
+BBFILES += "${LAYERDIR}/meta-common/recipes-*/*/*.bb \
+            ${LAYERDIR}/meta-common/recipes-*/*/*.bbappend"
 
 BBFILE_COLLECTIONS += "quanta-layer"
 BBFILE_PATTERN_quanta-layer := "^${LAYERDIR}/"