From 48372e1bccf874a92d2aea27eb45054e5e5f9268 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 20 Jun 2018 14:39:03 -0700 Subject: sdk-manual: Updates to configuring targe options sections Both Neon and Oxygen needed some changes for correct use of the way we refer to menus and fields. (From yocto-docs rev: 1cb20243194e61b925df6b0a3b136233f1da8a57) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/sdk-manual/sdk-appendix-neon.xml | 25 +++++++++++--------- documentation/sdk-manual/sdk-eclipse-project.xml | 30 +++++++++++------------- 2 files changed, 28 insertions(+), 27 deletions(-) (limited to 'documentation/sdk-manual') diff --git a/documentation/sdk-manual/sdk-appendix-neon.xml b/documentation/sdk-manual/sdk-appendix-neon.xml index 1a6fbcfed6..118719d7f3 100644 --- a/documentation/sdk-manual/sdk-appendix-neon.xml +++ b/documentation/sdk-manual/sdk-appendix-neon.xml @@ -504,16 +504,17 @@ emulator, or you can choose to run your image on actual hardware. - QEMU: + + QEMU: Select this option if you will be using the QEMU emulator. If you are using the emulator, you also need to locate the kernel and specify any custom options. - If you selected the - Build system derived toolchain, - the target kernel you built will be located in - the + + If you selected the Build system derived + toolchain, the target kernel you built will be + located in the Build Directory in tmp/deploy/images/machine @@ -525,10 +526,12 @@ followed by the image (e.g. /home/scottrif/poky/build/tmp/deploy/images/qemux86/bzImage-qemux86.bin). + If you selected the standalone pre-built toolchain, the pre-built image you downloaded is located in the directory you specified when you downloaded the image. + Most custom options are for advanced QEMU users to further customize their QEMU instance. These options are specified between paired @@ -545,16 +548,16 @@ The following is an example: serial ‘<-m 256 -full-screen>’ - - + Regardless of the mode, Sysroot is already defined as part of the Cross-Compiler Options - configuration in the - Sysroot Location: field. + configuration in the "Sysroot Location:" field. - External HW: + + External HW: Select this option if you will be using actual - hardware. + hardware. + diff --git a/documentation/sdk-manual/sdk-eclipse-project.xml b/documentation/sdk-manual/sdk-eclipse-project.xml index 8f615f754b..3c330f3366 100644 --- a/documentation/sdk-manual/sdk-eclipse-project.xml +++ b/documentation/sdk-manual/sdk-eclipse-project.xml @@ -645,15 +645,13 @@ architecture. - Selecting the Toolchain - Type: + Selecting the Toolchain Type: Choose between "Standalone pre-built toolchain" and "Build system derived toolchain" for Cross Compiler Options. - Standalone Pre-built Toolchain: - + Standalone Pre-built Toolchain: Select this type when you are using a stand-alone cross-toolchain. For example, suppose you are an @@ -668,8 +666,7 @@ for an existing image. - Build System Derived Toolchain: - + Build System Derived Toolchain: Select this type if you built the toolchain as part of the Build Directory. @@ -779,10 +776,10 @@ If you are using the emulator, you also need to locate the kernel and specify any custom options. - If you selected the - Build system derived toolchain, - the target kernel you built will be located - in the + + If you selected the Build system derived + toolchain, the target kernel you built will be + located in the Build Directory in tmp/deploy/images/machine @@ -794,11 +791,13 @@ Directory path followed by the image (e.g. /home/scottrif/poky/build/tmp/deploy/images/qemux86/bzImage-qemux86.bin). + If you selected the standalone pre-built toolchain, the pre-built image you downloaded is located in the directory you specified when you downloaded the image. + Most custom options are for advanced QEMU users to further customize their QEMU instance. @@ -817,18 +816,17 @@ The following is an example: serial ‘<-m 256 -full-screen>’ - - + Regardless of the mode, Sysroot is already defined as part of the Cross-Compiler - Options configuration in the - Sysroot Location: - field. + Options configuration in the "Sysroot + Location:" field. External HW: Select this option if you will be using - actual hardware. + actual hardware. + -- cgit v1.2.3-54-g00ecf