[yocto] [meta-raspberrypi][PATCH 2/2] rpi-base.inc: remove input modules form XSERVER

Andreas Müller schnitzeltony at googlemail.com
Mon Dec 12 02:53:09 PST 2016


This is nothing a BSP has to decide

Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
---
 conf/machine/include/rpi-base.inc | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc
index 9ce647d..9f20663 100644
--- a/conf/machine/include/rpi-base.inc
+++ b/conf/machine/include/rpi-base.inc
@@ -10,9 +10,6 @@ IMAGE_FSTYPES ?= "tar.bz2 ext3 rpi-sdimg"
 XSERVER = " \
     xserver-xorg \
     ${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "xserver-xorg-extension-glx", "", d)} \
-    xf86-input-evdev \
-    xf86-input-mouse \
-    xf86-input-keyboard \
     ${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "xf86-video-modesetting", "xf86-video-fbdev", d)} \
     "
 
-- 
2.7.4




More information about the yocto mailing list