diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-03-21 15:04:06 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-23 21:56:09 +0000 |
commit | c3946bcaa6ef9152541ad1dde87ba7ef9ef721ae (patch) | |
tree | b1a014f2bfcc35e9c05570d9f804ae1129f08f2f | |
parent | 7233e359ddc50c80415c746449c33aa0fe83862d (diff) | |
download | poky-c3946bcaa6ef9152541ad1dde87ba7ef9ef721ae.tar.gz |
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 <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 1 | ||||
-rw-r--r-- | documentation/dev-manual/dev-manual-newbie.xml | 6 | ||||
-rw-r--r-- | documentation/profile-manual/profile-manual-usage.xml | 8 | ||||
-rw-r--r-- | documentation/ref-manual/introduction.xml | 4 | ||||
-rw-r--r-- | documentation/ref-manual/ref-images.xml | 7 | ||||
-rw-r--r-- | documentation/ref-manual/ref-structure.xml | 2 | ||||
-rw-r--r-- | documentation/ref-manual/usingpoky.xml | 4 |
7 files changed, 16 insertions, 16 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 90033539aa..ce843127e7 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -5932,7 +5932,6 @@ | |||
5932 | core-image-minimal | 5932 | core-image-minimal |
5933 | core-image-sato | 5933 | core-image-sato |
5934 | meta-toolchain | 5934 | meta-toolchain |
5935 | adt-installer | ||
5936 | meta-ide-support | 5935 | meta-ide-support |
5937 | </literallayout> | 5936 | </literallayout> |
5938 | </para> | 5937 | </para> |
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index bf454c47ab..d72764d56b 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml | |||
@@ -636,8 +636,6 @@ | |||
636 | <listitem><para>A relocatable toolchain used outside of | 636 | <listitem><para>A relocatable toolchain used outside of |
637 | BitBake by developers when developing applications | 637 | BitBake by developers when developing applications |
638 | that will run on a targeted device. | 638 | that will run on a targeted device. |
639 | Sometimes this relocatable cross-development | ||
640 | toolchain is referred to as the meta-toolchain. | ||
641 | </para></listitem> | 639 | </para></listitem> |
642 | </itemizedlist> | 640 | </itemizedlist> |
643 | </para> | 641 | </para> |
@@ -666,10 +664,6 @@ | |||
666 | "<ulink url='&YOCTO_DOCS_BSP_URL;#bsp-layers'>BSP Layers</ulink>" | 664 | "<ulink url='&YOCTO_DOCS_BSP_URL;#bsp-layers'>BSP Layers</ulink>" |
667 | section in the Yocto Project Board Support Packages (BSP) | 665 | section in the Yocto Project Board Support Packages (BSP) |
668 | Developer's Guide.</para></listitem> | 666 | Developer's Guide.</para></listitem> |
669 | <listitem><para id='meta-toolchain'><emphasis>Meta-Toolchain:</emphasis> | ||
670 | A term sometimes used for | ||
671 | <link linkend='cross-development-toolchain'>Cross-Development Toolchain</link>. | ||
672 | </para></listitem> | ||
673 | <listitem><para id='metadata'><emphasis>Metadata:</emphasis> | 667 | <listitem><para id='metadata'><emphasis>Metadata:</emphasis> |
674 | The files that BitBake parses when building an image. | 668 | The files that BitBake parses when building an image. |
675 | In general, Metadata includes recipes, classes, and | 669 | In general, Metadata includes recipes, classes, and |
diff --git a/documentation/profile-manual/profile-manual-usage.xml b/documentation/profile-manual/profile-manual-usage.xml index 43c809dada..6a5657b241 100644 --- a/documentation/profile-manual/profile-manual-usage.xml +++ b/documentation/profile-manual/profile-manual-usage.xml | |||
@@ -2171,6 +2171,14 @@ | |||
2171 | 2171 | ||
2172 | You can now run 'bitbake <target>' | 2172 | You can now run 'bitbake <target>' |
2173 | 2173 | ||
2174 | Common targets are: | ||
2175 | core-image-minimal | ||
2176 | core-image-sato | ||
2177 | meta-toolchain | ||
2178 | meta-ide-support | ||
2179 | |||
2180 | You can also run generated qemu images with a command like 'runqemu qemux86' | ||
2181 | |||
2174 | </literallayout> | 2182 | </literallayout> |
2175 | Once you've done that, you can cd to whatever directory | 2183 | Once you've done that, you can cd to whatever directory |
2176 | contains your scripts and use 'crosstap' to run the script: | 2184 | contains your scripts and use 'crosstap' to run the script: |
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 @@ | |||
591 | <listitem><para><emphasis>Nightly Builds:</emphasis> These | 591 | <listitem><para><emphasis>Nightly Builds:</emphasis> These |
592 | tarball releases are available at | 592 | tarball releases are available at |
593 | <ulink url='&YOCTO_AB_NIGHTLY_URL;'/>. | 593 | <ulink url='&YOCTO_AB_NIGHTLY_URL;'/>. |
594 | These builds include Yocto Project releases, meta-toolchain | 594 | These builds include Yocto Project releases, SDK installation |
595 | tarball installation scripts, and experimental builds. | 595 | scripts, and experimental builds. |
596 | </para></listitem> | 596 | </para></listitem> |
597 | <listitem><para><emphasis>Yocto Project Website:</emphasis> You can | 597 | <listitem><para><emphasis>Yocto Project Website:</emphasis> You can |
598 | find tarball releases of the Yocto Project and supported BSPs | 598 | 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 @@ | |||
80 | </para></listitem> | 80 | </para></listitem> |
81 | <listitem><para><filename>core-image-lsb-sdk</filename>: | 81 | <listitem><para><filename>core-image-lsb-sdk</filename>: |
82 | A <filename>core-image-lsb</filename> that includes everything in | 82 | A <filename>core-image-lsb</filename> that includes everything in |
83 | meta-toolchain but also includes development headers and libraries | 83 | the cross-toolchain but also includes development headers and libraries |
84 | to form a complete standalone SDK. | 84 | to form a complete standalone SDK. |
85 | This image requires a distribution configuration that | 85 | This image requires a distribution configuration that |
86 | enables LSB compliance (e.g. <filename>poky-lsb</filename>). | 86 | enables LSB compliance (e.g. <filename>poky-lsb</filename>). |
@@ -114,7 +114,7 @@ | |||
114 | tools appropriate for real-time use.</para></listitem> | 114 | tools appropriate for real-time use.</para></listitem> |
115 | <listitem><para><filename>core-image-rt-sdk</filename>: | 115 | <listitem><para><filename>core-image-rt-sdk</filename>: |
116 | A <filename>core-image-rt</filename> image that includes everything in | 116 | A <filename>core-image-rt</filename> image that includes everything in |
117 | <filename>meta-toolchain</filename>. | 117 | the cross-toolchain. |
118 | The image also includes development headers and libraries to form a complete | 118 | The image also includes development headers and libraries to form a complete |
119 | stand-alone SDK and is suitable for development using the target. | 119 | stand-alone SDK and is suitable for development using the target. |
120 | </para></listitem> | 120 | </para></listitem> |
@@ -132,7 +132,8 @@ | |||
132 | This image was formerly <filename>core-image-sdk</filename>. | 132 | This image was formerly <filename>core-image-sdk</filename>. |
133 | </para></listitem> | 133 | </para></listitem> |
134 | <listitem><para><filename>core-image-sato-sdk</filename>: | 134 | <listitem><para><filename>core-image-sato-sdk</filename>: |
135 | A <filename>core-image-sato</filename> image that includes everything in meta-toolchain. | 135 | A <filename>core-image-sato</filename> image that includes everything in |
136 | the cross-toolchain. | ||
136 | The image also includes development headers and libraries to form a complete standalone SDK | 137 | The image also includes development headers and libraries to form a complete standalone SDK |
137 | and is suitable for development using the target.</para></listitem> | 138 | and is suitable for development using the target.</para></listitem> |
138 | <listitem><para><filename>core-image-testmaster</filename>: | 139 | <listitem><para><filename>core-image-testmaster</filename>: |
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 @@ | |||
227 | core-image-minimal | 227 | core-image-minimal |
228 | core-image-sato | 228 | core-image-sato |
229 | meta-toolchain | 229 | meta-toolchain |
230 | adt-installer | ||
231 | meta-ide-support | 230 | meta-ide-support |
232 | 231 | ||
233 | You can also run generated qemu images with a command like 'runqemu qemux86' | 232 | You can also run generated qemu images with a command like 'runqemu qemux86' |
@@ -366,7 +365,6 @@ | |||
366 | core-image-minimal | 365 | core-image-minimal |
367 | core-image-sato | 366 | core-image-sato |
368 | meta-toolchain | 367 | meta-toolchain |
369 | adt-installer | ||
370 | meta-ide-support | 368 | meta-ide-support |
371 | 369 | ||
372 | You can also run generated qemu images with a command like 'runqemu qemux86' | 370 | 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 @@ | |||
802 | 802 | ||
803 | <para> | 803 | <para> |
804 | Build history collects similar information on the contents | 804 | Build history collects similar information on the contents |
805 | of SDKs (e.g. <filename>meta-toolchain</filename> | 805 | of SDKs |
806 | or <filename>bitbake -c populate_sdk imagename</filename>) | 806 | (e.g. <filename>bitbake -c populate_sdk imagename</filename>) |
807 | as compared to information it collects for images. | 807 | as compared to information it collects for images. |
808 | Furthermore, this information differs depending on whether an | 808 | Furthermore, this information differs depending on whether an |
809 | extensible or standard SDK is being produced. | 809 | extensible or standard SDK is being produced. |