diff options
author | David-John Willis <John.Willis@Distant-earth.com> | 2009-10-27 13:28:46 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-10-27 15:43:55 +0100 |
commit | 5642836ea59a6bff972b1c921d4df89e63eb5db3 (patch) | |
tree | e2f9b792fc6643fb5adddc5f899e7399f371f8a2 /recipes/images/xfce46-image.bb | |
parent | e26a80201bdabab837d3b2335ae99a673d4fb5df (diff) |
xfce46-image: Add very simple Xfce 4.6 image
Diffstat (limited to 'recipes/images/xfce46-image.bb')
-rw-r--r-- | recipes/images/xfce46-image.bb | 14 |
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 |