[meta-ti] Sam Nelson : uio-module-drv: Update to new version 2.1.0.0

Arago Project git git at arago-project.org
Mon Jun 20 13:56:53 PDT 2016


Module: meta-ti
Branch: master
Commit: baa05bfea30db2039c686da1c92bd5d7df5f5f3c
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=baa05bfea30db2039c686da1c92bd5d7df5f5f3c

Author: Sam Nelson <sam.nelson at ti.com>
Date:   Tue Jun 21 02:04:12 2016 +0000

uio-module-drv: Update to new version 2.1.0.0

One API change in read/write
Additional test code added

Signed-off-by: Sam Nelson <sam.nelson at ti.com>
Signed-off-by: Denys Dmytriyenko <denys at ti.com>

---

 .../uio-module-drv/uio-module-drv-test_git.bb      |   18 +++++++++++++++---
 recipes-bsp/uio-module-drv/uio-module-drv.inc      |    6 +++---
 2 files changed, 18 insertions(+), 6 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 3134a03..1923b36 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,16 +2,28 @@ DESCRIPTION = "Test code for user space IO (UIO) driver"
 
 include uio-module-drv.inc
 
-PR = "r1"
+PR = "r0"
 
-COMPATIBLE_MACHINE = "keystone"
+COMPATIBLE_MACHINE = "keystone|am57xx-evm"
+
+DEVICE_NAME_am57xx-evm = "am57xx"
+DEVICE_NAME_keystone-evm = "keystone"
 RDEPENDS_${PN} = "uio-module-drv"
 
 do_compile() {
-	oe_runmake -C ${S} test
+	oe_runmake -C ${S} test "DEVICE=${DEVICE_NAME}"
 }
 
 do_install() {
 	install -d ${D}${bindir}/
+	install -c -m 755 ${S}/test/uio_mem_test ${D}${bindir}/.
+	install -c -m 755 ${S}/test/uio_int_test ${D}${bindir}/.
+}
+
+do_install_append_keystone () {
 	install -c -m 755 ${S}/test/uio_cic2_int_multithread_test ${D}${bindir}/.
 }
+
+do_install_append_am57xx-evm () {
+	install -c -m 755 ${S}/test/prussdrv_test/test/pruss_uio_test ${D}${bindir}/.
+}
diff --git a/recipes-bsp/uio-module-drv/uio-module-drv.inc b/recipes-bsp/uio-module-drv/uio-module-drv.inc
index 161c45b..88eab76 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"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2b7c96eb2aed7b0f6f922214dbde9016"
 
 BRANCH = "master"
-# This corresponds to version 02.00.00.00
-SRCREV = "6a7eda36e390658593a5b8d87b0f00beb3997240"
+# This corresponds to version 02.01.00.00
+SRCREV = "19761495883bf8fb2670b0929d255135bd295dcb"
 
-PV = "2.0.0.0+git${SRCPV}"
+PV = "2.1.0.0+git${SRCPV}"
 
 SRC_URI = "git://git.ti.com/keystone-linux/uio-module-drv.git;protocol=git;branch=${BRANCH}"
 



More information about the meta-ti mailing list