[meta-ti] Sam Nelson : uio-module-drv-test: Updates to fix issues with Keystone platforms

Arago Project git git at arago-project.org
Fri Jun 24 07:31:27 PDT 2016


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

Author: Sam Nelson <sam.nelson at ti.com>
Date:   Tue Jun 21 20:34:50 2016 +0000

uio-module-drv-test: Updates to fix issues with Keystone platforms

Made the package machine dependent due to content changes with platform
Fixed DEVICE_NAME to keystone instead of keystone-evm

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      |    5 +++--
 1 files changed, 3 insertions(+), 2 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 1923b36..fd41b74 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,13 @@ DESCRIPTION = "Test code for user space IO (UIO) driver"
 
 include uio-module-drv.inc
 
-PR = "r0"
+PR = "r1"
 
 COMPATIBLE_MACHINE = "keystone|am57xx-evm"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
 
 DEVICE_NAME_am57xx-evm = "am57xx"
-DEVICE_NAME_keystone-evm = "keystone"
+DEVICE_NAME_keystone = "keystone"
 RDEPENDS_${PN} = "uio-module-drv"
 
 do_compile() {



More information about the meta-ti mailing list