| Submitter | Melissa Watkins |
|---|---|
| Date | Jan. 3, 2011, 1:46 p.m. |
| Message ID | <1294062372-16433-1-git-send-email-m-watkins@ti.com> |
| Download | mbox | patch |
| Permalink | /patch/155/ |
| State | Accepted |
| Headers | show |
Comments
> -----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
-----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-----
Patch
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 () {
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(-)