From patchwork Mon Jan 3 13:46:12 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: ti-pru-sw: Update SRC_REV Date: Mon, 03 Jan 2011 13:46:12 -0000 From: Melissa Watkins X-Patchwork-Id: 155 Message-Id: <1294062372-16433-1-git-send-email-m-watkins@ti.com> To: openembedded-devel@lists.openembedded.org 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 Acked-by: Chase Maupin --- 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 () {