On Thu, Aug 27, 2015 at 9:53 PM, Mike Looijmans <mike.looijm...@topic.nl>
wrote:

> On 27-08-15 13:40, Qiang Yu wrote:
>
>> Hi all,
>>
>> I want to load kernel module ci_hdrc_imx at boot time and add a conf file
>> in
>> /etc/modprobe.d. I find it can be done by add
>> module_conf_ci_hdrc_imx = "my configure"
>>
>> But the suffix "imx" is in OVERRIDES, so I get
>> module_conf_ci_hdrc = "my configure"
>>
>> How to disable the OVERRIDES temperally here? Or may be there is another
>> way?
>>
>
> This might work (untested):
>
> MY_HDRC_MODULE_NAME = "conf_ci_hdrc"
> module_${MY_HDRC_MODULE_NAME} = "my configure"
>
>
>
Test this, same wrong result.


>
>
> Kind regards,
>
> Mike Looijmans
> System Expert
>
> TOPIC Embedded Products
> Eindhovenseweg 32-C, NL-5683 KH Best
> Postbus 440, NL-5680 AK Best
> Telefoon: +31 (0) 499 33 69 79
> Telefax: +31 (0) 499 33 69 70
> E-mail: mike.looijm...@topicproducts.com
> Website: www.topicproducts.com
>
> Please consider the environment before printing this e-mail
>
>
>
>
>
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to