From d71e8d439a40463994a884d1533093944e97b168 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Thu, 9 Oct 2014 14:49:24 -0700 Subject: fri2-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. Signed-off-by: Nitin A Kamble Signed-off-by: Tom Zanussi --- meta-fri2/recipes-kernel/kmod/kmod_git.bbappend | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 meta-fri2/recipes-kernel/kmod/kmod_git.bbappend (limited to 'meta-fri2/recipes-kernel') diff --git a/meta-fri2/recipes-kernel/kmod/kmod_git.bbappend b/meta-fri2/recipes-kernel/kmod/kmod_git.bbappend new file mode 100644 index 00000000..56d8fcb0 --- /dev/null +++ b/meta-fri2/recipes-kernel/kmod/kmod_git.bbappend @@ -0,0 +1,3 @@ +do_install_append () { + echo "blacklist gma500_gfx" > ${D}${sysconfdir}/modprobe.d/prohibit_gma500_gfx.conf +} -- cgit v1.2.3-54-g00ecf