summaryrefslogtreecommitdiffstats
path: root/recipes-ti/uio-test-pruss
diff options
context:
space:
mode:
authorSam Nelson <sam.nelson@ti.com>2017-09-19 23:34:46 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-09-26 13:35:02 -0400
commit2651356569a409ff16f9cc584f42e4ed1b84951f (patch)
treece35f71e6dcbd784e61ec7715dbe5f1d4ed4c4e2 /recipes-ti/uio-test-pruss
parent945d261d8221f2e96e6769dcaa8e026034783303 (diff)
downloadmeta-ti-2651356569a409ff16f9cc584f42e4ed1b84951f.tar.gz
uio-test_pruss: Update to new version 1.0.2.0
Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/uio-test-pruss')
-rw-r--r--recipes-ti/uio-test-pruss/uio-test-pruss_git.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-ti/uio-test-pruss/uio-test-pruss_git.bb b/recipes-ti/uio-test-pruss/uio-test-pruss_git.bb
index 724ca077..0fae7263 100644
--- a/recipes-ti/uio-test-pruss/uio-test-pruss_git.bb
+++ b/recipes-ti/uio-test-pruss/uio-test-pruss_git.bb
@@ -1,6 +1,6 @@
1DESCRIPTION = "Provides test pruss firmware for uio based tests" 1DESCRIPTION = "Provides test pruss firmware for uio based tests"
2LICENSE = "BSD-3-Clause" 2LICENSE = "BSD-3-Clause"
3PV = "1.0.1.0" 3PV = "1.0.2.0"
4require recipes-ti/includes/ti-paths.inc 4require recipes-ti/includes/ti-paths.inc
5 5
6S = "${WORKDIR}/git" 6S = "${WORKDIR}/git"
@@ -14,12 +14,12 @@ UIO_TEST_PRUSS_GIT_URI = "git://git.ti.com/processor-sdk/uio-test-pruss.git"
14UIO_TEST_PRUSS_GIT_PROTOCOL = "git" 14UIO_TEST_PRUSS_GIT_PROTOCOL = "git"
15SRC_URI = "${UIO_TEST_PRUSS_GIT_URI};protocol=${UIO_TEST_PRUSS_GIT_PROTOCOL};branch=${BRANCH}" 15SRC_URI = "${UIO_TEST_PRUSS_GIT_URI};protocol=${UIO_TEST_PRUSS_GIT_PROTOCOL};branch=${BRANCH}"
16 16
17# Corresponds to version 01.00.01.00 17# Corresponds to version 01.00.02.00
18UIO_TEST_PRUSS_SRCREV = "72f7454c2460bd7d52dab70631b38bf5d3585542" 18UIO_TEST_PRUSS_SRCREV = "e52a7b099d7203ca52519650df51419e9fef7e0c"
19 19
20SRCREV = "${UIO_TEST_PRUSS_SRCREV}" 20SRCREV = "${UIO_TEST_PRUSS_SRCREV}"
21 21
22PR = "r2" 22PR = "r0"
23 23
24COMPATIBLE_MACHINE = "omap-a15|ti33x|ti43x" 24COMPATIBLE_MACHINE = "omap-a15|ti33x|ti43x"
25 25