summaryrefslogtreecommitdiffstats
path: root/meta-fri2/recipes-kernel
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2014-10-09 14:49:24 -0700
committerTom Zanussi <tom.zanussi@linux.intel.com>2014-10-13 10:02:39 -0500
commitd71e8d439a40463994a884d1533093944e97b168 (patch)
tree1f3080974e07d05766294d4ec36b1499594a6173 /meta-fri2/recipes-kernel
parent911f7f8b73d7f3f4d36e35a070c524be3e4df3a1 (diff)
downloadmeta-intel-d71e8d439a40463994a884d1533093944e97b168.tar.gz
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 <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Diffstat (limited to 'meta-fri2/recipes-kernel')
-rw-r--r--meta-fri2/recipes-kernel/kmod/kmod_git.bbappend3
1 files changed, 3 insertions, 0 deletions
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 @@
1do_install_append () {
2 echo "blacklist gma500_gfx" > ${D}${sysconfdir}/modprobe.d/prohibit_gma500_gfx.conf
3}