diff options
Diffstat (limited to 'recipes-ti/ipc/ipc-transport-qmss-test_git.bb')
-rw-r--r-- | recipes-ti/ipc/ipc-transport-qmss-test_git.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes-ti/ipc/ipc-transport-qmss-test_git.bb b/recipes-ti/ipc/ipc-transport-qmss-test_git.bb index 34d37086..e7c827ef 100644 --- a/recipes-ti/ipc/ipc-transport-qmss-test_git.bb +++ b/recipes-ti/ipc/ipc-transport-qmss-test_git.bb | |||
@@ -1,12 +1,16 @@ | |||
1 | include ipc-transport-qmss.inc | 1 | include ipc-transport-qmss.inc |
2 | 2 | ||
3 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
4 | |||
3 | DEPENDS = "ipc-transport-qmss ti-ipc" | 5 | DEPENDS = "ipc-transport-qmss ti-ipc" |
4 | 6 | ||
5 | #FILES_${PN}-test = "${bindir}/multiProcessTest_*.out" | 7 | #FILES_${PN}-test = "${bindir}/multiProcessTest_*.out" |
6 | 8 | ||
7 | CHOICELIST = "yes no" | 9 | CHOICELIST = "yes no" |
8 | 10 | ||
9 | DEVICELIST = "k2h k2k k2e k2l" | 11 | DEVICELIST_k2hk-evm = "k2h k2k" |
12 | DEVICELIST_k2e-evm = "k2e" | ||
13 | DEVICELIST_k2l-evm = "k2l" | ||
10 | 14 | ||
11 | do_compile () { | 15 | do_compile () { |
12 | # Now build the test code | 16 | # Now build the test code |