diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2022-02-21 14:53:57 +0100 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2022-03-06 11:13:36 +0100 |
commit | 9d4e53017385d548aaeec4d8e756ea263c26dc33 (patch) | |
tree | 754b4a16fa3de3051cff714b03e8aeba3d1a9cc9 /recipes-graphics/xorg-xserver | |
parent | f6e0f17d2b777d15d97632055d129a10bd47e525 (diff) | |
download | meta-freescale-9d4e53017385d548aaeec4d8e756ea263c26dc33.tar.gz |
xf86-video-imx-vivante: drop vivante specific x11 driver
The required x11 driver stuff has been removed from imx-gpu-viv and
thus the X11 driver is no longer buildable.
Drop the recipe and fallback on the default X11 fb driver.
| ERROR: Nothing RPROVIDES 'libvivante-dri-imx' (but .../meta-freescale/recipes-graphics/xorg-driver/xf86-video-imx-vivante_6.4.0.p0.0.bb RDEPENDS on or otherwise requires it)
Completes 747c96f5 ("imx-gpu-viv: Upgrade to 6.4.3.p2.4").
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-graphics/xorg-xserver')
-rw-r--r-- | recipes-graphics/xorg-xserver/xserver-xf86-config/mx6-nxp-bsp/xorg.conf | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config/mx6-nxp-bsp/xorg.conf b/recipes-graphics/xorg-xserver/xserver-xf86-config/mx6-nxp-bsp/xorg.conf index b89bed60..79b6c0fc 100644 --- a/recipes-graphics/xorg-xserver/xserver-xf86-config/mx6-nxp-bsp/xorg.conf +++ b/recipes-graphics/xorg-xserver/xserver-xf86-config/mx6-nxp-bsp/xorg.conf | |||
@@ -1,9 +1,7 @@ | |||
1 | Section "Device" | 1 | Section "Device" |
2 | Identifier "i.MX Accelerated Framebuffer Device" | 2 | Identifier "Kernel Framebuffer Device" |
3 | Driver "vivante" | 3 | Driver "fbdev" |
4 | Option "fbdev" "/dev/fb0" | 4 | Option "fbdev" "/dev/fb0" |
5 | Option "vivante_fbdev" "/dev/fb0" | ||
6 | Option "HWcursor" "false" | ||
7 | EndSection | 5 | EndSection |
8 | 6 | ||
9 | Section "ServerFlags" | 7 | Section "ServerFlags" |