From: Denys Dmytriyenko <denys@ti.com>
To: "Cooper Jr., Franklin" <fcooper@ti.com>
Cc: "meta-arago@arago-project.org" <meta-arago@arago-project.org>
Subject: Re: [meta-ti] [PATCH] ti-pru-sw-edma-driver: let module.bbclass package modules automatically
Date: Mon, 16 Sep 2013 15:49:13 -0400 [thread overview]
Message-ID: <20130916194913.GB19671@edge> (raw)
In-Reply-To: <8F29D6B095ED194EA1980491A5E029710C5525D9@DFLE08.ent.ti.com>
I thought that was already done. There's RDEPENDS on ti-ocf-crypto-module in
crypto packagegroup and ti-pru-sw-examples RDEPENDS on ti-pru-sw-edma-driver.
--
Denys
On Mon, Sep 16, 2013 at 07:39:32PM +0000, Cooper Jr., Franklin wrote:
> Base on this patch and a similar patch for ocf-crypto-module are their
> patches that need to be added in meta-arago to make sure the kernel modules
> are included in the file system?
>
> > -----Original Message-----
> > From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-
> > bounces@yoctoproject.org] On Behalf Of Denys Dmytriyenko
> > Sent: Wednesday, September 11, 2013 9:20 PM
> > To: meta-ti@yoctoproject.org
> > Subject: [meta-ti] [PATCH] ti-pru-sw-edma-driver: let module.bbclass package
> > modules automatically
> >
> > From: Denys Dmytriyenko <denys@ti.com>
> >
> > The new method is to automatically package modules into kernel-module-
> > <modname> and make the custom name depend on the standard unified one.
> > Messing with FILES_${PN} usually causes problems, so avoid it and let
> > module.bbclass do it's magic.
> >
> > Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> > ---
> > recipes-bsp/pru/ti-pru-sw-edma-driver_1.00.00.bb | 4 +---
> > 1 file changed, 1 insertion(+), 3 deletions(-)
> >
> > diff --git a/recipes-bsp/pru/ti-pru-sw-edma-driver_1.00.00.bb b/recipes-
> > bsp/pru/ti-pru-sw-edma-driver_1.00.00.bb
> > index c7fdfd1..1a418d7 100644
> > --- a/recipes-bsp/pru/ti-pru-sw-edma-driver_1.00.00.bb
> > +++ b/recipes-bsp/pru/ti-pru-sw-edma-driver_1.00.00.bb
> > @@ -7,7 +7,7 @@ COMPATIBLE_MACHINE = "omapl138"
> >
> > INHIBIT_PACKAGE_STRIP = "1"
> >
> > -MACHINE_KERNEL_PR_append = "a+svnr${SRCPV}"
> > +MACHINE_KERNEL_PR_append = "b+svnr${SRCPV}"
> > PR = "${MACHINE_KERNEL_PR}"
> >
> > SRC_URI =
> > "svn://gforge.ti.com/svn/pru_sw/;module=trunk;protocol=https;user=anonym
> > ous;pswd=''"
> > @@ -28,5 +28,3 @@ do_install () {
> > install -d ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/pru
> > install -m 0755 ${S}/edmautils.ko
> > ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/pru/
> > }
> > -
> > -FILES_${PN} =
> > "/lib/modules/${KERNEL_VERSION}/kernel/drivers/pru/edmautils.ko"
> > --
> > 1.8.3.2
> >
> > _______________________________________________
> > meta-ti mailing list
> > meta-ti@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
next prev parent reply other threads:[~2013-09-16 19:49 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-12 2:20 [PATCH] ti-pru-sw-edma-driver: let module.bbclass package modules automatically Denys Dmytriyenko
2013-09-16 19:39 ` [meta-ti] " Cooper Jr., Franklin
2013-09-16 19:49 ` Denys Dmytriyenko [this message]
2013-09-16 20:05 ` Cooper Jr., Franklin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130916194913.GB19671@edge \
--to=denys@ti.com \
--cc=fcooper@ti.com \
--cc=meta-arago@arago-project.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.