summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/traceframework
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2015-11-04 01:47:33 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-11-04 10:03:41 -0500
commit489224afdc22cd949fcc3b4215fe1bb2110d6b98 (patch)
tree64563cb79caa1fec42861a0f373f4141b5598a19 /recipes-bsp/traceframework
parent7776cbe00f887948839f5b03af653c1c2fdcc613 (diff)
downloadmeta-ti-489224afdc22cd949fcc3b4215fe1bb2110d6b98.tar.gz
traceframework: 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/traceframework')
-rw-r--r--recipes-bsp/traceframework/traceframework_git.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes-bsp/traceframework/traceframework_git.bb b/recipes-bsp/traceframework/traceframework_git.bb
index 6ca9b9ab..7a40291e 100644
--- a/recipes-bsp/traceframework/traceframework_git.bb
+++ b/recipes-bsp/traceframework/traceframework_git.bb
@@ -15,14 +15,17 @@ SRC_URI = "${TRACEFRAMEWORK_GIT_URI};destsuffix=${TRACEFRAMEWORK_GIT_DESTSUFFIX}
15SRCREV = "${TRACEFRAMEWORK_SRCREV}" 15SRCREV = "${TRACEFRAMEWORK_SRCREV}"
16 16
17PV = "01.01.01.07" 17PV = "01.01.01.07"
18PR = "r1" 18PR = "r2"
19 19
20COMPATIBLE_MACHINE = "(tci6614-evm|keystone)" 20COMPATIBLE_MACHINE = "(tci6614-evm|keystone)"
21PACKAGE_ARCH = "${MACHINE_ARCH}"
21DEPENDS = "cuia" 22DEPENDS = "cuia"
22 23
23DEVICELIST = "" 24DEVICELIST = ""
24DEVICELIST_append_tci6614-evm = "c6614" 25DEVICELIST_append_tci6614-evm = "c6614"
25DEVICELIST_append_keystone = "k2k k2h k2e k2l" 26DEVICELIST_append_k2hk-evm = "k2k k2h"
27DEVICELIST_append_k2e-evm = "k2e"
28DEVICELIST_append_k2l-evm = "k2l"
26 29
27PACKAGES =+ "${PN}-test" 30PACKAGES =+ "${PN}-test"
28 31