diff options
author | Denys Dmytriyenko <denys@ti.com> | 2018-03-03 08:45:51 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-03-04 22:52:47 -0500 |
commit | b8d3508ea45efdcd76731a6070bcdb9f72932dc0 (patch) | |
tree | e99f86fb2a45cf279f75a8d774d304e5c1275886 /recipes-ti/ipc | |
parent | 432566c5573c79f113a04f5d814f595b9ea18159 (diff) | |
download | meta-ti-b8d3508ea45efdcd76731a6070bcdb9f72932dc0.tar.gz |
ipc-transport-qmss-rtos: is machine-specific, mark accordingly
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/ipc')
-rw-r--r-- | recipes-ti/ipc/ipc-transport-qmss-rtos_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-ti/ipc/ipc-transport-qmss-rtos_git.bb b/recipes-ti/ipc/ipc-transport-qmss-rtos_git.bb index 981a4afc..5bb0bcf6 100644 --- a/recipes-ti/ipc/ipc-transport-qmss-rtos_git.bb +++ b/recipes-ti/ipc/ipc-transport-qmss-rtos_git.bb | |||
@@ -7,6 +7,8 @@ LIC_FILES_CHKSUM = "file://TransportQmss.xdc;beginline=1;endline=35;md5=ad783760 | |||
7 | 7 | ||
8 | COMPATIBLE_MACHINE = "k2hk|k2l-evm|k2e" | 8 | COMPATIBLE_MACHINE = "k2hk|k2l-evm|k2e" |
9 | 9 | ||
10 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
11 | |||
10 | DEPENDS_append = " qmss-lld-rtos \ | 12 | DEPENDS_append = " qmss-lld-rtos \ |
11 | cppi-lld-rtos \ | 13 | cppi-lld-rtos \ |
12 | ti-ipc-rtos \ | 14 | ti-ipc-rtos \ |