All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] uio-module-drv: Update to 2.0.0.0 GA version
@ 2016-05-12 20:10 Sam Nelson
  2016-05-12 20:24 ` Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: Sam Nelson @ 2016-05-12 20:10 UTC (permalink / raw)
  To: meta-ti

Reformatted recipes to have one common PV between module and test
recipes

Signed-off-by: Sam Nelson <sam.nelson@ti.com>
---
 recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb | 3 ++-
 recipes-bsp/uio-module-drv/uio-module-drv.inc         | 4 ++--
 recipes-bsp/uio-module-drv/uio-module-drv_git.bb      | 3 +--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb b/recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb
index 1080a91..3134a03 100644
--- a/recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb
+++ b/recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb
@@ -1,7 +1,8 @@
 DESCRIPTION = "Test code for user space IO (UIO) driver"
 
 include uio-module-drv.inc
-PV = "1.0.2.3"
+
+PR = "r1"
 
 COMPATIBLE_MACHINE = "keystone"
 RDEPENDS_${PN} = "uio-module-drv"
diff --git a/recipes-bsp/uio-module-drv/uio-module-drv.inc b/recipes-bsp/uio-module-drv/uio-module-drv.inc
index ed34a8a..8002504 100644
--- a/recipes-bsp/uio-module-drv/uio-module-drv.inc
+++ b/recipes-bsp/uio-module-drv/uio-module-drv.inc
@@ -1,8 +1,8 @@
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2b7c96eb2aed7b0f6f922214dbde9016"
 
-BRANCH = "linux4.1"
-# This corresponds to version 02.00.00.00_eng
+BRANCH = "master"
+# This corresponds to version 02.00.00.00
 SRCREV = "6a7eda36e390658593a5b8d87b0f00beb3997240"
 
 SRC_URI = "git://git.ti.com/keystone-linux/uio-module-drv.git;protocol=git;branch=${BRANCH}"
diff --git a/recipes-bsp/uio-module-drv/uio-module-drv_git.bb b/recipes-bsp/uio-module-drv/uio-module-drv_git.bb
index 401fdbe..15a7691 100644
--- a/recipes-bsp/uio-module-drv/uio-module-drv_git.bb
+++ b/recipes-bsp/uio-module-drv/uio-module-drv_git.bb
@@ -1,10 +1,9 @@
 DESCRIPTION="User space IO (UIO) driver for on-chip modules"
 
 include uio-module-drv.inc
-PV = "2.0.0.0+git${SRCPV}"
 
 # This package builds a kernel module, use kernel PR as base and append a local
-MACHINE_KERNEL_PR_append = "c"
+MACHINE_KERNEL_PR_append = "d"
 PR = "${MACHINE_KERNEL_PR}"
 
 module_auto_load_uio-module-drv = "uio-module-drv"
-- 
1.9.1



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

* Re: [PATCH] uio-module-drv: Update to 2.0.0.0 GA version
  2016-05-12 20:10 [PATCH] uio-module-drv: Update to 2.0.0.0 GA version Sam Nelson
@ 2016-05-12 20:24 ` Denys Dmytriyenko
  2016-05-13 14:59   ` Nelson, Sam
  0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2016-05-12 20:24 UTC (permalink / raw)
  To: Sam Nelson; +Cc: meta-ti

On Thu, May 12, 2016 at 04:10:43PM -0400, Sam Nelson wrote:
> Reformatted recipes to have one common PV between module and test
> recipes

I don't see you adding common PV anywhere...


> Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> ---
>  recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb | 3 ++-
>  recipes-bsp/uio-module-drv/uio-module-drv.inc         | 4 ++--
>  recipes-bsp/uio-module-drv/uio-module-drv_git.bb      | 3 +--
>  3 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb b/recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb
> index 1080a91..3134a03 100644
> --- a/recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb
> +++ b/recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb
> @@ -1,7 +1,8 @@
>  DESCRIPTION = "Test code for user space IO (UIO) driver"
>  
>  include uio-module-drv.inc
> -PV = "1.0.2.3"
> +
> +PR = "r1"
>  
>  COMPATIBLE_MACHINE = "keystone"
>  RDEPENDS_${PN} = "uio-module-drv"
> diff --git a/recipes-bsp/uio-module-drv/uio-module-drv.inc b/recipes-bsp/uio-module-drv/uio-module-drv.inc
> index ed34a8a..8002504 100644
> --- a/recipes-bsp/uio-module-drv/uio-module-drv.inc
> +++ b/recipes-bsp/uio-module-drv/uio-module-drv.inc
> @@ -1,8 +1,8 @@
>  LICENSE = "BSD"
>  LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2b7c96eb2aed7b0f6f922214dbde9016"
>  
> -BRANCH = "linux4.1"
> -# This corresponds to version 02.00.00.00_eng
> +BRANCH = "master"
> +# This corresponds to version 02.00.00.00
>  SRCREV = "6a7eda36e390658593a5b8d87b0f00beb3997240"
>  
>  SRC_URI = "git://git.ti.com/keystone-linux/uio-module-drv.git;protocol=git;branch=${BRANCH}"
> diff --git a/recipes-bsp/uio-module-drv/uio-module-drv_git.bb b/recipes-bsp/uio-module-drv/uio-module-drv_git.bb
> index 401fdbe..15a7691 100644
> --- a/recipes-bsp/uio-module-drv/uio-module-drv_git.bb
> +++ b/recipes-bsp/uio-module-drv/uio-module-drv_git.bb
> @@ -1,10 +1,9 @@
>  DESCRIPTION="User space IO (UIO) driver for on-chip modules"
>  
>  include uio-module-drv.inc
> -PV = "2.0.0.0+git${SRCPV}"
>  
>  # This package builds a kernel module, use kernel PR as base and append a local
> -MACHINE_KERNEL_PR_append = "c"
> +MACHINE_KERNEL_PR_append = "d"
>  PR = "${MACHINE_KERNEL_PR}"
>  
>  module_auto_load_uio-module-drv = "uio-module-drv"
> -- 
> 1.9.1
> 
> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


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

* Re: [PATCH] uio-module-drv: Update to 2.0.0.0 GA version
  2016-05-12 20:24 ` Denys Dmytriyenko
