From 9737e192f53d473b7c6b58b27b99ad10b12a4419 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 18 Oct 2017 13:59:18 -0700 Subject: dev-manual: Updated links to SDK manual. SDK manual title changes so the links into that manual needed updating. (From yocto-docs rev: e59d1cb22d46b00e9413deb5c7a70a14be880dc1) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../dev-manual/dev-manual-common-tasks.xml | 186 +-------------------- documentation/dev-manual/dev-manual-intro.xml | 4 +- documentation/dev-manual/dev-manual-newbie.xml | 3 +- documentation/dev-manual/dev-manual-qemu.xml | 12 +- documentation/dev-manual/dev-manual-start.xml | 66 +------- 5 files changed, 23 insertions(+), 248 deletions(-) diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 243f4aed1e..ac82dad0a3 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -1509,8 +1509,8 @@ You can find a complete description of the devtool add command in the "A Closer Look at devtool add" - section in the Yocto Project Software Development Kit - (SDK) Developer's Guide. + section in the Yocto Project Application Development + and the Extensible Software Development Kit (eSDK) manual. @@ -3775,9 +3775,9 @@ clean a recipe or have rm_work enabled, the devtool workflow - as described in the Yocto Project Software Development Kit - (SDK) Developer's Guide is a safer development flow than the - flow that uses Quilt. + as described in the Yocto Project Application Development + and the Extensible Software Development Kit (eSDK) manual + is a safer development flow than the flow that uses Quilt. @@ -9993,182 +9993,6 @@ Some notes from Cal: - -
Debugging with the GNU Project Debugger (GDB) on the Target diff --git a/documentation/dev-manual/dev-manual-intro.xml b/documentation/dev-manual/dev-manual-intro.xml index 340c1b37b1..47c80061be 100644 --- a/documentation/dev-manual/dev-manual-intro.xml +++ b/documentation/dev-manual/dev-manual-intro.xml @@ -53,8 +53,8 @@ Redundant Step-by-step Instructions: For example, the - Yocto Project Software Development Kit (SDK) Developer's Guide - contains detailed instructions on how to install an + Yocto Project Application Development and the Extensible Software Development Kit (eSDK) + manual contains detailed instructions on how to install an SDK, which is used to develop applications for target hardware. diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index 1fd1564417..a0fbb4bfd1 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml @@ -164,7 +164,8 @@ Eclipse IDE and SDK development practices. For more information, see the - "Yocto Project Software Development Kit (SDK) Developer's Guide". + "Yocto Project Application Development and the Extensible Software Development Kit (eSDK)" + manual. Keep your cross-development toolchains updated. diff --git a/documentation/dev-manual/dev-manual-qemu.xml b/documentation/dev-manual/dev-manual-qemu.xml index 2b02a1ea58..85e7315872 100644 --- a/documentation/dev-manual/dev-manual-qemu.xml +++ b/documentation/dev-manual/dev-manual-qemu.xml @@ -29,9 +29,9 @@ Install QEMU: See "The QEMU Emulator" - section in the Yocto Project Software Development Kit (SDK) - Developer's Guide for information on how to install - QEMU. + section in the Yocto Project Application Development and + the Extensible Software Development Kit (eSDK) manual + for information on how to install QEMU. Setting Up the Environment: @@ -85,9 +85,9 @@ See the "Extracting the Root Filesystem" - section in the Yocto Project Software Development Kit (SDK) - Developer's Guide for information on how to extract a - root filesystem. + section in the Yocto Project Application Development and + the Extensible Software Development Kit (eSDK) manual + for information on how to extract a root filesystem. Run QEMU: diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index 42928657c6..195b22d0b1 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml @@ -53,8 +53,8 @@ Eclipse Development: See the "Developing Applications Using Eclipse" - Chapter in the Yocto Project Software Development Kit (SDK) - Developer's Guide. + Chapter in the Yocto Project Application Development and the + Extensible Software Development Kit (eSDK) manual. @@ -131,8 +131,8 @@ section. If you are going to use the Extensible SDK, see the "Using the Extensible SDK" - Chapter in the Yocto Project Software Development Kit (SDK) - Developer's Guide. + Chapter in the Yocto Project Application Development and the + Extensible Software Development Kit (eSDK) manual. If you want to work on the kernel, see the Yocto Project Linux Kernel Development Manual. If you are going to use Toaster, see the @@ -241,8 +241,8 @@ section. If you are going to use the Extensible SDK container, see the "Using the Extensible SDK" - Chapter in the Yocto Project Software Development Kit (SDK) - Developer's Guide. + Chapter in the Yocto Project Application Development and the + Extensible Software Development Kit (eSDK) manual. If you are going to use the Toaster container, see the "Setting Up and Using Toaster" section in the Toaster User Manual. @@ -676,8 +676,8 @@ For information on how to use devtool to build images, see the "Using devtool in Your SDK Workflow" - section in the Yocto Project Software Development Kit - (SDK) Developer's Guide. + section in the Yocto Project Application Development and + the Extensible Software Development Kit (eSDK) manual. @@ -744,56 +744,6 @@
-