summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2018-06-14 02:57:35 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-06-14 16:37:45 +0000
commit5d735cff851a08e35081e4d4c4c36123ff040e61 (patch)
tree002515fc793f7bb75389cc1a2d74680e102eefad /conf
parent92dbd271c76aa766e3354c73b65d72819cb1f69e (diff)
downloadmeta-ti-5d735cff851a08e35081e4d4c4c36123ff040e61.tar.gz
omap3/omap4: replace outdated xf86-video-omap* with xf86-video-fbdev
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/omap3.inc2
-rw-r--r--conf/machine/include/omap4.inc3
2 files changed, 2 insertions, 3 deletions
diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc
index 221c029a..9270cbb1 100644
--- a/conf/machine/include/omap3.inc
+++ b/conf/machine/include/omap3.inc
@@ -10,7 +10,7 @@ PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
10XSERVER = "xserver-xorg \ 10XSERVER = "xserver-xorg \
11 xf86-input-evdev \ 11 xf86-input-evdev \
12 xf86-input-mouse \ 12 xf86-input-mouse \
13 xf86-video-omapfb \ 13 xf86-video-fbdev \
14 xf86-input-keyboard" 14 xf86-input-keyboard"
15 15
16# Default to external video, change to smallscreen for built-in LCD 16# Default to external video, change to smallscreen for built-in LCD
diff --git a/conf/machine/include/omap4.inc b/conf/machine/include/omap4.inc
index 789199d9..d9706066 100644
--- a/conf/machine/include/omap4.inc
+++ b/conf/machine/include/omap4.inc
@@ -10,9 +10,8 @@ PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging"
10 10
11PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" 11PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
12XSERVER = "xserver-xorg \ 12XSERVER = "xserver-xorg \
13 xserver-xorg-module-exa \
14 xf86-input-evdev \ 13 xf86-input-evdev \
15 xf86-video-omap" 14 xf86-video-fbdev"
16 15
17# Increase this everytime you change something in the kernel 16# Increase this everytime you change something in the kernel
18MACHINE_KERNEL_PR = "r4" 17MACHINE_KERNEL_PR = "r4"