@ 2016-05-13 14:59   ` Nelson, Sam
  0 siblings, 0 replies; 3+ messages in thread
From: Nelson, Sam @ 2016-05-13 14:59 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-ti



> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Thursday, May 12, 2016 4:24 PM
> To: Nelson, Sam
> Cc: meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] [PATCH] uio-module-drv: Update to 2.0.0.0 GA version
> 
> On Thu, May 12, 2016 at 04:10:43PM -0400, Sam Nelson wrote:
> > Reformatted recipes to have one common PV between module and test
> > recipes
> 
> I don't see you adding common PV anywhere...

Sorry. Will send updated patch.
> 
> 
> > Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> > ---
> >  recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb | 3 ++-
> >  recipes-bsp/uio-module-drv/uio-module-drv.inc         | 4 ++--
> >  recipes-bsp/uio-module-drv/uio-module-drv_git.bb      | 3 +--
> >  3 files changed, 5 insertions(+), 5 deletions(-)
> >
> > diff --git a/recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb
> > b/recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb
> > index 1080a91..3134a03 100644
> > --- a/recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb
> > +++ b/recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb
> > @@ -1,7 +1,8 @@
> >  DESCRIPTION = "Test code for user space IO (UIO) driver"
> >
> >  include uio-module-drv.inc
> > -PV = "1.0.2.3"
> > +
> > +PR = "r1"
> >
> >  COMPATIBLE_MACHINE = "keystone"
> >  RDEPENDS_${PN} = "uio-module-drv"
> > diff --git a/recipes-bsp/uio-module-drv/uio-module-drv.inc
> > b/recipes-bsp/uio-module-drv/uio-module-drv.inc
> > index ed34a8a..8002504 100644
> > --- a/recipes-bsp/uio-module-drv/uio-module-drv.inc
> > +++ b/recipes-bsp/uio-module-drv/uio-module-drv.inc
> > @@ -1,8 +1,8 @@
> >  LICENSE = "BSD"
> >  LIC_FILES_CHKSUM =
> "file://LICENSE.txt;md5=2b7c96eb2aed7b0f6f922214dbde9016"
> >
> > -BRANCH = "linux4.1"
> > -# This corresponds to version 02.00.00.00_eng
> > +BRANCH = "master"
> > +# This corresponds to version 02.00.00.00
> >  SRCREV = "6a7eda36e390658593a5b8d87b0f00beb3997240"
> >
> >  SRC_URI = "git://git.ti.com/keystone-linux/uio-module-
> drv.git;protocol=git;branch=${BRANCH}"
> > diff --git a/recipes-bsp/uio-module-drv/uio-module-drv_git.bb
> > b/recipes-bsp/uio-module-drv/uio-module-drv_git.bb
> > index 401fdbe..15a7691 100644
> > --- a/recipes-bsp/uio-module-drv/uio-module-drv_git.bb
> > +++ b/recipes-bsp/uio-module-drv/uio-module-drv_git.bb
> > @@ -1,10 +1,9 @@
> >  DESCRIPTION="User space IO (UIO) driver for on-chip modules"
> >
> >  include uio-module-drv.inc
> > -PV = "2.0.0.0+git${SRCPV}"
> >
> >  # This package builds a kernel module, use kernel PR as base and
> > append a local -MACHINE_KERNEL_PR_append = "c"
> > +MACHINE_KERNEL_PR_append = "d"
> >  PR = "${MACHINE_KERNEL_PR}"
> >
> >  module_auto_load_uio-module-drv = "uio-module-drv"
> > --
> > 1.9.1
> >
> > --
> > _______________________________________________
> > meta-ti mailing list
> > meta-ti@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti


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

end of thread, other threads:[~2016-05-13 14:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-12 20:10 [PATCH] uio-module-drv: Update to 2.0.0.0 GA version Sam Nelson
2016-05-12 20:24 ` Denys Dmytriyenko
2016-05-13 14:59   ` Nelson, Sam

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.