[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:57 PST 2015
Module: meta-ti
Branch: fido
Commit: 1761eb924d34e73fdf34badfbd470a793ecfc383
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=1761eb924d34e73fdf34badfbd470a793ecfc383
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