linux-yocto/cfg: qemuarm64-gfx.cfg: add CONFIG_INPUT_UINPUT

Integrating the following commit(s):

    qemuarm64-gfx.cfg: add CONFIG_INPUT_UINPUT

    This will address libinput ptest failures:
    https://www.kernel.org/doc/html/latest/input/uinput.html
    https://wayland.freedesktop.org/libinput/doc/latest/test-suite.html

    qemux86_64 already has it enabled.

    Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>

(From OE-Core rev: 0be60b758f004464da02495ed310b2f4d00ce837)

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 5af1bda8006faf2afe4c5c17e7f8d276d6ec0790)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2020-12-22 09:28:21 -05:00
committed by Richard Purdie
parent 31187e9bae
commit 1e0b1cfd08
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ python () {
}
SRCREV_machine ?= "65a53ac9134b9736ae67afc5fb02049f4908d8e3"
SRCREV_meta ?= "e872ef155c596e4cc2f68405d85ab6f2b0303c28"
SRCREV_meta ?= "104cf3e89371ac8971fef69f55a6c788c46ec65a"
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}"

View File

@@ -17,7 +17,7 @@ KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine_qemuarm ?= "0c335c490cfe932664f2e40c791efa387f769df5"
SRCREV_machine ?= "53e9ea9bf3868442be0b1aef4e7624ec8143f10b"
SRCREV_meta ?= "e872ef155c596e4cc2f68405d85ab6f2b0303c28"
SRCREV_meta ?= "104cf3e89371ac8971fef69f55a6c788c46ec65a"
PV = "${LINUX_VERSION}+git${SRCPV}"

View File

@@ -21,7 +21,7 @@ SRCREV_machine_qemux86 ?= "53e9ea9bf3868442be0b1aef4e7624ec8143f10b"
SRCREV_machine_qemux86-64 ?= "53e9ea9bf3868442be0b1aef4e7624ec8143f10b"
SRCREV_machine_qemumips64 ?= "0ba329b53891de44e4ef8d2ca8a948e1c6a5866c"
SRCREV_machine ?= "53e9ea9bf3868442be0b1aef4e7624ec8143f10b"
SRCREV_meta ?= "e872ef155c596e4cc2f68405d85ab6f2b0303c28"
SRCREV_meta ?= "104cf3e89371ac8971fef69f55a6c788c46ec65a"
# remap qemuarm to qemuarma15 for the 5.4 kernel
# KMACHINE_qemuarm ?= "qemuarma15"