diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2016-12-12 11:53:09 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2016-12-29 19:51:37 +0100 |
commit | c40558173ffd96c499d101155f6c4c2be85d9f0f (patch) | |
tree | 2bcbbc2241bf481ea6bbb500a1fdc660c808f944 | |
parent | d77f3d46e31659f8eec5b6fa95315344af765628 (diff) | |
download | meta-raspberrypi-c40558173ffd96c499d101155f6c4c2be85d9f0f.tar.gz |
rpi-base.inc: remove input modules form XSERVER
This is nothing a BSP has to decide
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
-rw-r--r-- | conf/machine/include/rpi-base.inc | 3 |
1 files changed, 0 insertions, 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" | |||
10 | XSERVER = " \ | 10 | XSERVER = " \ |
11 | xserver-xorg \ | 11 | xserver-xorg \ |
12 | ${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "xserver-xorg-extension-glx", "", d)} \ | 12 | ${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "xserver-xorg-extension-glx", "", d)} \ |
13 | xf86-input-evdev \ | ||
14 | xf86-input-mouse \ | ||
15 | xf86-input-keyboard \ | ||
16 | ${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "xf86-video-modesetting", "xf86-video-fbdev", d)} \ | 13 | ${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "xf86-video-modesetting", "xf86-video-fbdev", d)} \ |
17 | " | 14 | " |
18 | 15 | ||