summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSpencerKu <Spencer.Ku@quantatw.com>2020-05-25 11:08:35 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-05-28 04:43:13 +0300
commitfb8497d94c98d99d9b848853e7ea0cb11d1afb76 (patch)
treeffdf6abd96d7d0434007a10737ff344798744a5a
parent2e833ed9752929b6f6c38cff9720aebc375a9244 (diff)
downloadopenbmc-fb8497d94c98d99d9b848853e7ea0cb11d1afb76.tar.xz
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>
-rw-r--r--meta-quanta/conf/layer.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-quanta/conf/layer.conf b/meta-quanta/conf/layer.conf
index f8c3cf485..18308e708 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}/"