From 9201dffde9bf2fefb53c4bee6470c8407bda2b34 Mon Sep 17 00:00:00 2001 From: Manuel Bachmann Date: Wed, 21 Oct 2015 08:19:02 +0000 Subject: 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 --- meta-agl-bsp/recipes-kernel/linux/linux-yocto/uinput.cfg | 3 +++ meta-agl-bsp/recipes-kernel/linux/linux-yocto_%.bbappend | 4 ++++ 2 files changed, 7 insertions(+) create mode 100644 meta-agl-bsp/recipes-kernel/linux/linux-yocto/uinput.cfg create mode 100644 meta-agl-bsp/recipes-kernel/linux/linux-yocto_%.bbappend (limited to 'meta-agl-bsp/recipes-kernel') diff --git a/meta-agl-bsp/recipes-kernel/linux/linux-yocto/uinput.cfg b/meta-agl-bsp/recipes-kernel/linux/linux-yocto/uinput.cfg new file mode 100644 index 000000000..7996ef1dd --- /dev/null +++ b/meta-agl-bsp/recipes-kernel/linux/linux-yocto/uinput.cfg @@ -0,0 +1,3 @@ +# Enable the User-level Input driver (required by "wayland-fits") +CONFIG_INPUT_MISC=y +CONFIG_INPUT_UINPUT=m diff --git a/meta-agl-bsp/recipes-kernel/linux/linux-yocto_%.bbappend b/meta-agl-bsp/recipes-kernel/linux/linux-yocto_%.bbappend new file mode 100644 index 000000000..24bd38d40 --- /dev/null +++ b/meta-agl-bsp/recipes-kernel/linux/linux-yocto_%.bbappend @@ -0,0 +1,4 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/linux-yocto:" + +# Extra configuration options for the QEMU kernel +SRC_URI += "file://uinput.cfg" -- cgit 1.2.3-korg