aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/bsp-guide
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-11-24 06:57:44 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-12-09 15:09:06 +0000
commit8165210a1e32a4f2b573b1a717101ac657178630 (patch)
tree9acbc29e0893225558e0875d305bf007262a5e18 /documentation/bsp-guide
parent400cb14deae0eb1b803b4feb378614d3f484f80d (diff)
downloadopenembedded-core-contrib-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/bsp-guide')
-rw-r--r--documentation/bsp-guide/bsp.xml2
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 @@
<listitem><para>By default, the script creates the new BSP Layer in the
current working directory of the
<ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>,
- which is <filename>poky</filename> in this case.
+ (i.e. <filename>poky/build</filename>).
</para></listitem>
</orderedlist>
</para>