summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/bsp-guide/bsp.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml
index 113af4964b..885e952de7 100644
--- a/documentation/bsp-guide/bsp.xml
+++ b/documentation/bsp-guide/bsp.xml
@@ -163,7 +163,7 @@ meta-<bsp_name>/binary/<bootable_images>
163 This optional area contains useful pre-built kernels and user-space filesystem 163 This optional area contains useful pre-built kernels and user-space filesystem
164 images appropriate to the target system. 164 images appropriate to the target system.
165 This directory contains the Application Development Toolkit (ADT) and minimal 165 This directory contains the Application Development Toolkit (ADT) and minimal
166 live images when the BSP is has been "tar-balled" and placed on the Yocto Project website. 166 live images when the BSP tarball has been created and made available in the Yocto Project website.
167 You can use these kernels and images to get a system running and quickly get started 167 You can use these kernels and images to get a system running and quickly get started
168 on development tasks. 168 on development tasks.
169 </para> 169 </para>
@@ -197,7 +197,8 @@ meta-&lt;bsp_name&gt;/conf/layer.conf
197BBPATH := "${BBPATH}:${LAYERDIR}" 197BBPATH := "${BBPATH}:${LAYERDIR}"
198 198
199# We have a recipes directory containing .bb and .bbappend files, add to BBFILES 199# We have a recipes directory containing .bb and .bbappend files, add to BBFILES
200BBFILES := "${BBFILES} ${LAYERDIR}/recipes/*/*.bb \ ${LAYERDIR}/recipes/*/*.bbappend" 200BBFILES := "${BBFILES} ${LAYERDIR}/recipes/*/*.bb \
201 ${LAYERDIR}/recipes/*/*.bbappend"
201 202
202BBFILE_COLLECTIONS += "bsp" 203BBFILE_COLLECTIONS += "bsp"
203BBFILE_PATTERN_bsp := "^${LAYERDIR}/" 204BBFILE_PATTERN_bsp := "^${LAYERDIR}/"