summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-04-26 14:37:48 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-01 21:00:31 +0100
commit746d718f5302558c72429e8c404ce0e405e098be (patch)
treebcc2a3ecee271076fe49c78f02d770a5fd555d9d /documentation
parentc498338197f59c7cae39dff3b8bf7e7ff75664f1 (diff)
downloadpoky-746d718f5302558c72429e8c404ce0e405e098be.tar.gz
documentation/dev-manual/dev-manual-bsp-appendix.xml: Bad variable
Had to remove "poky-" from the front of this variable that resolves to a YP Files top-level name from the tarball. (From yocto-docs rev: d01d5bd6c4d1fd754d4fccc087d557058d6a5733) 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 25f74763b1..da14fbba2a 100644
--- a/documentation/dev-manual/dev-manual-bsp-appendix.xml
+++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml
@@ -46,7 +46,7 @@
46 Alternatively, you can start with the downloaded Poky "&DISTRO_NAME;" tarball. 46 Alternatively, you can start with the downloaded Poky "&DISTRO_NAME;" tarball.
47 These commands unpack the tarball into a Yocto Project File directory structure. 47 These commands unpack the tarball into a Yocto Project File directory structure.
48 By default, the top-level directory of the file structure is named 48 By default, the top-level directory of the file structure is named
49 <filename>poky-&YOCTO_POKY;</filename>: 49 <filename>&YOCTO_POKY;</filename>:
50 <literallayout class='monospaced'> 50 <literallayout class='monospaced'>
51 $ tar xfj &YOCTO_POKY_TARBALL; 51 $ tar xfj &YOCTO_POKY_TARBALL;
52 $ cd &YOCTO_POKY; 52 $ cd &YOCTO_POKY;