mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-10 15:28:22 +01:00
Use sunxifb driver in xorg conf
This commit is contained in:
parent
43efb1d306
commit
e7042a339a
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
|
PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
|
||||||
XSERVER = "xserver-xorg \
|
XSERVER = "xserver-xorg \
|
||||||
|
xf86-video-sunxifb \
|
||||||
xf86-input-evdev \
|
xf86-input-evdev \
|
||||||
xf86-input-mouse \
|
xf86-input-mouse \
|
||||||
xf86-input-keyboard"
|
xf86-input-keyboard"
|
||||||
@ -25,7 +26,7 @@ UBOOT_LOADADDRESS = "0x40008000"
|
|||||||
SPL_BINARY = "sunxi-spl.bin"
|
SPL_BINARY = "sunxi-spl.bin"
|
||||||
|
|
||||||
IMAGE_CLASSES += "sdcard_image-a10"
|
IMAGE_CLASSES += "sdcard_image-a10"
|
||||||
IMAGE_FSTYPES += "ext3 a10-sdimg"
|
IMAGE_FSTYPES += "ext3 tar.gz a10-sdimg"
|
||||||
|
|
||||||
# Guesswork
|
# Guesswork
|
||||||
SERIAL_CONSOLE = "115200 ttyS0"
|
SERIAL_CONSOLE = "115200 ttyS0"
|
||||||
@ -34,9 +35,13 @@ MACHINE_EXTRA_RRECOMMENDS = "\
|
|||||||
kernel-module-8192cu \
|
kernel-module-8192cu \
|
||||||
kernel-module-sw-ahci-platform \
|
kernel-module-sw-ahci-platform \
|
||||||
kernel-module-sndspdif \
|
kernel-module-sndspdif \
|
||||||
kernel-module-sun4i_sndspdif \
|
kernel-module-sun4i-sndspdif \
|
||||||
kernel-module-sun4i_spdif \
|
kernel-module-sun4i-spdif \
|
||||||
kernel-module-sun4i_spdma \
|
kernel-module-sun4i-spdma \
|
||||||
|
kernel-module-mali \
|
||||||
|
kernel-module-mali-drm \
|
||||||
|
kernel-module-ump \
|
||||||
|
kernel-module-disp-ump \
|
||||||
"
|
"
|
||||||
|
|
||||||
MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa"
|
MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa"
|
||||||
|
Loading…
Reference in New Issue
Block a user