mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
crownbay-noemgd: Disable the gma500_gfx module
The gmx500 graphics driver does not work on this BSP, but it takes the ownership of the graphics hardware at boot time, blocking other drivers from using the graphics hardware. Fix the issue by blacklisting the gma500_gfx kernel module in the kmod configuration, so that it doesn't get loaded at boot time. Fixes Bug: [YOCTO #6807] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
This commit is contained in:
parent
8e5fe6c0f5
commit
911f7f8b73
3
meta-crownbay/recipes-kernel/kmod/kmod_git.bbappend
Normal file
3
meta-crownbay/recipes-kernel/kmod/kmod_git.bbappend
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
do_install_append () {
|
||||
echo "blacklist gma500_gfx" > ${D}${sysconfdir}/modprobe.d/prohibit_gma500_gfx.conf
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user