xfce46-image: Add very simple Xfce 4.6 image
authorDavid-John Willis <John.Willis@Distant-earth.com>
Tue, 27 Oct 2009 13:28:46 +0000 (13:28 +0000)
committerKoen Kooi <koen@openembedded.org>
Tue, 27 Oct 2009 14:43:55 +0000 (15:43 +0100)
recipes/images/xfce46-image.bb [new file with mode: 0644]

diff --git a/recipes/images/xfce46-image.bb b/recipes/images/xfce46-image.bb
new file mode 100644 (file)
index 0000000..8f8e240
--- /dev/null
@@ -0,0 +1,14 @@
+export IMAGE_BASENAME = "xfce46-image"
+
+XSERVER ?= "xserver-xorg \
+           xf86-input-evdev \
+           xf86-input-mouse \
+           xf86-video-fbdev \
+           xf86-input-keyboard \
+"
+
+DEPENDS = "virtual/xserver ${MACHINE_TASK_PROVIDER} task-xfce46-base task-xfce46-extras"
+
+IMAGE_INSTALL = "${XSERVER} ${MACHINE_TASK_PROVIDER} task-xfce46-base task-xfce46-extras"
+
+inherit image