All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-xfce][PATCH]] Add XFCE iamge build file
@ 2015-01-26  0:46 Yong Li
  2015-01-26  7:42 ` Andreas Müller
  2015-01-26 18:15 ` Koen Kooi
  0 siblings, 2 replies; 3+ messages in thread
From: Yong Li @ 2015-01-26  0:46 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Yong Li

From 44c7c064bd7d735e31c2fea0149fc293db78c536 Mon Sep 17 00:00:00 2001
From: Yong Li <sdliyong@gmail.com>
Date: Mon, 26 Jan 2015 08:39:37 +0800
Subject: [PATCH] Add XFCE iamge build file

Signed-off-by: Yong Li <sdliyong@gmail.com>
---
 meta/recipes-graphics/images/core-image-xfce.bb | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 meta/recipes-graphics/images/core-image-xfce.bb

diff --git a/meta/recipes-graphics/images/core-image-xfce.bb
b/meta/recipes-graphics/images/core-image-xfce.bb
new file mode 100644
index 0000000..1d9bfdc
--- /dev/null
+++ b/meta/recipes-graphics/images/core-image-xfce.bb
@@ -0,0 +1,15 @@
+SUMMARY = "A very basic Wayland image with a terminal"
+
+IMAGE_FEATURES += "splash package-management ssh-server-dropbear hwcodecs"
+
+LICENSE = "MIT"
+
+inherit core-image distro_features_check
+
+REQUIRED_DISTRO_FEATURES = "x11"
+
+CORE_IMAGE_BASE_INSTALL += "xserver-xorg xserver-xf86-config xinit xauth
xf86-input-evdev \
+xserver-nodm-init mini-x-session  xorg-minimal-fonts \
+xf86-video-fbdev xterm xclock xfwm4 xfce4-session xfdesktop xfce4-settings
\
+xfce4-panel xfce4-appfinder xfconf xfce4-terminal gtk-xfce-engine \
+packagegroup-fonts-truetype packagegroup-xfce-base"
--
1.9.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [meta-xfce][PATCH]] Add XFCE iamge build file
  2015-01-26  0:46 [meta-xfce][PATCH]] Add XFCE iamge build file Yong Li
@ 2015-01-26  7:42 ` Andreas Müller
  2015-01-26 18:15 ` Koen Kooi
  1 sibling, 0 replies; 3+ messages in thread
From: Andreas Müller @ 2015-01-26  7:42 UTC (permalink / raw)
  To: openembedded-devel@lists.openembedded.org; +Cc: Yong Li

On Mon, Jan 26, 2015 at 1:46 AM, Yong Li <sdliyong@gmail.com> wrote:
> From 44c7c064bd7d735e31c2fea0149fc293db78c536 Mon Sep 17 00:00:00 2001
> From: Yong Li <sdliyong@gmail.com>
> Date: Mon, 26 Jan 2015 08:39:37 +0800
> Subject: [PATCH] Add XFCE iamge build file
>
> Signed-off-by: Yong Li <sdliyong@gmail.com>
> ---
>  meta/recipes-graphics/images/core-image-xfce.bb | 15 +++++++++++++++
>  1 file changed, 15 insertions(+)
>  create mode 100644 meta/recipes-graphics/images/core-image-xfce.bb
>
> diff --git a/meta/recipes-graphics/images/core-image-xfce.bb
> b/meta/recipes-graphics/images/core-image-xfce.bb
> new file mode 100644
> index 0000000..1d9bfdc
> --- /dev/null
> +++ b/meta/recipes-graphics/images/core-image-xfce.bb
> @@ -0,0 +1,15 @@
> +SUMMARY = "A very basic Wayland image with a terminal"
xfce and wayland ??
> +
> +IMAGE_FEATURES += "splash package-management ssh-server-dropbear hwcodecs"
> +
> +LICENSE = "MIT"
> +
> +inherit core-image distro_features_check
> +
> +REQUIRED_DISTRO_FEATURES = "x11"
> +
> +CORE_IMAGE_BASE_INSTALL += "xserver-xorg xserver-xf86-config xinit xauth
> xf86-input-evdev \
> +xserver-nodm-init mini-x-session  xorg-minimal-fonts \
> +xf86-video-fbdev xterm xclock xfwm4 xfce4-session xfdesktop xfce4-settings
> \
> +xfce4-panel xfce4-appfinder xfconf xfce4-terminal gtk-xfce-engine \
> +packagegroup-fonts-truetype packagegroup-xfce-base"
Most of these are included in packagegroup-xfce-base already
> --
> 1.9.1
> --
My personal opinion: This belongs to a distro (see angstrom - there
are already images available) and there is not much value this image
includes.

Andreas


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [meta-xfce][PATCH]] Add XFCE iamge build file
  2015-01-26  0:46 [meta-xfce][PATCH]] Add XFCE iamge build file Yong Li
  2015-01-26  7:42 ` Andreas Müller
@ 2015-01-26 18:15 ` Koen Kooi
  1 sibling, 0 replies; 3+ messages in thread
From: Koen Kooi @ 2015-01-26 18:15 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Yong Li schreef op 26-01-15 om 01:46:
> From 44c7c064bd7d735e31c2fea0149fc293db78c536 Mon Sep 17 00:00:00 2001 
> From: Yong Li <sdliyong@gmail.com> Date: Mon, 26 Jan 2015 08:39:37 +0800 
> Subject: [PATCH] Add XFCE iamge build file
> 
> Signed-off-by: Yong Li <sdliyong@gmail.com> --- 
> meta/recipes-graphics/images/core-image-xfce.bb | 15 +++++++++++++++ 1
> file changed, 15 insertions(+) create mode 100644
> meta/recipes-graphics/images/core-image-xfce.bb
> 
> diff --git a/meta/recipes-graphics/images/core-image-xfce.bb 
> b/meta/recipes-graphics/images/core-image-xfce.bb new file mode 100644 
> index 0000000..1d9bfdc --- /dev/null +++
> b/meta/recipes-graphics/images/core-image-xfce.bb @@ -0,0 +1,15 @@ 
> +SUMMARY = "A very basic Wayland image with a terminal"

Wayland you say?

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org

iD8DBQFUxoReMkyGM64RGpERAjgjAKC9pQay+oNiSAcCPvt//P8R8bnAewCgs/eM
BsL1m5Bvwvi6mAGEl8l71sE=
=KpzI
-----END PGP SIGNATURE-----



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-01-26 18:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-26  0:46 [meta-xfce][PATCH]] Add XFCE iamge build file Yong Li
2015-01-26  7:42 ` Andreas Müller
2015-01-26 18:15 ` Koen Kooi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.