diff options
Diffstat (limited to 'meta-fri2/conf')
-rw-r--r-- | meta-fri2/conf/layer.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-fri2/conf/layer.conf b/meta-fri2/conf/layer.conf index b30e776..261cccc 100644 --- a/meta-fri2/conf/layer.conf +++ b/meta-fri2/conf/layer.conf | |||
@@ -3,7 +3,9 @@ BBPATH := "${BBPATH}:${LAYERDIR}" | |||
3 | 3 | ||
4 | # We have a recipes directory, add to BBFILES | 4 | # We have a recipes directory, add to BBFILES |
5 | BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ | 5 | BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ |
6 | ${LAYERDIR}/recipes-*/*/*.bbappend" | 6 | ${LAYERDIR}/recipes-*/*/*.bbappend \ |
7 | ${LAYERDIR}/../common/recipes-graphics/*/*.bb \ | ||
8 | ${LAYERDIR}/../common/recipes-graphics/*/*.bbappend" | ||
7 | 9 | ||
8 | BBFILE_COLLECTIONS += "fri2" | 10 | BBFILE_COLLECTIONS += "fri2" |
9 | BBFILE_PATTERN_fri2 := "^${LAYERDIR}/" | 11 | BBFILE_PATTERN_fri2 := "^${LAYERDIR}/" |