summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2015-11-04 01:47:19 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-11-04 09:59:20 -0500
commitedb9c109382584c965598b0672d125f58899c490 (patch)
tree8702db274ca17f07dadbfcf4443534319b26e208 /recipes-bsp
parentba5a045f85afc3e510170a038ef4d55bce505bd7 (diff)
downloadmeta-ti-edb9c109382584c965598b0672d125f58899c490.tar.gz
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>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/mmap-lld/mmap-lld-test_git.bb10
-rw-r--r--recipes-bsp/mmap-lld/mmap-lld.inc4
2 files changed, 7 insertions, 7 deletions
diff --git a/recipes-bsp/mmap-lld/mmap-lld-test_git.bb b/recipes-bsp/mmap-lld/mmap-lld-test_git.bb
index 06173766..5fdb6467 100644
--- a/recipes-bsp/mmap-lld/mmap-lld-test_git.bb
+++ b/recipes-bsp/mmap-lld/mmap-lld-test_git.bb
@@ -1,15 +1,15 @@
1DESCRIPTION = "TI KEYSTONE MMAP driver test binaries " 1DESCRIPTION = "TI KEYSTONE MMAP driver test binaries "
2include mmap-lld.inc 2include mmap-lld.inc
3 3
4PR = "${INC_PR}.0" 4PR = "${INC_PR}.1"
5
6PACKAGE_ARCH = "${MACHINE_ARCH}"
5 7
6DEPENDS="common-csl-ip mmap-lld" 8DEPENDS="common-csl-ip mmap-lld"
7RDEPENDS_${PN}="uio-module-drv" 9RDEPENDS_${PN}="uio-module-drv"
8 10
9DEVICELIST = "k2h \ 11DEVICELIST_k2hk-evm = "k2h k2k"
10 k2k \ 12DEVICELIST_k2e-evm = "k2e"
11 k2e \
12"
13 13
14CHOICELIST = " yes \ 14CHOICELIST = " yes \
15 no \ 15 no \
diff --git a/recipes-bsp/mmap-lld/mmap-lld.inc b/recipes-bsp/mmap-lld/mmap-lld.inc
index cde0fecc..3dfc93c0 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 = "keystone" 3COMPATIBLE_MACHINE = "k2hk-evm|k2e-evm"
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 = "r2" 20INC_PR = "r3"
21 21
22S = "${WORKDIR}/git/ti/runtime/mmap" 22S = "${WORKDIR}/git/ti/runtime/mmap"