summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-03-21 15:04:06 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-23 21:56:09 +0000
commitc3946bcaa6ef9152541ad1dde87ba7ef9ef721ae (patch)
treeb1a014f2bfcc35e9c05570d9f804ae1129f08f2f /documentation/dev-manual
parent7233e359ddc50c80415c746449c33aa0fe83862d (diff)
downloadpoky-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>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml1
-rw-r--r--documentation/dev-manual/dev-manual-newbie.xml6
2 files changed, 0 insertions, 7 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