diff --git a/meta-cedartrail/conf/layer.conf b/meta-cedartrail/conf/layer.conf index cb4142d0..c506c5bd 100755 --- a/meta-cedartrail/conf/layer.conf +++ b/meta-cedartrail/conf/layer.conf @@ -3,7 +3,9 @@ BBPATH := "${BBPATH}:${LAYERDIR}" # We have a recipes directory, add to BBFILES BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ - ${LAYERDIR}/recipes-*/*/*.bbappend" + ${LAYERDIR}/recipes-*/*/*.bbappend \ + ${LAYERDIR}/../common/recipes-graphics/*/*.bb \ + ${LAYERDIR}/../common/recipes-graphics/*/*.bbappend" BBFILE_COLLECTIONS += "cedartrail" BBFILE_PATTERN_cedartrail := "^${LAYERDIR}/"