summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 018bc52199..fe198119b7 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -99,7 +99,7 @@
99 # We have a conf and classes directory, add to BBPATH 99 # We have a conf and classes directory, add to BBPATH
100 BBPATH := "${LAYERDIR}:${BBPATH}" 100 BBPATH := "${LAYERDIR}:${BBPATH}"
101 101
102 # We have a packages directory, add to BBFILES 102 # We have recipes-* directories, add to BBFILES
103 BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ 103 BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
104 ${LAYERDIR}/recipes-*/*/*.bbappend" 104 ${LAYERDIR}/recipes-*/*/*.bbappend"
105 105