diff options
author | Sam Nelson <sam.nelson@ti.com> | 2017-09-19 00:03:04 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-09-20 14:07:39 -0400 |
commit | 790fc4761037e662a3a06869abfeb9198ceaafe4 (patch) | |
tree | 0915231ed0c9fbdcce5713512ec3e9b585d0eb90 /recipes-bsp/uio-module-drv | |
parent | deca57ee5d35dba91b6be40cd2d5caaef6950b85 (diff) | |
download | meta-ti-790fc4761037e662a3a06869abfeb9198ceaafe4.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>
Diffstat (limited to 'recipes-bsp/uio-module-drv')
-rw-r--r-- | recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb | 2 | ||||
-rw-r--r-- | recipes-bsp/uio-module-drv/uio-module-drv.inc | 6 |
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 | ||
3 | include uio-module-drv.inc | 3 | include uio-module-drv.inc |
4 | 4 | ||
5 | PR = "r3" | 5 | PR = "r0" |
6 | 6 | ||
7 | COMPATIBLE_MACHINE = "keystone|omap-a15|ti33x|ti43x" | 7 | COMPATIBLE_MACHINE = "keystone|omap-a15|ti33x|ti43x" |
8 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 8 | PACKAGE_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" | |||
2 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2b7c96eb2aed7b0f6f922214dbde9016" | 2 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2b7c96eb2aed7b0f6f922214dbde9016" |
3 | 3 | ||
4 | BRANCH = "master" | 4 | BRANCH = "master" |
5 | # This corresponds to version 02.02.00.00 | 5 | # This corresponds to version 02.02.01.00 |
6 | UIO_MODULE_DRV_SRCREV = "59cd07395d7f26cbd01969d130d7b8bd5ccb12c5" | 6 | UIO_MODULE_DRV_SRCREV = "bda9260f2220840a60ec0fbc8011cbadf3cf1b91" |
7 | 7 | ||
8 | PV = "2.2.0.0+git${SRCPV}" | 8 | PV = "2.2.1.0+git${SRCPV}" |
9 | 9 | ||
10 | UIO_MODULE_DRV_GIT_URI = "git://git.ti.com/keystone-linux/uio-module-drv.git" | 10 | UIO_MODULE_DRV_GIT_URI = "git://git.ti.com/keystone-linux/uio-module-drv.git" |
11 | UIO_MODULE_DRV_GIT_PROTOCOL = "git" | 11 | UIO_MODULE_DRV_GIT_PROTOCOL = "git" |