diff options
author | Denys Dmytriyenko <denys@ti.com> | 2015-11-14 11:26:30 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-11-14 01:22:44 -0500 |
commit | a31a7a6e71b742f32401aec4bf54951352361c2b (patch) | |
tree | 9a76f81d080f719b2578566f3c98f6b70474facb /recipes-bsp/traceframework/traceframework_git.bb | |
parent | 3b55cafa6c60a307bcfcc82f38b73ee642a5c174 (diff) | |
download | meta-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.bb | 4 |
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} | |||
15 | SRCREV = "${TRACEFRAMEWORK_SRCREV}" | 15 | SRCREV = "${TRACEFRAMEWORK_SRCREV}" |
16 | 16 | ||
17 | PV = "01.01.01.07" | 17 | PV = "01.01.01.07" |
18 | PR = "r2" | 18 | PR = "r3" |
19 | 19 | ||
20 | COMPATIBLE_MACHINE = "(tci6614-evm|keystone)" | 20 | COMPATIBLE_MACHINE = "(tci6614-evm|keystone)" |
21 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 21 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
22 | DEPENDS = "cuia" | 22 | DEPENDS = "cuia" |
23 | 23 | ||
24 | DEVICELIST = "" | 24 | DEVICELIST = "k2k k2h k2e k2l" |
25 | DEVICELIST_append_tci6614-evm = "c6614" | 25 | DEVICELIST_append_tci6614-evm = "c6614" |
26 | DEVICELIST_append_k2hk-evm = "k2k k2h" | 26 | DEVICELIST_append_k2hk-evm = "k2k k2h" |
27 | DEVICELIST_append_k2e-evm = "k2e" | 27 | DEVICELIST_append_k2e-evm = "k2e" |