[oe] [meta-xfce][PATCH] xfce: add image

Andreas Müller schnitzeltony at googlemail.com
Fri May 22 04:52:30 UTC 2015


On Fri, May 22, 2015 at 1:12 AM, Armin Kuster <akuster808 at gmail.com> wrote:
> This allows for an easier method of getting a XFCE image to demo and use.
>
> Signed-off-by: Armin Kuster <akuster808 at gmail.com>
> ---
>  .../recipes-core/images/core-image-minimal-xfce.bb      | 17 +++++++++++++++++
>  1 file changed, 17 insertions(+)
>  create mode 100644 meta-xfce/recipes-core/images/core-image-minimal-xfce.bb
>
> diff --git a/meta-xfce/recipes-core/images/core-image-minimal-xfce.bb b/meta-xfce/recipes-core/images/core-image-minimal-xfce.bb
> new file mode 100644
> index 0000000..1f83474
> --- /dev/null
> +++ b/meta-xfce/recipes-core/images/core-image-minimal-xfce.bb
> @@ -0,0 +1,17 @@
> +DESCRIPTION = "A XFCE minimal demo image."
> +
> +IMAGE_INSTALL = "packagegroup-core-boot \
> +    ${ROOTFS_PKGMANAGE_BOOTSTRAP} \
> +    packagegroup-core-x11 \
> +    packagegroup-xfce-base \
> +"
> +
> +REQUIRED_DISTRO_FEATURES = "x11"
> +
> +IMAGE_LINGUAS = " "
please put '?=' here - others reusing this might want multiple language setup
> +
> +LICENSE = "MIT"
> +
> +export IMAGE_BASENAME = "core-image-minimal-xfce"
> +
> +inherit core-image
> --
> 2.3.5
>
Besides the minor comment above I am fine with this patch.

Andreas



More information about the Openembedded-devel mailing list