generic-poky/meta-yocto-bsp/conf/machine
Alejandro Hernandez c4acacefc1 gma500_gfx: Avoid inserting gma500_gfx module for certain devices
The gma500_gfx driver will match certain devices on which it causes incorrect functionality,
we want to avoid inserting this module, basicallly blacklist it for specific hardware,
but still allow it to work on other hardware by default; usually when we have an already working system,
using udev rules would do the job, but since we are building it, it is impossible to blacklist
a driver when a certain udev rule matches, since rootfs isn't writeable at this point during boot time,
the solution is to use modprobe install, which runs a certain command instead of inserting a matching module,
this command needs to insert the module manually afterwards and have a flag --ignore-install
so it doesnt create an infinite loop executing itself everytime it wants to insert the module,
busybox's modprobe doesn't provide this functionality, so a small hack had to be used to avoid
the infite loop instead.

(From meta-yocto rev: 70c143767a8b63921e668a62ac463b3a6b8c6132)

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-11-25 07:50:33 +00:00
..
include genericx86*: Update BSPs to use 4.1 Kernel 2015-08-19 18:05:56 +01:00
beaglebone.conf meta-yocto-bsp: bump to linux-yocto 4.1 for the non-x86 BSPs 2015-10-01 07:43:38 +01:00
edgerouter.conf meta-yocto-bsp: bump to linux-yocto 4.1 for the non-x86 BSPs 2015-10-01 07:43:38 +01:00
genericx86-64.conf genericx86: Use require instead of include 2014-01-28 00:51:57 +00:00
genericx86.conf gma500_gfx: Avoid inserting gma500_gfx module for certain devices 2015-11-25 07:50:33 +00:00
mpc8315e-rdb.conf meta-yocto-bsp: bump to linux-yocto 4.1 for the non-x86 BSPs 2015-10-01 07:43:38 +01:00