aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/images/xorg-image.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/images/xorg-image.bb')
-rw-r--r--recipes/images/xorg-image.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/images/xorg-image.bb b/recipes/images/xorg-image.bb
new file mode 100644
index 0000000000..be37f6028b
--- /dev/null
+++ b/recipes/images/xorg-image.bb
@@ -0,0 +1,8 @@
+XSERVER = "xserver-xorg \
+ xf86-input-evdev \
+ xf86-input-tslib \
+ xf86-video-fbdev "
+
+require x11-image.bb
+
+export IMAGE_BASENAME = "xorg-image"