In the RT kernel, INPUT_EVDEV is not enabled by default, so an input feature is added to prevent the mouse and keyboard from becoming unusable.
Signed-off-by: Xiaolei Wang <[email protected]> --- bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.scc | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.scc b/bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.scc index 8c654b99..61120b63 100755 --- a/bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.scc +++ b/bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.scc @@ -8,6 +8,7 @@ include features/hostapd/hostapd.scc include features/mac80211/mac80211.scc include features/bluetooth/bluetooth.scc include features/netfilter/netfilter.scc +include features/input/input.scc # enable the ability to run 32 bit apps include arch/arm/32bit-compat.scc -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15985): https://lists.yoctoproject.org/g/linux-yocto/message/15985 Mute This Topic: https://lists.yoctoproject.org/mt/116305584/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
