[OE-core] [angstrom] xfce-base-image: Add image for xfce48 desktop image

Andreas Mueller schnitzeltony at gmx.de
Mon Aug 1 21:10:54 UTC 2011


* 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 at 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





More information about the Openembedded-core mailing list