* [PATCH] ti-pru-sw: Update SRC_REV
@ 2011-01-03 13:46 Melissa Watkins
2011-01-03 18:01 ` Maupin, Chase
2011-01-03 18:42 ` Koen Kooi
0 siblings, 2 replies; 3+ messages in thread
From: Melissa Watkins @ 2011-01-03 13:46 UTC (permalink / raw)
To: openembedded-devel; +Cc: Melissa Watkins
For the ti-pru-sw-examples, ti-pru-sw-app-loader, ti-pru-sw-edma-driver,
ti-pru-sw-edma-library:
* Bump PR
* Update SRC_REV
Signed-off-by: Melissa Watkins <m-watkins@ti.com>
---
recipes/ti/ti-pru-sw-app-loader_1.00.00.bb | 4 ++--
recipes/ti/ti-pru-sw-edma-driver_1.00.00.bb | 2 +-
recipes/ti/ti-pru-sw-edma-library_1.00.00.bb | 4 ++--
recipes/ti/ti-pru-sw-examples_1.00.00.bb | 4 ++--
4 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/recipes/ti/ti-pru-sw-app-loader_1.00.00.bb b/recipes/ti/ti-pru-sw-app-loader_1.00.00.bb
index 6b7514d..394862e 100644
--- a/recipes/ti/ti-pru-sw-app-loader_1.00.00.bb
+++ b/recipes/ti/ti-pru-sw-app-loader_1.00.00.bb
@@ -1,13 +1,13 @@
DESCRIPTION = "PRU sw application loader"
HOMEPAGE = "https://gforge.ti.com/gf/project/pru_sw/"
LICENSE = "BSD"
-PR = "r1+svnr${SRCPV}"
+PR = "r2+svnr${SRCPV}"
COMPATIBLE_MACHINE = "omapl138"
SRC_URI = "svn://gforge.ti.com/svn/pru_sw/;module=trunk;proto=https;user=anonymous;pswd=''"
-SRCREV = "20"
+SRCREV = "21"
S = "${WORKDIR}/trunk/app_loader"
do_compile () {
diff --git a/recipes/ti/ti-pru-sw-edma-driver_1.00.00.bb b/recipes/ti/ti-pru-sw-edma-driver_1.00.00.bb
index b975d78..8b1cd0c 100644
--- a/recipes/ti/ti-pru-sw-edma-driver_1.00.00.bb
+++ b/recipes/ti/ti-pru-sw-edma-driver_1.00.00.bb
@@ -6,7 +6,7 @@ COMPATIBLE_MACHINE = "omapl138"
SRC_URI = "svn://gforge.ti.com/svn/pru_sw/;module=trunk;proto=https;user=anonymous;pswd=''"
-SRCREV = "20"
+SRCREV = "21"
S = "${WORKDIR}/trunk/peripheral_lib/edma_driver/module"
PACKAGE_STRIP = "no"
diff --git a/recipes/ti/ti-pru-sw-edma-library_1.00.00.bb b/recipes/ti/ti-pru-sw-edma-library_1.00.00.bb
index cb517de..3dc6154 100644
--- a/recipes/ti/ti-pru-sw-edma-library_1.00.00.bb
+++ b/recipes/ti/ti-pru-sw-edma-library_1.00.00.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "eDMA library for use by PRU sw example applications"
HOMEPAGE = "https://gforge.ti.com/gf/project/pru_sw/"
LICENSE = "BSD"
-PR = "r2+svnr${SRCPV}"
+PR = "r3+svnr${SRCPV}"
DEPENDS += "virtual/kernel ti-pru-sw-edma-driver"
PACKAGE_ARCH = "${MACHINE_ARCH}"
@@ -10,7 +10,7 @@ COMPATIBLE_MACHINE = "omapl138"
SRC_URI = "svn://gforge.ti.com/svn/pru_sw/;module=trunk;proto=https;user=anonymous;pswd=''"
-SRCREV = "20"
+SRCREV = "21"
S = "${WORKDIR}/trunk/peripheral_lib/edma_driver/interface"
do_compile () {
diff --git a/recipes/ti/ti-pru-sw-examples_1.00.00.bb b/recipes/ti/ti-pru-sw-examples_1.00.00.bb
index 5df6c6e..2f70241 100644
--- a/recipes/ti/ti-pru-sw-examples_1.00.00.bb
+++ b/recipes/ti/ti-pru-sw-examples_1.00.00.bb
@@ -3,13 +3,13 @@ HOMEPAGE = "https://gforge.ti.com/gf/project/pru_sw/"
LICENSE = "BSD"
DEPENDS += "ti-pru-sw-app-loader ti-pru-sw-edma-library"
RDEPENDS += "ti-pru-sw-edma-driver kernel-module-uio-pru"
-PR = "r2+svnr${SRCPV}"
+PR = "r3+svnr${SRCPV}"
COMPATIBLE_MACHINE = "omapl138"
SRC_URI = "svn://gforge.ti.com/svn/pru_sw/;module=trunk;proto=https;user=anonymous;pswd=''"
-SRCREV = "20"
+SRCREV = "21"
S = "${WORKDIR}/trunk"
do_compile () {
--
1.7.0.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] ti-pru-sw: Update SRC_REV
2011-01-03 13:46 [PATCH] ti-pru-sw: Update SRC_REV Melissa Watkins
@ 2011-01-03 18:01 ` Maupin, Chase
2011-01-03 18:42 ` Koen Kooi
1 sibling, 0 replies; 3+ messages in thread
From: Maupin, Chase @ 2011-01-03 18:01 UTC (permalink / raw)
To: openembedded-devel@lists.openembedded.org; +Cc: Watkins, Melissa
> -----Original Message-----
> From: openembedded-devel-bounces@lists.openembedded.org
> [mailto:openembedded-devel-bounces@lists.openembedded.org] On Behalf Of
> Melissa Watkins
> Sent: Monday, January 03, 2011 7:46 AM
> To: openembedded-devel@lists.openembedded.org
> Cc: Watkins, Melissa
> Subject: [oe] [PATCH] ti-pru-sw: Update SRC_REV
>
> For the ti-pru-sw-examples, ti-pru-sw-app-loader, ti-pru-sw-edma-driver,
> ti-pru-sw-edma-library:
>
> * Bump PR
> * Update SRC_REV
>
> Signed-off-by: Melissa Watkins <m-watkins@ti.com>
Acked-by: Chase Maupin <chase.maupin@ti.com>
> ---
> recipes/ti/ti-pru-sw-app-loader_1.00.00.bb | 4 ++--
> recipes/ti/ti-pru-sw-edma-driver_1.00.00.bb | 2 +-
> recipes/ti/ti-pru-sw-edma-library_1.00.00.bb | 4 ++--
> recipes/ti/ti-pru-sw-examples_1.00.00.bb | 4 ++--
> 4 files changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/recipes/ti/ti-pru-sw-app-loader_1.00.00.bb b/recipes/ti/ti-
> pru-sw-app-loader_1.00.00.bb
> index 6b7514d..394862e 100644
> --- a/recipes/ti/ti-pru-sw-app-loader_1.00.00.bb
> +++ b/recipes/ti/ti-pru-sw-app-loader_1.00.00.bb
> @@ -1,13 +1,13 @@
> DESCRIPTION = "PRU sw application loader"
> HOMEPAGE = "https://gforge.ti.com/gf/project/pru_sw/"
> LICENSE = "BSD"
> -PR = "r1+svnr${SRCPV}"
> +PR = "r2+svnr${SRCPV}"
>
> COMPATIBLE_MACHINE = "omapl138"
>
> SRC_URI =
> "svn://gforge.ti.com/svn/pru_sw/;module=trunk;proto=https;user=anonymous;p
> swd=''"
>
> -SRCREV = "20"
> +SRCREV = "21"
> S = "${WORKDIR}/trunk/app_loader"
>
> do_compile () {
> diff --git a/recipes/ti/ti-pru-sw-edma-driver_1.00.00.bb b/recipes/ti/ti-
> pru-sw-edma-driver_1.00.00.bb
> index b975d78..8b1cd0c 100644
> --- a/recipes/ti/ti-pru-sw-edma-driver_1.00.00.bb
> +++ b/recipes/ti/ti-pru-sw-edma-driver_1.00.00.bb
> @@ -6,7 +6,7 @@ COMPATIBLE_MACHINE = "omapl138"
>
> SRC_URI =
> "svn://gforge.ti.com/svn/pru_sw/;module=trunk;proto=https;user=anonymous;p
> swd=''"
>
> -SRCREV = "20"
> +SRCREV = "21"
> S = "${WORKDIR}/trunk/peripheral_lib/edma_driver/module"
>
> PACKAGE_STRIP = "no"
> diff --git a/recipes/ti/ti-pru-sw-edma-library_1.00.00.bb b/recipes/ti/ti-
> pru-sw-edma-library_1.00.00.bb
> index cb517de..3dc6154 100644
> --- a/recipes/ti/ti-pru-sw-edma-library_1.00.00.bb
> +++ b/recipes/ti/ti-pru-sw-edma-library_1.00.00.bb
> @@ -1,7 +1,7 @@
> DESCRIPTION = "eDMA library for use by PRU sw example applications"
> HOMEPAGE = "https://gforge.ti.com/gf/project/pru_sw/"
> LICENSE = "BSD"
> -PR = "r2+svnr${SRCPV}"
> +PR = "r3+svnr${SRCPV}"
>
> DEPENDS += "virtual/kernel ti-pru-sw-edma-driver"
> PACKAGE_ARCH = "${MACHINE_ARCH}"
> @@ -10,7 +10,7 @@ COMPATIBLE_MACHINE = "omapl138"
>
> SRC_URI =
> "svn://gforge.ti.com/svn/pru_sw/;module=trunk;proto=https;user=anonymous;p
> swd=''"
>
> -SRCREV = "20"
> +SRCREV = "21"
> S = "${WORKDIR}/trunk/peripheral_lib/edma_driver/interface"
>
> do_compile () {
> diff --git a/recipes/ti/ti-pru-sw-examples_1.00.00.bb b/recipes/ti/ti-pru-
> sw-examples_1.00.00.bb
> index 5df6c6e..2f70241 100644
> --- a/recipes/ti/ti-pru-sw-examples_1.00.00.bb
> +++ b/recipes/ti/ti-pru-sw-examples_1.00.00.bb
> @@ -3,13 +3,13 @@ HOMEPAGE = "https://gforge.ti.com/gf/project/pru_sw/"
> LICENSE = "BSD"
> DEPENDS += "ti-pru-sw-app-loader ti-pru-sw-edma-library"
> RDEPENDS += "ti-pru-sw-edma-driver kernel-module-uio-pru"
> -PR = "r2+svnr${SRCPV}"
> +PR = "r3+svnr${SRCPV}"
>
> COMPATIBLE_MACHINE = "omapl138"
>
> SRC_URI =
> "svn://gforge.ti.com/svn/pru_sw/;module=trunk;proto=https;user=anonymous;p
> swd=''"
>
> -SRCREV = "20"
> +SRCREV = "21"
> S = "${WORKDIR}/trunk"
>
> do_compile () {
> --
> 1.7.0.4
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ti-pru-sw: Update SRC_REV
2011-01-03 13:46 [PATCH] ti-pru-sw: Update SRC_REV Melissa Watkins
2011-01-03 18:01 ` Maupin, Chase
@ 2011-01-03 18:42 ` Koen Kooi
1 sibling, 0 replies; 3+ messages in thread
From: Koen Kooi @ 2011-01-03 18:42 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 03-01-11 14:46, Melissa Watkins wrote:
> For the ti-pru-sw-examples, ti-pru-sw-app-loader, ti-pru-sw-edma-driver,
> ti-pru-sw-edma-library:
>
> * Bump PR
> * Update SRC_REV
>
> Signed-off-by: Melissa Watkins <m-watkins@ti.com>
> ---
> recipes/ti/ti-pru-sw-app-loader_1.00.00.bb | 4 ++--
> recipes/ti/ti-pru-sw-edma-driver_1.00.00.bb | 2 +-
> recipes/ti/ti-pru-sw-edma-library_1.00.00.bb | 4 ++--
> recipes/ti/ti-pru-sw-examples_1.00.00.bb | 4 ++--
> 4 files changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/recipes/ti/ti-pru-sw-app-loader_1.00.00.bb b/recipes/ti/ti-pru-sw-app-loader_1.00.00.bb
> index 6b7514d..394862e 100644
> --- a/recipes/ti/ti-pru-sw-app-loader_1.00.00.bb
> +++ b/recipes/ti/ti-pru-sw-app-loader_1.00.00.bb
> @@ -1,13 +1,13 @@
> DESCRIPTION = "PRU sw application loader"
> HOMEPAGE = "https://gforge.ti.com/gf/project/pru_sw/"
> LICENSE = "BSD"
> -PR = "r1+svnr${SRCPV}"
> +PR = "r2+svnr${SRCPV}"
Any special reason for bumping both SRCREV and PR?
regards,
Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFNIhiLMkyGM64RGpERApMtAJ9sebeEMk1afbE5ikXDmq07EdxVYQCePMJA
zWmzZ9I6Agj/zeJOsHeh7Mg=
=1Xcu
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-01-03 18:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-03 13:46 [PATCH] ti-pru-sw: Update SRC_REV Melissa Watkins
2011-01-03 18:01 ` Maupin, Chase
2011-01-03 18:42 ` Koen Kooi
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.