diff options
-rw-r--r-- | conf/layer.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index ea30841..404957f 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -24,9 +24,10 @@ | |||
24 | BBPATH .= ":${LAYERDIR}" | 24 | BBPATH .= ":${LAYERDIR}" |
25 | 25 | ||
26 | # We have a recipes directory, add to BBFILES | 26 | # We have a recipes directory, add to BBFILES |
27 | BBFILES += "${LAYERDIR}/recipes*/*/*.bb \ | 27 | BBFILES += "${LAYERDIR}/recipes/*/*.bb \ |
28 | ${LAYERDIR}/recipes*/*/*.bbappend \ | 28 | ${LAYERDIR}/recipes/*/*.bbappend \ |
29 | " | 29 | " |
30 | BBFILES += "${@bb.utils.contains("BBFILE_COLLECTIONS", "qt5-layer", "${LAYERDIR}/recipes-qt/*/*.bb ${LAYERDIR}/recipes-qt/*/*.bbappend" , "", d)}" | ||
30 | 31 | ||
31 | BBFILE_COLLECTIONS += "b2qt" | 32 | BBFILE_COLLECTIONS += "b2qt" |
32 | BBFILE_PATTERN_b2qt := "^${LAYERDIR}/" | 33 | BBFILE_PATTERN_b2qt := "^${LAYERDIR}/" |