summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Nelson <sam.nelson@ti.com>2017-09-19 00:03:04 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-09-18 15:18:20 -0400
commit2e0b2073c7be0302d6651341ea29da2236578065 (patch)
treee9bd90594551c71efedc26f2a932339cadf01db5
parent1561b4c1376563cf1e702057f663fa16f68d31b2 (diff)
downloadmeta-ti-2e0b2073c7be0302d6651341ea29da2236578065.tar.gz
uio-module-drv: Update to version 02.02.01.00
Also revert uio-module-drv-test PR to r0 Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb2
-rw-r--r--recipes-bsp/uio-module-drv/uio-module-drv.inc6
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb b/recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb
index 2e3bb917..ccd8f2c7 100644
--- a/recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb
+++ b/recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Test code for user space IO (UIO) driver"
2 2
3include uio-module-drv.inc 3include uio-module-drv.inc
4 4
5PR = "r3" 5PR = "r0"
6 6
7COMPATIBLE_MACHINE = "keystone|omap-a15|ti33x|ti43x" 7COMPATIBLE_MACHINE = "keystone|omap-a15|ti33x|ti43x"
8PACKAGE_ARCH = "${MACHINE_ARCH}" 8PACKAGE_ARCH = "${MACHINE_ARCH}"
diff --git a/recipes-bsp/uio-module-drv/uio-module-drv.inc b/recipes-bsp/uio-module-drv/uio-module-drv.inc
index 6d55db21..99d908ee 100644
--- a/recipes-bsp/uio-module-drv/uio-module-drv.inc
+++ b/recipes-bsp/uio-module-drv/uio-module-drv.inc
@@ -2,10 +2,10 @@ LICENSE = "BSD"
2LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2b7c96eb2aed7b0f6f922214dbde9016" 2LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2b7c96eb2aed7b0f6f922214dbde9016"
3 3
4BRANCH = "master" 4BRANCH = "master"
5# This corresponds to version 02.02.00.00 5# This corresponds to version 02.02.01.00
6UIO_MODULE_DRV_SRCREV = "59cd07395d7f26cbd01969d130d7b8bd5ccb12c5" 6UIO_MODULE_DRV_SRCREV = "bda9260f2220840a60ec0fbc8011cbadf3cf1b91"
7 7
8PV = "2.2.0.0+git${SRCPV}" 8PV = "2.2.1.0+git${SRCPV}"
9 9
10UIO_MODULE_DRV_GIT_URI = "git://git.ti.com/keystone-linux/uio-module-drv.git" 10UIO_MODULE_DRV_GIT_URI = "git://git.ti.com/keystone-linux/uio-module-drv.git"
11UIO_MODULE_DRV_GIT_PROTOCOL = "git" 11UIO_MODULE_DRV_GIT_PROTOCOL = "git"