summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-08-31 09:00:55 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-09-02 23:38:50 +0100
commit4884e38a6c96bd7176911e4d5fcf7c10dd4c5a6c (patch)
treed8f5fa761d219b5a83addf4317360af3c19fa09a /documentation
parent31acde62adef235db52a244a0b6f96c68ec968e6 (diff)
downloadast2050-yocto-poky-4884e38a6c96bd7176911e4d5fcf7c10dd4c5a6c.zip
ast2050-yocto-poky-4884e38a6c96bd7176911e4d5fcf7c10dd4c5a6c.tar.gz
documentation/dev-manual/dev-manual-bsp-appendix.xml: Fixed BBFILES_COLLECTIONS.
Jim Abernathy ran into an error in the BSP example. The error had the BBFILES_COLLECTIONS_mymachine in it (incorrect). It needs to be BBFILES_COLLECTIONS. (From yocto-docs rev: 267a385aa5ab0eb46cf583db418cbbcab1e8b89b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-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 440e8a6..9c7d5b6 100644
--- a/documentation/dev-manual/dev-manual-bsp-appendix.xml
+++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml
@@ -199,7 +199,7 @@
Simply substitute the machine string name <filename>crownbay</filename>
with the new machine name <filename>mymachine</filename> to get the following:
<literallayout class='monospaced'>
- BBFILE_COLLECTIONS_mymachine += "mymachine"
+ BBFILE_COLLECTIONS += "mymachine"
BBFILE_PATTERN_mymachine := "^${LAYERDIR}/"
BBFILE_PRIORITY_mymachine = "6"
</literallayout>
OpenPOWER on IntegriCloud