All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] uio-module-drv: Add new recipe for user space io driver
@ 2014-10-07 18:44 Sam Nelson
  2014-10-07 18:49 ` Denys Dmytriyenko
  0 siblings, 1 reply; 4+ messages in thread
From: Sam Nelson @ 2014-10-07 18:44 UTC (permalink / raw)
  To: meta-ti

- Provides User space IO driver for on-chip modules

Signed-off-by: Sam Nelson <sam.nelson@ti.com>
---
 recipes-bsp/uio-module-drv/uio-module-drv_git.bb |   22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 recipes-bsp/uio-module-drv/uio-module-drv_git.bb

diff --git a/recipes-bsp/uio-module-drv/uio-module-drv_git.bb b/recipes-bsp/uio-module-drv/uio-module-drv_git.bb
new file mode 100644
index 0000000..c80dfc8
--- /dev/null
+++ b/recipes-bsp/uio-module-drv/uio-module-drv_git.bb
@@ -0,0 +1,22 @@
+DESCRIPTION="User space IO (UIO) driver for on-chip modules"
+
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2b7c96eb2aed7b0f6f922214dbde9016"
+
+BRANCH ?= "master"
+# This corresponds to version 01.00.01.00A
+SRCREV = "3bce5bfec7a7865e278410e3c4484f878b9038b6"
+PV = "1.0.1"
+
+SRC_URI = "git://git.ti.com/keystone-linux/uio-module-drv.git;protocol=git;branch=${BRANCH}"
+
+# This package builds a kernel module, use kernel PR as base and append a local
+MACHINE_KERNEL_PR_append = "a+gitr${SRCPV}"
+PR = "${MACHINE_KERNEL_PR}"
+
+S = "${WORKDIR}/git"
+
+module_auto_load_uio-module-drv = "uio-module-drv"
+
+inherit module
+
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] uio-module-drv: Add new recipe for user space io driver
  2014-10-07 18:44 [PATCH] uio-module-drv: Add new recipe for user space io driver Sam Nelson
@ 2014-10-07 18:49 ` Denys Dmytriyenko
  2014-10-07 18:58   ` Nelson, Sam
  0 siblings, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2014-10-07 18:49 UTC (permalink / raw)
  To: Sam Nelson; +Cc: meta-ti

On Tue, Oct 07, 2014 at 02:44:58PM -0400, Sam Nelson wrote:
> - Provides User space IO driver for on-chip modules
> 
> Signed-off-by: Sam Nelson <sam.nelson@ti.com>

Looks very good, thanks!

I take it this is rather generic and not keystone specific, as you don't set 
COMPATIBLE_MACHINE, right?


> ---
>  recipes-bsp/uio-module-drv/uio-module-drv_git.bb |   22 ++++++++++++++++++++++
>  1 file changed, 22 insertions(+)
>  create mode 100644 recipes-bsp/uio-module-drv/uio-module-drv_git.bb
> 
> diff --git a/recipes-bsp/uio-module-drv/uio-module-drv_git.bb b/recipes-bsp/uio-module-drv/uio-module-drv_git.bb
> new file mode 100644
> index 0000000..c80dfc8
> --- /dev/null
> +++ b/recipes-bsp/uio-module-drv/uio-module-drv_git.bb
> @@ -0,0 +1,22 @@
> +DESCRIPTION="User space IO (UIO) driver for on-chip modules"
> +
> +LICENSE = "BSD"
> +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2b7c96eb2aed7b0f6f922214dbde9016"
> +
> +BRANCH ?= "master"
> +# This corresponds to version 01.00.01.00A
> +SRCREV = "3bce5bfec7a7865e278410e3c4484f878b9038b6"
> +PV = "1.0.1"
> +
> +SRC_URI = "git://git.ti.com/keystone-linux/uio-module-drv.git;protocol=git;branch=${BRANCH}"
> +
> +# This package builds a kernel module, use kernel PR as base and append a local
> +MACHINE_KERNEL_PR_append = "a+gitr${SRCPV}"
> +PR = "${MACHINE_KERNEL_PR}"
> +
> +S = "${WORKDIR}/git"
> +
> +module_auto_load_uio-module-drv = "uio-module-drv"
> +
> +inherit module
> +
> -- 
> 1.7.9.5
> 
> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] uio-module-drv: Add new recipe for user space io driver
  2014-10-07 18:49 ` Denys Dmytriyenko
@ 2014-10-07 18:58   ` Nelson, Sam
  2014-10-07 19:47     ` Denys Dmytriyenko
  0 siblings, 1 reply; 4+ messages in thread
From: Nelson, Sam @ 2014-10-07 18:58 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-ti@yoctoproject.org



> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Tuesday, October 07, 2014 2:49 PM
> To: Nelson, Sam
> Cc: meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] [PATCH] uio-module-drv: Add new recipe for user
> space io driver
> 
> On Tue, Oct 07, 2014 at 02:44:58PM -0400, Sam Nelson wrote:
> > - Provides User space IO driver for on-chip modules
> >
> > Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> 
> Looks very good, thanks!
> 
> I take it this is rather generic and not keystone specific, as you don't set
> COMPATIBLE_MACHINE, right?
[Sam] That is correct.
> 
> 
> > ---
> >  recipes-bsp/uio-module-drv/uio-module-drv_git.bb |   22
> ++++++++++++++++++++++
> >  1 file changed, 22 insertions(+)
> >  create mode 100644 recipes-bsp/uio-module-drv/uio-module-drv_git.bb
> >
> > diff --git a/recipes-bsp/uio-module-drv/uio-module-drv_git.bb b/recipes-
> bsp/uio-module-drv/uio-module-drv_git.bb
> > new file mode 100644
> > index 0000000..c80dfc8
> > --- /dev/null
> > +++ b/recipes-bsp/uio-module-drv/uio-module-drv_git.bb
> > @@ -0,0 +1,22 @@
> > +DESCRIPTION="User space IO (UIO) driver for on-chip modules"
> > +
> > +LICENSE = "BSD"
> > +LIC_FILES_CHKSUM =
> "file://LICENSE.txt;md5=2b7c96eb2aed7b0f6f922214dbde9016"
> > +
> > +BRANCH ?= "master"
> > +# This corresponds to version 01.00.01.00A
> > +SRCREV = "3bce5bfec7a7865e278410e3c4484f878b9038b6"
> > +PV = "1.0.1"
> > +
> > +SRC_URI = "git://git.ti.com/keystone-linux/uio-module-
> drv.git;protocol=git;branch=${BRANCH}"
> > +
> > +# This package builds a kernel module, use kernel PR as base and append
> a local
> > +MACHINE_KERNEL_PR_append = "a+gitr${SRCPV}"
> > +PR = "${MACHINE_KERNEL_PR}"
> > +
> > +S = "${WORKDIR}/git"
> > +
> > +module_auto_load_uio-module-drv = "uio-module-drv"
> > +
> > +inherit module
> > +
> > --
> > 1.7.9.5
> >
> > --
> > _______________________________________________
> > meta-ti mailing list
> > meta-ti@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] uio-module-drv: Add new recipe for user space io driver
  2014-10-07 18:58   ` Nelson, Sam
@ 2014-10-07 19:47     ` Denys Dmytriyenko
  0 siblings, 0 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2014-10-07 19:47 UTC (permalink / raw)
  To: Nelson, Sam; +Cc: meta-ti@yoctoproject.org

It might be the time to change or configure your text editor to not add extra 
whitespaces and blank lines, or at least mark them to be visible... :)

/OE/arago-daisy/sources/meta-ti/.git/rebase-apply/patch:33: new blank line at EOF.


On Tue, Oct 07, 2014 at 02:58:01PM -0400, Nelson, Sam wrote:
> > -----Original Message-----
> > From: Dmytriyenko, Denys
> > Sent: Tuesday, October 07, 2014 2:49 PM
> > To: Nelson, Sam
> > Cc: meta-ti@yoctoproject.org
> > Subject: Re: [meta-ti] [PATCH] uio-module-drv: Add new recipe for user
> > space io driver
> > 
> > On Tue, Oct 07, 2014 at 02:44:58PM -0400, Sam Nelson wrote:
> > > - Provides User space IO driver for on-chip modules
> > >
> > > Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> > 
> > Looks very good, thanks!
> > 
> > I take it this is rather generic and not keystone specific, as you don't set
> > COMPATIBLE_MACHINE, right?
> [Sam] That is correct.
> > 
> > 
> > > ---
> > >  recipes-bsp/uio-module-drv/uio-module-drv_git.bb |   22
> > ++++++++++++++++++++++
> > >  1 file changed, 22 insertions(+)
> > >  create mode 100644 recipes-bsp/uio-module-drv/uio-module-drv_git.bb
> > >
> > > diff --git a/recipes-bsp/uio-module-drv/uio-module-drv_git.bb b/recipes-
> > bsp/uio-module-drv/uio-module-drv_git.bb
> > > new file mode 100644
> > > index 0000000..c80dfc8
> > > --- /dev/null
> > > +++ b/recipes-bsp/uio-module-drv/uio-module-drv_git.bb
> > > @@ -0,0 +1,22 @@
> > > +DESCRIPTION="User space IO (UIO) driver for on-chip modules"
> > > +
> > > +LICENSE = "BSD"
> > > +LIC_FILES_CHKSUM =
> > "file://LICENSE.txt;md5=2b7c96eb2aed7b0f6f922214dbde9016"
> > > +
> > > +BRANCH ?= "master"
> > > +# This corresponds to version 01.00.01.00A
> > > +SRCREV = "3bce5bfec7a7865e278410e3c4484f878b9038b6"
> > > +PV = "1.0.1"
> > > +
> > > +SRC_URI = "git://git.ti.com/keystone-linux/uio-module-
> > drv.git;protocol=git;branch=${BRANCH}"
> > > +
> > > +# This package builds a kernel module, use kernel PR as base and append
> > a local
> > > +MACHINE_KERNEL_PR_append = "a+gitr${SRCPV}"
> > > +PR = "${MACHINE_KERNEL_PR}"
> > > +
> > > +S = "${WORKDIR}/git"
> > > +
> > > +module_auto_load_uio-module-drv = "uio-module-drv"
> > > +
> > > +inherit module
> > > +
> > > --
> > > 1.7.9.5
> > >
> > > --
> > > _______________________________________________
> > > meta-ti mailing list
> > > meta-ti@yoctoproject.org
> > > https://lists.yoctoproject.org/listinfo/meta-ti


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-10-07 19:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-07 18:44 [PATCH] uio-module-drv: Add new recipe for user space io driver Sam Nelson
2014-10-07 18:49 ` Denys Dmytriyenko
2014-10-07 18:58   ` Nelson, Sam
2014-10-07 19:47     ` 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.