From c3946bcaa6ef9152541ad1dde87ba7ef9ef721ae Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 21 Mar 2016 15:04:06 -0700 Subject: dev-manual, profile-manual, ref-manual: Updates to remove meta-toolchain The term "meta-toolchain" is legacy now. I went through and removed its use except for where it appears still as output from the oe-init-build-env script. (From yocto-docs rev: 1cc134060459278997d57f1293f54091c5404d85) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/introduction.xml | 4 ++-- documentation/ref-manual/ref-images.xml | 7 ++++--- documentation/ref-manual/ref-structure.xml | 2 -- documentation/ref-manual/usingpoky.xml | 4 ++-- 4 files changed, 8 insertions(+), 9 deletions(-) (limited to 'documentation/ref-manual') diff --git a/documentation/ref-manual/introduction.xml b/documentation/ref-manual/introduction.xml index 30620a6e59..b2b1fd8eff 100644 --- a/documentation/ref-manual/introduction.xml +++ b/documentation/ref-manual/introduction.xml @@ -591,8 +591,8 @@ Nightly Builds: These tarball releases are available at . - These builds include Yocto Project releases, meta-toolchain - tarball installation scripts, and experimental builds. + These builds include Yocto Project releases, SDK installation + scripts, and experimental builds. Yocto Project Website: You can find tarball releases of the Yocto Project and supported BSPs diff --git a/documentation/ref-manual/ref-images.xml b/documentation/ref-manual/ref-images.xml index b09d65cf3b..69b58f6ab4 100644 --- a/documentation/ref-manual/ref-images.xml +++ b/documentation/ref-manual/ref-images.xml @@ -80,7 +80,7 @@ core-image-lsb-sdk: A core-image-lsb that includes everything in - meta-toolchain but also includes development headers and libraries + the cross-toolchain but also includes development headers and libraries to form a complete standalone SDK. This image requires a distribution configuration that enables LSB compliance (e.g. poky-lsb). @@ -114,7 +114,7 @@ tools appropriate for real-time use. core-image-rt-sdk: A core-image-rt image that includes everything in - meta-toolchain. + the cross-toolchain. The image also includes development headers and libraries to form a complete stand-alone SDK and is suitable for development using the target. @@ -132,7 +132,8 @@ This image was formerly core-image-sdk. core-image-sato-sdk: - A core-image-sato image that includes everything in meta-toolchain. + A core-image-sato image that includes everything in + the cross-toolchain. The image also includes development headers and libraries to form a complete standalone SDK and is suitable for development using the target. core-image-testmaster: diff --git a/documentation/ref-manual/ref-structure.xml b/documentation/ref-manual/ref-structure.xml index 249fdef6c5..a0b36f034b 100644 --- a/documentation/ref-manual/ref-structure.xml +++ b/documentation/ref-manual/ref-structure.xml @@ -227,7 +227,6 @@ core-image-minimal core-image-sato meta-toolchain - adt-installer meta-ide-support You can also run generated qemu images with a command like 'runqemu qemux86' @@ -366,7 +365,6 @@ core-image-minimal core-image-sato meta-toolchain - adt-installer meta-ide-support You can also run generated qemu images with a command like 'runqemu qemux86' diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml index 09ecaafda5..a7bf32d451 100644 --- a/documentation/ref-manual/usingpoky.xml +++ b/documentation/ref-manual/usingpoky.xml @@ -802,8 +802,8 @@ Build history collects similar information on the contents - of SDKs (e.g. meta-toolchain - or bitbake -c populate_sdk imagename) + of SDKs + (e.g. bitbake -c populate_sdk imagename) as compared to information it collects for images. Furthermore, this information differs depending on whether an extensible or standard SDK is being produced. -- cgit v1.2.3-54-g00ecf