[meta-ti] Jacob Stiffler : traceframework: Only build binaries relevent to the machine

Arago Project git git at arago-project.org
Wed Nov 4 07:03:54 PST 2015


Module: meta-ti
Branch: master
Commit: 489224afdc22cd949fcc3b4215fe1bb2110d6b98
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=489224afdc22cd949fcc3b4215fe1bb2110d6b98

Author: Jacob Stiffler <j-stiffler at ti.com>
Date:   Wed Nov  4 01:47:33 2015 +0000

traceframework: Only build binaries relevent to the machine

Signed-off-by: Jacob Stiffler <j-stiffler at ti.com>
Signed-off-by: Denys Dmytriyenko <denys at ti.com>

---

 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 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"
 



More information about the meta-ti mailing list