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

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

Signed-off-by: SpencerKu <Spencer.Ku@quantatw.com>
Change-Id: Ia158e25f075e9a51e545b733d2d3bc1f0465aa55
diff --git a/conf/layer.conf b/conf/layer.conf
index f8c3cf4..18308e7 100644
--- a/conf/layer.conf
+++ b/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}/"