Acked-by: Franklin Cooper Jr. <[email protected]> I never noticed that you could use "module_autoload". A lot better than the approach I was thinking of :)
> -----Original Message----- > From: [email protected] [mailto:meta-arago- > [email protected]] On Behalf Of Denys Dmytriyenko > Sent: Wednesday, August 27, 2014 4:03 PM > To: [email protected] > Subject: [meta-arago] [PATCH] cryptodev-module: fix autoloading issue with > dashed module name > > From: Denys Dmytriyenko <[email protected]> > > Signed-off-by: Denys Dmytriyenko <[email protected]> > --- > .../recipes-kernel/cryptodev/cryptodev-module_1.6.bbappend | 4 > ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta-arago-distro/recipes-kernel/cryptodev/cryptodev- > module_1.6.bbappend b/meta-arago-distro/recipes- > kernel/cryptodev/cryptodev-module_1.6.bbappend > index 00d7919..7be7536 100644 > --- a/meta-arago-distro/recipes-kernel/cryptodev/cryptodev- > module_1.6.bbappend > +++ b/meta-arago-distro/recipes-kernel/cryptodev/cryptodev- > module_1.6.bbappend > @@ -1,6 +1,6 @@ > -PR_append = "-arago1" > +PR_append = "-arago2" > > -module_autoload_cryptodev-module = "cryptodev-module" > +module_autoload_cryptodev = "cryptodev-module" > > FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" > > -- > 2.0.4 > > _______________________________________________ > meta-arago mailing list > [email protected] > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
