summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/bsp.xml
diff options
context:
space:
mode:
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>