diff options
Diffstat (limited to 'recipes-ti/ipc/ipc-transport-qmss.inc')
-rw-r--r-- | recipes-ti/ipc/ipc-transport-qmss.inc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-ti/ipc/ipc-transport-qmss.inc b/recipes-ti/ipc/ipc-transport-qmss.inc new file mode 100644 index 00000000..35c2111b --- /dev/null +++ b/recipes-ti/ipc/ipc-transport-qmss.inc | |||
@@ -0,0 +1,16 @@ | |||
1 | DESCRIPTION = "TI QMSS-Based IPC MessageQ Transport" | ||
2 | LICENSE = "BSD-3-Clause" | ||
3 | |||
4 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=27bb0deb260c60120a8d7b91da7c3b02" | ||
5 | |||
6 | BRANCH="master" | ||
7 | SRC_URI = "git://git.ti.com/keystone-linux/ipc-transport.git;protocol=git;branch=${BRANCH}" | ||
8 | # Below commit ID corresponds to DEV.IPC-TRANSPORT.01.00.00.00 | ||
9 | SRCREV = "b3077467126c84b5d583dc29e13ab221064b687b" | ||
10 | PV = "01.00.00.00" | ||
11 | |||
12 | COMPATIBLE_MACHINE = "keystone" | ||
13 | |||
14 | S = "${WORKDIR}/git/linux/qmss" | ||
15 | |||
16 | EXTRA_OEMAKE += "PDK_INSTALL_PATH=${STAGING_INCDIR} TRANS_QMSS_SRC_DIR=${S}" | ||