From 22083287912ebd552e33b79f7c567bc966376d43 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 15 Oct 2010 11:55:59 +0100 Subject: handbook: Move into documentation directory Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/ref-images.xml | 72 ++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 documentation/poky-ref-manual/ref-images.xml (limited to 'documentation/poky-ref-manual/ref-images.xml') diff --git a/documentation/poky-ref-manual/ref-images.xml b/documentation/poky-ref-manual/ref-images.xml new file mode 100644 index 0000000000..03583eb394 --- /dev/null +++ b/documentation/poky-ref-manual/ref-images.xml @@ -0,0 +1,72 @@ + + + + Reference: Images + + + Poky has several standard images covering most people's standard needs. A full + list of image targets can be found by looking in the directories + meta/recipes-core/images/, + meta/packages/images/, + meta/recipes-sato/images/ and + meta/packages/meta/. The standard + images are listed below along with details of what they contain: + + + + + + poky-image-minimal - A small image, just enough + to allow a device to boot + + + + + poky-image-base - console only image with full + support of target device hardware + + + + + poky-image-core - X11 image with simple apps like + terminal, editor and file manager + + + + + poky-image-sato - X11 image with Sato theme and + Pimlico applications. Also contains terminal, editor and file manager. + + + + + poky-image-sdk - X11 image like poky-image-sato but + also include native toolchain and libraries needed to build applications + on the device itself. Also includes testing and profiling tools and debug + symbols. + + + + + meta-toolchain - This generates a tarball containing + a standalone toolchain which can be used externally to Poky. It is self + contained and unpacks to the /opt/poky + directory. It also contains a copy of QEMU and the scripts neccessary to run + poky QEMU images. + + + + + meta-toolchain-sdk - This includes everything in + meta-toolchain but also includes development headers and libraries + forming a complete standalone SDK. See the + Developing using the Poky SDK and + Developing using the Anjuta Plugin sections for more information. + + + + + -- cgit v1.2.3