diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-08-31 09:00:55 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-02 23:38:50 +0100 |
commit | 4884e38a6c96bd7176911e4d5fcf7c10dd4c5a6c (patch) | |
tree | d8f5fa761d219b5a83addf4317360af3c19fa09a /documentation/dev-manual/dev-manual-bsp-appendix.xml | |
parent | 31acde62adef235db52a244a0b6f96c68ec968e6 (diff) | |
download | 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/dev-manual/dev-manual-bsp-appendix.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-bsp-appendix.xml | 2 |
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> |