aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/images/qt4-x11-base-image.bb
diff options
context:
space:
mode:
authorEric Bénard <eric@eukrea.com>2010-11-28 15:00:31 +0100
committerEric Bénard <eric@eukrea.com>2010-11-29 11:36:03 +0100
commitcb0419cc5fbf3ddf147d689e027a3fe83d368a3e (patch)
tree49c9afcd2005b28831b7dc83ee714aa87f6f9bc6 /recipes/images/qt4-x11-base-image.bb
parent4764ed351dcf832776e3012ea5a00e97685c4da0 (diff)
downloadopenembedded-cb0419cc5fbf3ddf147d689e027a3fe83d368a3e.tar.gz
add task-qt4-x11 and qt4-x11 base & demo images
these are images integrating qt4-x11-free librarie and its demo applications running using Xorg. Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/images/qt4-x11-base-image.bb')
-rw-r--r--recipes/images/qt4-x11-base-image.bb30
1 files changed, 30 insertions, 0 deletions
diff --git a/recipes/images/qt4-x11-base-image.bb b/recipes/images/qt4-x11-base-image.bb
new file mode 100644
index 0000000000..83a1d34c64
--- /dev/null
+++ b/recipes/images/qt4-x11-base-image.bb
@@ -0,0 +1,30 @@
+require micro-base-image.bb
+
+TOUCH = ' ${@base_contains("MACHINE_FEATURES", "touchscreen", "tslib tslib-calibrate tslib-tests", "",d)}'
+
+XSERVER ?= "xserver-xorg \
+ xf86-input-evdev \
+ xf86-input-tslib \
+ xf86-video-fbdev "
+
+DEPENDS += "task-qt4-x11"
+
+RDEPENDS_${PN} += " \
+ task-qt4-x11-base \
+ task-qt4-x11-qwt \
+ "
+
+IMAGE_INSTALL += "\
+ initscripts \
+ kernel-modules \
+ gdbserver \
+ strace \
+ module-init-tools \
+ task-qt4-x11-base \
+ task-qt4-x11-qwt \
+ ${TOUCH} \
+ pointercal \
+ ${XSERVER} \
+ ttf-liberation-sans ttf-liberation-serif ttf-liberation-mono \
+ xauth xhost xset xrandr \
+"