From: Scott Rifenbark Date: Wed, 23 Oct 2013 22:59:10 +0000 (-0700) Subject: yocto-project-qs: Fixed toolchain installer download path X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fbf0e60ee09ce603de2e800961e57738cfb197ac;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git yocto-project-qs: Fixed toolchain installer download path Discovered that the string "toolchain" is in the pathname of the toolchain installers from the downloads area. This invalidated the explanation of how the installer files are named and the actual examples themselves. I fixed it all. (From yocto-docs rev: d59b88ad8dbd4548cbb50d81d5ee174fc84e6bd4) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index e8b92d7f824..9c8a1078caa 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -591,7 +591,7 @@ - poky-eglibc-<host_system>-<image_type>-<arch>-<release_version>.sh + poky-eglibc-<host_system>-<image_type>-<arch>-toolchain-<release_version>.sh Where: <host_system> is a string representing your development system: @@ -620,7 +620,7 @@ development host system and a i586-tuned target architecture based off the SDK for core-image-sato: - poky-eglibc-x86_64-core-image-sato-i586-&DISTRO;.sh + poky-eglibc-x86_64-core-image-sato-toolchain-i586-&DISTRO;.sh @@ -649,7 +649,7 @@ - $ ~/Downloads/poky-eglibc-x86_64-core-image-sato-i586-&DISTRO;.sh + $ ~/Downloads/poky-eglibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh