summaryrefslogtreecommitdiff
path: root/documentation/poky-ref-manual/bsp.xml
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-10-19 20:18:32 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2010-10-19 20:18:32 +0100
commit6562e7cdd0bc4020cc7fb3655d433ad6f6631173 (patch)
tree7b7e7e8729f76db88f195648437e604738ee2d4b /documentation/poky-ref-manual/bsp.xml
parent08cec5033020f731d946058ae4ab2b708db7a295 (diff)
downloadopenembedded-core-6562e7cdd0bc4020cc7fb3655d433ad6f6631173.tar.gz
openembedded-core-6562e7cdd0bc4020cc7fb3655d433ad6f6631173.tar.bz2
openembedded-core-6562e7cdd0bc4020cc7fb3655d433ad6f6631173.zip
documentation/poky-ref-manual: Update packages references to recipes and make sure bbappend files are included in example BBFILES lines
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'documentation/poky-ref-manual/bsp.xml')
-rw-r--r--documentation/poky-ref-manual/bsp.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/poky-ref-manual/bsp.xml b/documentation/poky-ref-manual/bsp.xml
index e0ca31732b..9982f9e739 100644
--- a/documentation/poky-ref-manual/bsp.xml
+++ b/documentation/poky-ref-manual/bsp.xml
@@ -105,8 +105,8 @@ meta-bsp/prebuilds/
# We have a conf directory, add to BBPATH
BBPATH := "${BBPATH}${LAYERDIR}"
-# We have a packages directory, add to BBFILES
-BBFILES := "${BBFILES} ${LAYERDIR}/packages/*/*.bb"
+# We have a recipes directory containing .bb and .bbappend files, add to BBFILES
+BBFILES := "${BBFILES} ${LAYERDIR}/recipes/*/*.bb ${LAYERDIR}/recipes/*/*.bbappend"
BBFILE_COLLECTIONS += "bsp"
BBFILE_PATTERN_bsp := "^${LAYERDIR}/"
@@ -115,7 +115,7 @@ BBFILE_PRIORITY_bsp = "5"
</para>
<para>
- which simply makes bitbake aware of the packages and conf directories.
+ which simply makes bitbake aware of the recipes and conf directories.
</para>
<para>