[yocto] Blacklisting drivers in poky or in yocto project

Khem Raj raj.khem at gmail.com
Thu May 1 23:39:38 PDT 2014


On Thu, May 1, 2014 at 9:47 PM, Bruce Ashfield
<bruce.ashfield at windriver.com> wrote:
>>
>> The method I used: in the file /etc/modprobe.d/blacklist.conf, i added
>> these following lines:
>> blacklist ipv6
>> blacklist cfg80211
>> blacklist libertas
>> blacklist libertas_sdio
>
>
> I can't recall if yocto 1.4 had switched to kmod, or if it was still
> the legacy mod-utils ? Can you confirm with one is in play here ?
>

we use kmod but that should not affect anything since it is backward
compatible with m-i-t
I think the problem here could be one of following

there is another module which is not blacklisted dependent on the
blacklisted one. In this case kmod will have to load it.

Or you have initiramfs where its getting loaded in that case you have
to modiy initramfs any changes in /etc/modules* on main rootfs won't
help.

check if feature( e.g. ipv6) is built into kernel proper and not as a
module. if its builtin then kmod won't be able to help but I guess
this you might already have verified.



More information about the yocto mailing list