summaryrefslogtreecommitdiffstats
path: root/recipes/images
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/images')
-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