Openembedded Core Discussions
 help / color / mirror / Atom feed
* [angstrom] xfce-base-image: Add image for xfce48 desktop image
@ 2011-08-01 21:10 Andreas Mueller
  2011-08-02  2:31 ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Mueller @ 2011-08-01 21:10 UTC (permalink / raw)
  To: openembedded-core

* This patch requires patch series [1] to be committed in meta-oe

[1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-August/034221.html

Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
---
 recipes-angstrom/images/xfce-base-image.bb |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)
 create mode 100644 recipes-angstrom/images/xfce-base-image.bb

diff --git a/recipes-angstrom/images/xfce-base-image.bb b/recipes-angstrom/images/xfce-base-image.bb
new file mode 100644
index 0000000..80f5062
--- /dev/null
+++ b/recipes-angstrom/images/xfce-base-image.bb
@@ -0,0 +1,26 @@
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
+PR = "r0"
+
+require console-base-image.bb
+
+export IMAGE_BASENAME = "xfce-base-image"
+
+XSERVER ?= " \
+    xserver-xorg \
+    xf86-input-evdev \
+    xf86-input-mouse \
+    xf86-video-fbdev \
+    xf86-input-keyboard \
+"
+
+IMAGE_INSTALL += " \
+    ${XSERVER} \
+    task-base-extended \
+    task-xfce-base \
+    xserver-common \
+#    xserver-nodm-init \
+    ttf-dejavu-sans ttf-dejavu-sans-mono ttf-dejavu-common \
+"
+
+inherit image
-- 
1.7.4.4




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

end of thread, other threads:[~2011-08-02  5:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-01 21:10 [angstrom] xfce-base-image: Add image for xfce48 desktop image Andreas Mueller
2011-08-02  2:31 ` Khem Raj
2011-08-02  5:06   ` Koen Kooi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox