> -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of > Melissa Watkins > Sent: Monday, January 03, 2011 7:46 AM > To: [email protected] > 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 <[email protected]>
Acked-by: Chase Maupin <[email protected]> > --- > 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 > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
