diff options
-rw-r--r-- | meta-integrity/conf/layer.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-integrity/conf/layer.conf b/meta-integrity/conf/layer.conf index f905b0b..6075df9 100644 --- a/meta-integrity/conf/layer.conf +++ b/meta-integrity/conf/layer.conf | |||
@@ -2,8 +2,7 @@ | |||
2 | BBPATH =. "${LAYERDIR}:" | 2 | BBPATH =. "${LAYERDIR}:" |
3 | 3 | ||
4 | # We have a packages directory, add to BBFILES | 4 | # We have a packages directory, add to BBFILES |
5 | BBFILES := "${BBFILES} \ | 5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ |
6 | ${LAYERDIR}/recipes-*/*/*.bb \ | ||
7 | ${LAYERDIR}/recipes-*/*/*.bbappend" | 6 | ${LAYERDIR}/recipes-*/*/*.bbappend" |
8 | 7 | ||
9 | BBFILE_COLLECTIONS += "integrity" | 8 | BBFILE_COLLECTIONS += "integrity" |