1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 11:42:57 +00:00

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@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Sam Nelson
2016-06-21 20:34:50 +00:00
committed by Denys Dmytriyenko
parent d2cc0238c3
commit 9f8dfdae2d

View File

@@ -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() {