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 /documentation/dev-manual/dev-manual-newbie.xml | |
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>
Diffstat (limited to 'documentation/dev-manual/dev-manual-newbie.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-newbie.xml | 6 |
1 files changed, 0 insertions, 6 deletions
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 |