diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-11-24 06:57:44 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-09 15:09:06 +0000 |
commit | 8165210a1e32a4f2b573b1a717101ac657178630 (patch) | |
tree | 9acbc29e0893225558e0875d305bf007262a5e18 /documentation | |
parent | 400cb14deae0eb1b803b4feb378614d3f484f80d (diff) | |
download | poky-8165210a1e32a4f2b573b1a717101ac657178630.tar.gz |
bsp-guide: Fixed ambiguous sentence.
In the example that creates a new BSP layer by using the yocto-bsp
script, the final step 6 could be interpreted as the script
creating the new layer in "poky". Even though the sentence is
technically correct, sloppy reading could mis-interpret it. I updated
the sentence so that nobody will be confused.
(From yocto-docs rev: 7c2bed2aa6f8c189ed9cabff6e4d4d9557238702)
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/bsp-guide/bsp.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index 482f2ebe7f..d4850234d1 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml | |||
@@ -1351,7 +1351,7 @@ | |||
1351 | <listitem><para>By default, the script creates the new BSP Layer in the | 1351 | <listitem><para>By default, the script creates the new BSP Layer in the |
1352 | current working directory of the | 1352 | current working directory of the |
1353 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>, | 1353 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>, |
1354 | which is <filename>poky</filename> in this case. | 1354 | (i.e. <filename>poky/build</filename>). |
1355 | </para></listitem> | 1355 | </para></listitem> |
1356 | </orderedlist> | 1356 | </orderedlist> |
1357 | </para> | 1357 | </para> |