Lines Matching +full:fully +full:- +full:featured
1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
9 "top-level" recipe that essentially begins the build for the type of
16 the GNU Affero General Public License Version 3 (AGPL-3.0) components
18 are going to build an image using non-GPLv3 and similarly licensed
24 2. Set INCOMPATIBLE_LICENSE = "GPL-3.0* LGPL-3.0* AGPL-3.0*"
35 - ``build-appliance-image``: An example virtual machine that contains
43 Appliance </software-item/build-appliance>` page
46 - ``core-image-base``: A console-only image that fully supports the
49 - ``core-image-full-cmdline``: A console-only image with more
50 full-featured Linux system functionality installed.
52 - ``core-image-lsb``: An image that conforms to the Linux Standard Base
54 that enables LSB compliance (e.g. ``poky-lsb``). If you build
55 ``core-image-lsb`` without that configuration, the image will not be
56 LSB-compliant.
58 - ``core-image-lsb-dev``: A ``core-image-lsb`` image that is suitable
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
66 in the cross-toolchain but also includes development headers and
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
80 - ``core-image-minimal-initramfs``: A ``core-image-minimal`` image that
81 has the Minimal RAM-based Initial Root Filesystem (initramfs) as part
87 - ``core-image-minimal-mtdutils``: A ``core-image-minimal`` image that
92 - ``core-image-rt``: A ``core-image-minimal`` image plus a real-time
93 test suite and tools appropriate for real-time use.
95 - ``core-image-rt-sdk``: A ``core-image-rt`` image that includes
96 everything in the cross-toolchain. The image also includes
97 development headers and libraries to form a complete stand-alone SDK
100 - ``core-image-sato``: An image with Sato support, a mobile environment
105 - ``core-image-sato-dev``: A ``core-image-sato`` image suitable for
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
120 ":ref:`dev-manual/common-tasks:performing automated runtime testing`"
123 - ``core-image-testmaster-initramfs``: A RAM-based Initial Root
125 ``core-image-testmaster`` image.
127 - ``core-image-weston``: A very basic Wayland image with a terminal.
130 ":ref:`dev-manual/common-tasks:using wayland and weston`"
133 - ``core-image-x11``: A very basic X11 image with a terminal.