aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorDavid-John Willis <John.Willis@Distant-earth.com>2009-10-27 13:28:46 +0000
committerKoen Kooi <koen@openembedded.org>2009-10-27 15:43:55 +0100
commit5642836ea59a6bff972b1c921d4df89e63eb5db3 (patch)
treee2f9b792fc6643fb5adddc5f899e7399f371f8a2 /recipes
parente26a80201bdabab837d3b2335ae99a673d4fb5df (diff)
downloadopenembedded-5642836ea59a6bff972b1c921d4df89e63eb5db3.tar.gz
xfce46-image: Add very simple Xfce 4.6 image
Diffstat (limited to 'recipes')
-rw-r--r--recipes/images/xfce46-image.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/images/xfce46-image.bb b/recipes/images/xfce46-image.bb
new file mode 100644
index 0000000000..8f8e240f3f
--- /dev/null
+++ b/recipes/images/xfce46-image.bb
@@ -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