From 0ad26c66e0b926591f5d68095bd4b142f381cd86 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 6 Feb 2013 12:51:39 -0600 Subject: dev-manual: Updates to expose cross-toolchain recipes. Added a bulleted list to the "Terms" section to help define some toolchain recipes such as gcc-cross-initial, gcc-cross-intermediate, and so forth. Added a cross-reference link to the term "Cross-Development Toolchain" in the the "Working Using Stand-alone Cross-development Toolchains" section. This gives the reader a way to see more on the toolchain recipes. (From yocto-docs rev: 2cb612424c0cf6addfd8bce8a0ef77665c35bd9a) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-model.xml | 64 ++++++++++++++++----------- 1 file changed, 38 insertions(+), 26 deletions(-) (limited to 'documentation/dev-manual/dev-manual-model.xml') diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index cdb799d915..f59fae35c2 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml @@ -1448,45 +1448,57 @@ directory. Workflow Using Stand-alone Cross-development Toolchains - If you want to develop an application without prior installation of the ADT, you - still can employ the cross-development toolchain, the QEMU emulator, and a number of supported - target image files. + If you want to develop an application without prior installation + of the ADT, you still can employ the + Cross Development Toolchain, + the QEMU emulator, and a number of supported target image files. You just need to follow these general steps: - Install the cross-development toolchain for your target hardware: + Install the cross-development + toolchain for your target hardware: For information on how to install the toolchain, see the "Using a Cross-Toolchain Tarball" - section - in the Yocto Project Application Developer's Guide. - Download the Target Image: The Yocto Project supports - several target architectures and has many pre-built kernel images and root filesystem + section in the Yocto Project Application Developer's + Guide. + Download the Target Image: + The Yocto Project supports several target architectures + and has many pre-built kernel images and root filesystem images. - If you are going to develop your application on hardware, go to the + If you are going to develop your application on + hardware, go to the machines download area and choose a target machine area from which to download the kernel image and root filesystem. - This download area could have several files in it that support development using - actual hardware. - For example, the area might contain .hddimg files that combine the + This download area could have several files in it that + support development using actual hardware. + For example, the area might contain + .hddimg files that combine the kernel image with the filesystem, boot loaders, etc. - Be sure to get the files you need for your particular development process. - If you are going to develop your application and then run and test it using the QEMU - emulator, go to the + Be sure to get the files you need for your particular + development process. + If you are going to develop your application and + then run and test it using the QEMU emulator, go to the machines/qemu download area. - From this area, go down into the directory for your target architecture - (e.g. qemux86_64 for an - Intel-based 64-bit architecture). - Download kernel, root filesystem, and any other files you need for your process. - In order to use the root filesystem in QEMU, you need to extract it. + From this area, go down into the directory for your + target architecture (e.g. qemux86_64 + for an Intel-based + 64-bit architecture). + Download kernel, root filesystem, and any other files you + need for your process. + In order to use the root filesystem in QEMU, you + need to extract it. See the "Extracting the Root Filesystem" - section for information on how to extract the root filesystem. - Develop and Test your Application: At this point, - you have the tools to develop your application. - If you need to separately install and use the QEMU emulator, you can go to - QEMU Home Page to download and learn about the - emulator. + section for information on how to extract the root + filesystem. + Develop and Test your + Application: At this point, you have the tools + to develop your application. + If you need to separately install and use the QEMU + emulator, you can go to + QEMU Home Page + to download and learn about the emulator. -- cgit v1.2.3-54-g00ecf