Commit 89120dc2 authored by Florent Revest's avatar Florent Revest

asteroid.conf: Blacklist uvesafb on qemux86 which conflicts with vboxvideo

parent 0ffbbed5
...@@ -32,6 +32,13 @@ VIRTUAL-RUNTIME_initscripts = "" ...@@ -32,6 +32,13 @@ VIRTUAL-RUNTIME_initscripts = ""
PREFERRED_PROVIDER_udev = "systemd" PREFERRED_PROVIDER_udev = "systemd"
QT_DIR_NAME = "" QT_DIR_NAME = ""
FILESYSTEM_PERMS_TABLES = "files/fs-perms.txt files/asteroidos-fs-perms.txt"
IMAGE_FSTYPES_qemux86 += "vmdk" IMAGE_FSTYPES_qemux86 += "vmdk"
# Use vboxvideo instead of uvesafb
KERNEL_MODULE_AUTOLOAD_append_qemux86 = " vboxvideo"
KERNEL_MODULE_PROBECONF_append_qemux86 = " vboxvideo"
KERNEL_MODULE_PROBECONF_append_qemux86 = " uvesafb"
module_conf_vboxvideo_qemux86 = "blacklist uvesafb"
FILESYSTEM_PERMS_TABLES = "files/fs-perms.txt files/asteroidos-fs-perms.txt" APPEND_append_qemux86 = " console=ttyS0 video=800x800"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment