diff options
author | Sam Nelson <sam.nelson@ti.com> | 2017-09-19 23:34:46 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-09-26 13:35:02 -0400 |
commit | 2651356569a409ff16f9cc584f42e4ed1b84951f (patch) | |
tree | ce35f71e6dcbd784e61ec7715dbe5f1d4ed4c4e2 /recipes-ti/uio-test-pruss/uio-test-pruss_git.bb | |
parent | 945d261d8221f2e96e6769dcaa8e026034783303 (diff) | |
download | meta-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/uio-test-pruss_git.bb')
-rw-r--r-- | recipes-ti/uio-test-pruss/uio-test-pruss_git.bb | 8 |
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 @@ | |||
1 | DESCRIPTION = "Provides test pruss firmware for uio based tests" | 1 | DESCRIPTION = "Provides test pruss firmware for uio based tests" |
2 | LICENSE = "BSD-3-Clause" | 2 | LICENSE = "BSD-3-Clause" |
3 | PV = "1.0.1.0" | 3 | PV = "1.0.2.0" |
4 | require recipes-ti/includes/ti-paths.inc | 4 | require recipes-ti/includes/ti-paths.inc |
5 | 5 | ||
6 | S = "${WORKDIR}/git" | 6 | S = "${WORKDIR}/git" |
@@ -14,12 +14,12 @@ UIO_TEST_PRUSS_GIT_URI = "git://git.ti.com/processor-sdk/uio-test-pruss.git" | |||
14 | UIO_TEST_PRUSS_GIT_PROTOCOL = "git" | 14 | UIO_TEST_PRUSS_GIT_PROTOCOL = "git" |
15 | SRC_URI = "${UIO_TEST_PRUSS_GIT_URI};protocol=${UIO_TEST_PRUSS_GIT_PROTOCOL};branch=${BRANCH}" | 15 | SRC_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 |
18 | UIO_TEST_PRUSS_SRCREV = "72f7454c2460bd7d52dab70631b38bf5d3585542" | 18 | UIO_TEST_PRUSS_SRCREV = "e52a7b099d7203ca52519650df51419e9fef7e0c" |
19 | 19 | ||
20 | SRCREV = "${UIO_TEST_PRUSS_SRCREV}" | 20 | SRCREV = "${UIO_TEST_PRUSS_SRCREV}" |
21 | 21 | ||
22 | PR = "r2" | 22 | PR = "r0" |
23 | 23 | ||
24 | COMPATIBLE_MACHINE = "omap-a15|ti33x|ti43x" | 24 | COMPATIBLE_MACHINE = "omap-a15|ti33x|ti43x" |
25 | 25 | ||