From ce2c85de2910c8746ccfed6b7e17bd9e2b78d3d9 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 9 Aug 2013 16:13:52 +0300 Subject: 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 (From yocto-docs rev: 654dba86c74fc4a0ac9e4cb0bbba2f4d938758f8) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/yocto-project-qs/yocto-project-qs.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'documentation') 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 @@ You can download the latest Yocto Project release by going to the Yocto Project website - clicking "Downloads" in the navigation pane to the left to view all + clicking "Downloads" in the navigation pane to the left to view all available Yocto Project releases. - Be sure to scroll down and look for "Yocto Project" under the + Be sure to scroll down and look for "Yocto Project" under the "Type" heading in the list. Nightly and developmental builds are also maintained at . @@ -395,7 +395,7 @@ To help conserve disk space during builds, you can add the following statement to your project's configuration file, which for this example - is &YOCTO_POKY;-build/conf/local.conf. + is &YOCTO_POKY;/build/conf/local.conf. Adding this statement deletes the work directory used for building a package once the package is built. @@ -663,7 +663,7 @@ x86, x86-64, ppc, mips, or arm. - For the qemu architecture, + For the qemu architecture, ext3 and tar files start with the "lib32" string. -- cgit v1.2.3-54-g00ecf