diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-08-09 16:13:52 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-13 13:18:00 +0100 |
commit | ce2c85de2910c8746ccfed6b7e17bd9e2b78d3d9 (patch) | |
tree | e6ae1c346fff68c52094c9919fc2076d92ec6e52 | |
parent | e8a5266f30413dff75361d50ba6c7e2d91e70c2e (diff) | |
download | poky-ce2c85de2910c8746ccfed6b7e17bd9e2b78d3d9.tar.gz |
yocto-project-qs: Fixed path typo for a download.
Fixes [YOCTO #4996]
In section "Building an Image" the first Tip box has example
file location "poky-dylan-9.0-build/conf/local.conf". It should
be "poky-dylan-9.0/build/conf/local.conf".
This particular error had propagated into 1.4.1 and 1.4.2. I have
fixed all versions. This commit though is for the dylan HEAD, which
will show up with the 1.4.2 release. The best I could do for
1.4 and 1.4.1 was to pull local versions of the branch, fix,
rebuild and push to the website.
Reported-by: Juuso Korhonen <korhonen.jusso1@gmail.com>
(From yocto-docs rev: 654dba86c74fc4a0ac9e4cb0bbba2f4d938758f8)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 352f89e04f..e119f21afc 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
@@ -308,9 +308,9 @@ | |||
308 | <para> | 308 | <para> |
309 | You can download the latest Yocto Project release by going to the | 309 | You can download the latest Yocto Project release by going to the |
310 | <ulink url="&YOCTO_HOME_URL;">Yocto Project website</ulink> | 310 | <ulink url="&YOCTO_HOME_URL;">Yocto Project website</ulink> |
311 | clicking "Downloads" in the navigation pane to the left to view all | 311 | clicking "Downloads" in the navigation pane to the left to view all |
312 | available Yocto Project releases. | 312 | available Yocto Project releases. |
313 | Be sure to scroll down and look for "Yocto Project" under the | 313 | Be sure to scroll down and look for "Yocto Project" under the |
314 | "Type" heading in the list. | 314 | "Type" heading in the list. |
315 | Nightly and developmental builds are also maintained at | 315 | Nightly and developmental builds are also maintained at |
316 | <ulink url="&YOCTO_AB_NIGHTLY_URL;"></ulink>. | 316 | <ulink url="&YOCTO_AB_NIGHTLY_URL;"></ulink>. |
@@ -395,7 +395,7 @@ | |||
395 | <tip><para> | 395 | <tip><para> |
396 | To help conserve disk space during builds, you can add the following statement | 396 | To help conserve disk space during builds, you can add the following statement |
397 | to your project's configuration file, which for this example | 397 | to your project's configuration file, which for this example |
398 | is <filename>&YOCTO_POKY;-build/conf/local.conf</filename>. | 398 | is <filename>&YOCTO_POKY;/build/conf/local.conf</filename>. |
399 | Adding this statement deletes the work directory used for building a package | 399 | Adding this statement deletes the work directory used for building a package |
400 | once the package is built. | 400 | once the package is built. |
401 | <literallayout class='monospaced'> | 401 | <literallayout class='monospaced'> |
@@ -663,7 +663,7 @@ | |||
663 | x86, x86-64, ppc, mips, or arm. | 663 | x86, x86-64, ppc, mips, or arm. |
664 | </literallayout> | 664 | </literallayout> |
665 | <note> | 665 | <note> |
666 | For the <filename>qemu</filename> architecture, | 666 | For the <filename>qemu</filename> architecture, |
667 | <filename>ext3</filename> and <filename>tar</filename> | 667 | <filename>ext3</filename> and <filename>tar</filename> |
668 | files start with the "lib32" string. | 668 | files start with the "lib32" string. |
669 | </note> | 669 | </note> |