[meta-ti] [PATCH 27/27] traceframework: Only build binaries relevent to the machine

Jacob Stiffler j-stiffler at ti.com
Tue Nov 3 11:47:33 PST 2015


Signed-off-by: Jacob Stiffler <j-stiffler at ti.com>
---
 recipes-bsp/traceframework/traceframework_git.bb | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/recipes-bsp/traceframework/traceframework_git.bb b/recipes-bsp/traceframework/traceframework_git.bb
index 6ca9b9a..7a40291 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}
 SRCREV = "${TRACEFRAMEWORK_SRCREV}"
 
 PV = "01.01.01.07"
-PR = "r1"
+PR = "r2"
 
 COMPATIBLE_MACHINE = "(tci6614-evm|keystone)"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
 DEPENDS = "cuia"
 
 DEVICELIST = ""
 DEVICELIST_append_tci6614-evm = "c6614"
-DEVICELIST_append_keystone    = "k2k k2h k2e k2l"
+DEVICELIST_append_k2hk-evm    = "k2k k2h"
+DEVICELIST_append_k2e-evm     = "k2e"
+DEVICELIST_append_k2l-evm     = "k2l"
 
 PACKAGES =+ "${PN}-test"
 
-- 
1.9.1



More information about the meta-ti mailing list