diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2015-11-04 01:47:33 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-11-04 10:03:41 -0500 |
commit | 489224afdc22cd949fcc3b4215fe1bb2110d6b98 (patch) | |
tree | 64563cb79caa1fec42861a0f373f4141b5598a19 /recipes-bsp/traceframework | |
parent | 7776cbe00f887948839f5b03af653c1c2fdcc613 (diff) | |
download | meta-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.bb | 7 |
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} | |||
15 | SRCREV = "${TRACEFRAMEWORK_SRCREV}" | 15 | SRCREV = "${TRACEFRAMEWORK_SRCREV}" |
16 | 16 | ||
17 | PV = "01.01.01.07" | 17 | PV = "01.01.01.07" |
18 | PR = "r1" | 18 | PR = "r2" |
19 | 19 | ||
20 | COMPATIBLE_MACHINE = "(tci6614-evm|keystone)" | 20 | COMPATIBLE_MACHINE = "(tci6614-evm|keystone)" |
21 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
21 | DEPENDS = "cuia" | 22 | DEPENDS = "cuia" |
22 | 23 | ||
23 | DEVICELIST = "" | 24 | DEVICELIST = "" |
24 | DEVICELIST_append_tci6614-evm = "c6614" | 25 | DEVICELIST_append_tci6614-evm = "c6614" |
25 | DEVICELIST_append_keystone = "k2k k2h k2e k2l" | 26 | DEVICELIST_append_k2hk-evm = "k2k k2h" |
27 | DEVICELIST_append_k2e-evm = "k2e" | ||
28 | DEVICELIST_append_k2l-evm = "k2l" | ||
26 | 29 | ||
27 | PACKAGES =+ "${PN}-test" | 30 | PACKAGES =+ "${PN}-test" |
28 | 31 | ||