On Thu, Aug 27, 2015 at 4:40 AM, Qiang Yu <[email protected]> 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?
OVERRIDES_remove = "imx" in recipe might help another case where we should rethink OVERRIDE syntax > > Thanks, > Qiang > > -- > _______________________________________________ > yocto mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/yocto > -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
