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 faa4ac02..e39bd85b 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # We have a conf and classes directory, append to BBPATH | 1 | # We have a conf and classes directory, append to BBPATH |
| 2 | BBPATH .= ":${LAYERDIR}" | 2 | BBPATH =. "${LAYERDIR}:" |
| 3 | 3 | ||
| 4 | # We have a recipes directory, add to BBFILES | 4 | # We have a recipes directory, add to BBFILES |
| 5 | BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" | 5 | BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" |
