aboutsummaryrefslogtreecommitdiffstats
path: root/meta-fri2/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-fri2/conf/layer.conf')
-rw-r--r--meta-fri2/conf/layer.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-fri2/conf/layer.conf b/meta-fri2/conf/layer.conf
index b30e776f..261cccca 100644
--- a/meta-fri2/conf/layer.conf
+++ b/meta-fri2/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 += "fri2"
BBFILE_PATTERN_fri2 := "^${LAYERDIR}/"