diff options
| -rw-r--r-- | conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 32e1827..e8b87b2 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | BBPATH .= ":${LAYERDIR}" | 2 | BBPATH .= ":${LAYERDIR}" |
| 3 | 3 | ||
| 4 | # We have a recipes directory containing .bb and .bbappend files, add to BBFILES | 4 | # We have a recipes directory containing .bb and .bbappend files, add to BBFILES |
| 5 | BBFILES := "${BBFILES} ${LAYERDIR}/recipes*/*/*.bb \ | 5 | BBFILES += "${LAYERDIR}/recipes*/*/*.bb \ |
| 6 | ${LAYERDIR}/recipes*/*/*.bbappend" | 6 | ${LAYERDIR}/recipes*/*/*.bbappend" |
| 7 | 7 | ||
| 8 | BBFILE_COLLECTIONS += "raspberrypi" | 8 | BBFILE_COLLECTIONS += "raspberrypi" |
