Lines Matching full:image

10 image you want.
14 Building an image without GNU General Public License Version 3
18 are going to build an image using non-GPLv3 and similarly licensed
21 image::
29 that contain image recipe files::
35 - ``build-appliance-image``: An example virtual machine that contains
37 as the build system itself. You can boot and run the image using
42 For more information on this image, see the :yocto_home:`Build
46 - ``core-image-base``: A console-only image that fully supports the
49 - ``core-image-full-cmdline``: A console-only image with more
52 - ``core-image-lsb``: An image that conforms to the Linux Standard Base
53 (LSB) specification. This image requires a distribution configuration
55 ``core-image-lsb`` without that configuration, the image will not be
58 - ``core-image-lsb-dev``: A ``core-image-lsb`` image that is suitable
59 for development work using the host. The image includes headers and
60 libraries you can use in a host development environment. This image
62 (e.g. ``poky-lsb``). If you build ``core-image-lsb-dev`` without that
63 configuration, the image will not be LSB-compliant.
65 - ``core-image-lsb-sdk``: A ``core-image-lsb`` that includes everything
67 libraries to form a complete standalone SDK. This image requires a
69 ``poky-lsb``). If you build ``core-image-lsb-sdk`` without that
70 configuration, the image will not be LSB-compliant. This image is
73 - ``core-image-minimal``: A small image just capable of allowing a
76 - ``core-image-minimal-dev``: A ``core-image-minimal`` image suitable
77 for development work using the host. The image includes headers and
80 - ``core-image-minimal-initramfs``: A ``core-image-minimal`` image that
87 - ``core-image-minimal-mtdutils``: A ``core-image-minimal`` image that
92 - ``core-image-rt``: A ``core-image-minimal`` image plus a real-time
95 - ``core-image-rt-sdk``: A ``core-image-rt`` image that includes
96 everything in the cross-toolchain. The image also includes
100 - ``core-image-sato``: An image with Sato support, a mobile environment
101 and visual style that works well with mobile devices. The image
105 - ``core-image-sato-dev``: A ``core-image-sato`` image suitable for
106 development using the host. The image includes libraries needed to
108 and debug symbols. This image was formerly ``core-image-sdk``.
110 - ``core-image-sato-sdk``: A ``core-image-sato`` image that includes
111 everything in the cross-toolchain. The image also includes
115 - ``core-image-testmaster``: A "controller" image designed to be used for
116 automated runtime testing. Provides a "known good" image that is
118 it to deploy a second image to be tested. You can find more
123 - ``core-image-testmaster-initramfs``: A RAM-based Initial Root
124 Filesystem (initramfs) image tailored for use with the
125 ``core-image-testmaster`` image.
127 - ``core-image-weston``: A very basic Wayland image with a terminal.
128 This image provides the Wayland protocol libraries and the reference
133 - ``core-image-x11``: A very basic X11 image with a terminal.