From add2cd52e4bc638f1d8f5f669cbf9bcb83e39397 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 4 Mar 2020 09:55:22 -0500 Subject: linux-yocto: common-pc-drivers.cfg: add CONFIG_INPUT_UINPUT Integrating the following configuration tweak: [ Author: Alexander Kanavin Date: Mon Feb 24 10:34:00 2020 +0100 common-pc-drivers.cfg: add CONFIG_INPUT_UINPUT This will allow testing libinput in particular: https://www.kernel.org/doc/html/latest/input/uinput.html https://wayland.freedesktop.org/libinput/doc/latest/test-suite.html Signed-off-by: Alexander Kanavin Signed-off-by: Bruce Ashfield ] Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb') diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb index 37282b2e05..964d2fe674 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb @@ -12,7 +12,7 @@ python () { } SRCREV_machine ?= "e3a0470f1ebedce56d1c924f8ac8d3638f52304c" -SRCREV_meta ?= "c11911d4d1cf0d0b069dfd1922b41256f61442de" +SRCREV_meta ?= "13a856e7e5df0d8f951bd4060ac441cf35925c9e" SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.4;destsuffix=${KMETA}" -- cgit 1.2.3-korg