[OE-core] [PATCH] image.bbclass: make x11-base a valid image feature

Andreas Müller schnitzeltony at googlemail.com
Tue Apr 8 07:47:23 UTC 2014


On Tue, Apr 1, 2014 at 4:21 PM, Andreas Müller
<schnitzeltony at googlemail.com> wrote:
> make
>
> commit 049f89155b1e80875aad6e53b21808b827c06915
> Author: Chen Qi <Qi.Chen at windriver.com>
> Date:   Fri Dec 20 10:45:52 2013 +0800
>
>     image.bbclass: add ability to set systemd default target
>
>     Add ability to set the default target for systemd images.
>
>     The default target for system is controlled by SYSTEMD_DEFAULT_TARGET.
>     The default value for this variable is derived from checking whether
>     IMAGE_FEATURES contains 'x11-base' or not. Each image could override
>     this value in its own recipe. For now, we don't need to do any change,
>     because all images that support graphical environment has 'x11-base'
>     in its IMAGE_FEATURES.
>
>     [YOCTO #3816]
>
>     Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
>     Signed-off-by: Saul Wold <sgw at linux.intel.com>
>
> work for users wanting graphical target. Fixes
>
> ERROR: 'x11-base' in IMAGE_FEATURES is not a valid image feature. Valid features: dbg-pkgs debug-tweaks dev-pkgs doc doc-pkgs package-management ptest-pkgs qtcreator-debug read-only-rootfs splash staticdev-pkgs
>
> Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
> ---
>  meta/classes/image.bbclass | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
> index 29309f5..35e8d3b 100644
> --- a/meta/classes/image.bbclass
> +++ b/meta/classes/image.bbclass
> @@ -22,7 +22,7 @@ inherit ${TESTIMAGECLASS}
>  # IMAGE_FEATURES may contain any available package group
>  IMAGE_FEATURES ?= ""
>  IMAGE_FEATURES[type] = "list"
> -IMAGE_FEATURES[validitems] += "debug-tweaks read-only-rootfs"
> +IMAGE_FEATURES[validitems] += "debug-tweaks read-only-rootfs x11-base"
>
>  # rootfs bootstrap install
>  ROOTFS_BOOTSTRAP_INSTALL = "${@base_contains("IMAGE_FEATURES", "package-management", "", "${ROOTFS_PKGMANAGE_BOOTSTRAP}",d)}"
> --
> 1.8.3.1
>

ping

Andreas



More information about the Openembedded-core mailing list