From d83970c8286484ef3ddcdd309c92a7f38045e659 Mon Sep 17 00:00:00 2001 From: Jonathan Maw Date: Tue, 29 Sep 2015 16:24:47 +0000 Subject: Configure linux-renesas to build uinput The uinput module is useful for automated testing as it allows user-space programmes to create and use virtual input devices. An alternative way of doing this might be to add configuration using the way recommended by http://www.yoctoproject.org/docs/1.7.2/kernel-dev/kernel-dev.html#changing-the-configuration, but I was unable to get that working. Signed-off-by: Jonathan Maw --- meta-rcar-gen2/recipes-kernel/linux/linux.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-rcar-gen2') diff --git a/meta-rcar-gen2/recipes-kernel/linux/linux.inc b/meta-rcar-gen2/recipes-kernel/linux/linux.inc index 560bf98..886c2a9 100644 --- a/meta-rcar-gen2/recipes-kernel/linux/linux.inc +++ b/meta-rcar-gen2/recipes-kernel/linux/linux.inc @@ -118,6 +118,9 @@ do_configure_prepend() { kernel_configure_variable QUOTA y kernel_configure_variable BT y + # add uinput for automated testing + kernel_configure_variable INPUT_MISC y + kernel_configure_variable INPUT_UINPUT y # Keep this the last line # Remove all modified configs and add the rest to .config -- cgit 1.2.3-korg