summaryrefslogtreecommitdiffstats
path: root/meta-ivi-common/recipes-test/wayland/wayland-fits_%.bbappend
diff options
context:
space:
mode:
authorManuel Bachmann <mbc@iot.bzh>2015-10-21 08:19:02 +0000
committerManuel Bachmann <mbc@iot.bzh>2015-10-22 21:28:17 +0000
commit9201dffde9bf2fefb53c4bee6470c8407bda2b34 (patch)
treea9d89c9a91424d17691ce56164d75e82c3489a3f /meta-ivi-common/recipes-test/wayland/wayland-fits_%.bbappend
parentb9bd3fa51070fe2cce554ccc7bb816cd39ff5dbe (diff)
Provide Wayland FITS, disabled by default
Wayland FITS is a functional integration test suite for Wayland/Weston. It consists in 2 components : a Weston plugin, and a "wfits" binary used to run tests. The tests themselves simulate user interaction with surfaces and windows, using virtual keyboard/mouse/touchscreen drivers. The recipe was recently submitted to the official "meta-openembedded" layer, and can be found here : http://lists.openembedded.org/pipermail/openembedded-devel/ 2015-September/103511.html The package will not be built unless the user explicitly adds "wayland-fits" to his "conf/local.conf" file. QEMU needs the "uinput" driver available on startup, so we always build it, but only install it if the package has been selected. Change-Id: Ib6045007f6c7e1e22b48607a66930ce341c58002 Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
Diffstat (limited to 'meta-ivi-common/recipes-test/wayland/wayland-fits_%.bbappend')
-rw-r--r--meta-ivi-common/recipes-test/wayland/wayland-fits_%.bbappend5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-ivi-common/recipes-test/wayland/wayland-fits_%.bbappend b/meta-ivi-common/recipes-test/wayland/wayland-fits_%.bbappend
new file mode 100644
index 000000000..772f81b0f
--- /dev/null
+++ b/meta-ivi-common/recipes-test/wayland/wayland-fits_%.bbappend
@@ -0,0 +1,5 @@
+# Disable GTK+ and EFL tests
+PACKAGECONFIG = ""
+
+# UInput driver is necessary on QEMU
+RDEPENDS_${PN}_append_qemux86-64 = " kernel-module-uinput"