summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2015-12-01 00:18:41 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-11-30 16:45:55 -0500
commit6cbe8dcb5f5807d2ac9c9ad7604009122788a2f4 (patch)
tree1b8f814dae5ee0ba73bc0f03a093a9455de16b4b
parentb2eabd892abd76a0688210cbd801ad0c0414c237 (diff)
downloadmeta-ti-6cbe8dcb5f5807d2ac9c9ad7604009122788a2f4.tar.gz
mmap-lld: mark as compatible with all Keystone
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/mmap-lld/mmap-lld.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/mmap-lld/mmap-lld.inc b/recipes-bsp/mmap-lld/mmap-lld.inc
index 3dfc93c0..9a6a4a5c 100644
--- a/recipes-bsp/mmap-lld/mmap-lld.inc
+++ b/recipes-bsp/mmap-lld/mmap-lld.inc
@@ -1,6 +1,6 @@
1LICENSE = "BSD-3-Clause" 1LICENSE = "BSD-3-Clause"
2 2
3COMPATIBLE_MACHINE = "k2hk-evm|k2e-evm" 3COMPATIBLE_MACHINE = "keystone"
4 4
5LIC_FILES_CHKSUM = "file://COPYING.txt;md5=b3315b8190036fe1c6a8263d02e15606" 5LIC_FILES_CHKSUM = "file://COPYING.txt;md5=b3315b8190036fe1c6a8263d02e15606"
6 6
@@ -17,6 +17,6 @@ SRC_URI = "${MMAP_LLD_GIT_URI};destsuffix=${MMAP_LLD_GIT_DESTSUFFIX};protocol=${
17SRCREV = "${MMAP_LLD_SRCREV}" 17SRCREV = "${MMAP_LLD_SRCREV}"
18 18
19PV = "2.0.0.4" 19PV = "2.0.0.4"
20INC_PR = "r3" 20INC_PR = "r4"
21 21
22S = "${WORKDIR}/git/ti/runtime/mmap" 22S = "${WORKDIR}/git/ti/runtime/mmap"