* [PATCH] cryptodev-module: fix autoloading issue with dashed module name
@ 2014-08-27 21:02 Denys Dmytriyenko
2014-08-27 21:42 ` Cooper Jr., Franklin
0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2014-08-27 21:02 UTC (permalink / raw)
To: meta-arago
From: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
.../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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] cryptodev-module: fix autoloading issue with dashed module name
2014-08-27 21:02 [PATCH] cryptodev-module: fix autoloading issue with dashed module name Denys Dmytriyenko
@ 2014-08-27 21:42 ` Cooper Jr., Franklin
2014-08-27 23:57 ` Denys Dmytriyenko
0 siblings, 1 reply; 3+ messages in thread
From: Cooper Jr., Franklin @ 2014-08-27 21:42 UTC (permalink / raw)
To: Denys Dmytriyenko, meta-arago@arago-project.org
Acked-by: Franklin Cooper Jr. <fcooper@ti.com>
I never noticed that you could use "module_autoload". A lot better than the approach I was thinking of :)
> -----Original Message-----
> From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> bounces@arago-project.org] On Behalf Of Denys Dmytriyenko
> Sent: Wednesday, August 27, 2014 4:03 PM
> To: meta-arago@arago-project.org
> Subject: [meta-arago] [PATCH] cryptodev-module: fix autoloading issue with
> dashed module name
>
> From: Denys Dmytriyenko <denys@ti.com>
>
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> ---
> .../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
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] cryptodev-module: fix autoloading issue with dashed module name
2014-08-27 21:42 ` Cooper Jr., Franklin
@ 2014-08-27 23:57 ` Denys Dmytriyenko
0 siblings, 0 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2014-08-27 23:57 UTC (permalink / raw)
To: Cooper Jr., Franklin; +Cc: meta-arago@arago-project.org
On Wed, Aug 27, 2014 at 09:42:34PM +0000, Cooper Jr., Franklin wrote:
> Acked-by: Franklin Cooper Jr. <fcooper@ti.com>
>
> I never noticed that you could use "module_autoload". A lot better than the
> approach I was thinking of :)
Well, two things to keep in mind with this:
1. There seems to be a bug with modules having a dash in the name when it's
used in the left side of the assignment, i.e. the variable name.
2. The syntax has completely changed in master, so Daisy is the last place
where it would work as is.
--
Denys
> > -----Original Message-----
> > From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> > bounces@arago-project.org] On Behalf Of Denys Dmytriyenko
> > Sent: Wednesday, August 27, 2014 4:03 PM
> > To: meta-arago@arago-project.org
> > Subject: [meta-arago] [PATCH] cryptodev-module: fix autoloading issue with
> > dashed module name
> >
> > From: Denys Dmytriyenko <denys@ti.com>
> >
> > Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> > ---
> > .../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
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-08-27 23:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-27 21:02 [PATCH] cryptodev-module: fix autoloading issue with dashed module name Denys Dmytriyenko
2014-08-27 21:42 ` Cooper Jr., Franklin
2014-08-27 23:57 ` Denys Dmytriyenko
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.