[meta-ti] Denys Dmytriyenko : uio-module-drv-test: replace machine override with SOC override

Arago Project git git at arago-project.org
Sun Jul 3 19:14:31 PDT 2016


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

Author: Denys Dmytriyenko <denys at ti.com>
Date:   Fri Jul  1 22:21:25 2016 +0000

uio-module-drv-test: replace machine override with SOC override

This package is now used for multiple omap-a15 SOCs, having only single machine
covered in overrides breaks other machines.

Signed-off-by: Denys Dmytriyenko <denys at ti.com>

---

 .../uio-module-drv/uio-module-drv-test_git.bb      |    6 +++---
 1 files changed, 3 insertions(+), 3 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 197b36f..8303efe 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,12 +2,12 @@ DESCRIPTION = "Test code for user space IO (UIO) driver"
 
 include uio-module-drv.inc
 
-PR = "r1"
+PR = "r2"
 
 COMPATIBLE_MACHINE = "keystone|omap-a15"
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
-DEVICE_NAME_am57xx-evm = "am57xx"
+DEVICE_NAME_omap-a15 = "am57xx"
 DEVICE_NAME_keystone = "keystone"
 RDEPENDS_${PN} = "uio-module-drv"
 
@@ -25,6 +25,6 @@ do_install_append_keystone () {
 	install -c -m 755 ${S}/test/uio_cic2_int_multithread_test ${D}${bindir}/.
 }
 
-do_install_append_am57xx-evm () {
+do_install_append_omap-a15 () {
 	install -c -m 755 ${S}/test/prussdrv_test/test/pruss_uio_test ${D}${bindir}/.
 }



More information about the meta-ti mailing list