1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-16 22:38:04 +00:00

mmap-lld: mark as compatible with all Keystone

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Denys Dmytriyenko
2015-12-01 00:18:41 +00:00
parent 74a8f30764
commit 5d415ab709
+2 -2
View File
@@ -1,6 +1,6 @@
LICENSE = "BSD-3-Clause"
COMPATIBLE_MACHINE = "k2hk-evm|k2e-evm"
COMPATIBLE_MACHINE = "keystone"
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 = "r3"
INC_PR = "r4"
S = "${WORKDIR}/git/ti/runtime/mmap"