summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-bsp-appendix.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/dev-manual-bsp-appendix.xml')
-rw-r--r--documentation/dev-manual/dev-manual-bsp-appendix.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-bsp-appendix.xml b/documentation/dev-manual/dev-manual-bsp-appendix.xml
index 440e8a67fc..9c7d5b6a72 100644
--- a/documentation/dev-manual/dev-manual-bsp-appendix.xml
+++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml
@@ -199,7 +199,7 @@
199 Simply substitute the machine string name <filename>crownbay</filename> 199 Simply substitute the machine string name <filename>crownbay</filename>
200 with the new machine name <filename>mymachine</filename> to get the following: 200 with the new machine name <filename>mymachine</filename> to get the following:
201 <literallayout class='monospaced'> 201 <literallayout class='monospaced'>
202 BBFILE_COLLECTIONS_mymachine += "mymachine" 202 BBFILE_COLLECTIONS += "mymachine"
203 BBFILE_PATTERN_mymachine := "^${LAYERDIR}/" 203 BBFILE_PATTERN_mymachine := "^${LAYERDIR}/"
204 BBFILE_PRIORITY_mymachine = "6" 204 BBFILE_PRIORITY_mymachine = "6"
205 </literallayout> 205 </literallayout>