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

mmap-lld-test: Only build binaries relevent to the machine

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Jacob Stiffler
2015-11-04 01:47:19 +00:00
committed by Denys Dmytriyenko
parent 35b3abe71a
commit 5a8aabf3bc
2 changed files with 7 additions and 7 deletions

View File

@@ -1,15 +1,15 @@
DESCRIPTION = "TI KEYSTONE MMAP driver test binaries "
include mmap-lld.inc
PR = "${INC_PR}.0"
PR = "${INC_PR}.1"
PACKAGE_ARCH = "${MACHINE_ARCH}"
DEPENDS="common-csl-ip mmap-lld"
RDEPENDS_${PN}="uio-module-drv"
DEVICELIST = "k2h \
k2k \
k2e \
"
DEVICELIST_k2hk-evm = "k2h k2k"
DEVICELIST_k2e-evm = "k2e"
CHOICELIST = " yes \
no \

View File

@@ -1,6 +1,6 @@
LICENSE = "BSD-3-Clause"
COMPATIBLE_MACHINE = "keystone"
COMPATIBLE_MACHINE = "k2hk-evm|k2e-evm"
LIC_FILES_CHKSUM = "file://COPYING.txt;md5=b3315b8190036fe1c6a8263d02e15606"
@@ -17,6 +17,6 @@ SRC_URI = "${MMAP_LLD_GIT_URI};destsuffix=${MMAP_LLD_GIT_DESTSUFFIX};protocol=${
SRCREV = "${MMAP_LLD_SRCREV}"
PV = "2.0.0.4"
INC_PR = "r2"
INC_PR = "r3"
S = "${WORKDIR}/git/ti/runtime/mmap"