From 110e8039c7fbebcd6c459c4d6b8b0e81964bf040 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 16 Sep 2013 13:37:36 -0700 Subject: [PATCH] yocto-project-qs: Update to how toolchain installer scripts are named. (From yocto-docs rev: 4ff62bebbcfec2e83aff7b7b92e4b51c375127c3) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../yocto-project-qs/yocto-project-qs.xml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 2ae217416b..f212437f07 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -596,11 +596,12 @@ - poky-eglibc-<host_system>-<image_type>-<arch>.sh + poky-eglibc-<host_system>-<image_type>-<arch>-<release_version>.sh Where: <host_system> is a string representing your development system: - i686 or x86_64. + + i686 or x86_64. <image_type> is a string representing the image you wish to develop a Software Development Toolkit (SDK) for use against. @@ -611,7 +612,12 @@ <arch> is a string representing the tuned target architecture: - i586, x86_64, powerpc, mips, armv7a or armv5te + i586, x86_64, powerpc, mips, armv7a or armv5te + + <release_version> is a string representing the release number of the + Yocto Project: + + &DISTRO;, &DISTRO;+snapshot @@ -619,7 +625,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.sh + poky-eglibc-x86_64-core-image-sato-i586-&DISTRO;.sh @@ -648,7 +654,7 @@ - $ ~/Downloads/poky-eglibc-x86_64-core-image-sato-i586.sh + $ ~/Downloads/poky-eglibc-x86_64-core-image-sato-i586-&DISTRO;.sh