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/dev-manual/dev-manual-common-tasks.xml | 1 - documentation/dev-manual/dev-manual-newbie.xml | 6 ------ 2 files changed, 7 deletions(-) (limited to 'documentation/dev-manual') 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 @@ core-image-minimal core-image-sato meta-toolchain - adt-installer meta-ide-support 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 @@ A relocatable toolchain used outside of BitBake by developers when developing applications that will run on a targeted device. - Sometimes this relocatable cross-development - toolchain is referred to as the meta-toolchain. @@ -666,10 +664,6 @@ "BSP Layers" section in the Yocto Project Board Support Packages (BSP) Developer's Guide. - Meta-Toolchain: - A term sometimes used for - Cross-Development Toolchain. - Metadata: The files that BitBake parses when building an image. In general, Metadata includes recipes, classes, and -- cgit 1.2.3-korg