summaryrefslogtreecommitdiffstats
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)
downloadpoky-6562e7cdd0bc4020cc7fb3655d433ad6f6631173.tar.gz
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/
105# We have a conf directory, add to BBPATH 105# We have a conf directory, add to BBPATH
106BBPATH := "${BBPATH}${LAYERDIR}" 106BBPATH := "${BBPATH}${LAYERDIR}"
107 107
108# We have a packages directory, add to BBFILES 108# We have a recipes directory containing .bb and .bbappend files, add to BBFILES
109BBFILES := "${BBFILES} ${LAYERDIR}/packages/*/*.bb" 109BBFILES := "${BBFILES} ${LAYERDIR}/recipes/*/*.bb ${LAYERDIR}/recipes/*/*.bbappend"
110 110
111BBFILE_COLLECTIONS += "bsp" 111BBFILE_COLLECTIONS += "bsp"
112BBFILE_PATTERN_bsp := "^${LAYERDIR}/" 112BBFILE_PATTERN_bsp := "^${LAYERDIR}/"
@@ -115,7 +115,7 @@ BBFILE_PRIORITY_bsp = "5"
115 </para> 115 </para>
116 116
117 <para> 117 <para>
118 which simply makes bitbake aware of the packages and conf directories. 118 which simply makes bitbake aware of the recipes and conf directories.
119 </para> 119 </para>
120 120
121 <para> 121 <para>