summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/traceframework/traceframework_git.bb
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2015-11-14 11:26:30 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-11-14 01:22:44 -0500
commita31a7a6e71b742f32401aec4bf54951352361c2b (patch)
tree9a76f81d080f719b2578566f3c98f6b70474facb /recipes-bsp/traceframework/traceframework_git.bb
parent3b55cafa6c60a307bcfcc82f38b73ee642a5c174 (diff)
downloadmeta-ti-a31a7a6e71b742f32401aec4bf54951352361c2b.tar.gz
cppi, qmss, traceframework: set sane defaults when platform is not defined
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/traceframework/traceframework_git.bb')
-rw-r--r--recipes-bsp/traceframework/traceframework_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/traceframework/traceframework_git.bb b/recipes-bsp/traceframework/traceframework_git.bb
index 7a40291e..d6b5023f 100644
--- a/recipes-bsp/traceframework/traceframework_git.bb
+++ b/recipes-bsp/traceframework/traceframework_git.bb
@@ -15,13 +15,13 @@ 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 = "r2" 18PR = "r3"
19 19
20COMPATIBLE_MACHINE = "(tci6614-evm|keystone)" 20COMPATIBLE_MACHINE = "(tci6614-evm|keystone)"
21PACKAGE_ARCH = "${MACHINE_ARCH}" 21PACKAGE_ARCH = "${MACHINE_ARCH}"
22DEPENDS = "cuia" 22DEPENDS = "cuia"
23 23
24DEVICELIST = "" 24DEVICELIST = "k2k k2h k2e k2l"
25DEVICELIST_append_tci6614-evm = "c6614" 25DEVICELIST_append_tci6614-evm = "c6614"
26DEVICELIST_append_k2hk-evm = "k2k k2h" 26DEVICELIST_append_k2hk-evm = "k2k k2h"
27DEVICELIST_append_k2e-evm = "k2e" 27DEVICELIST_append_k2e-evm = "k2e"