summaryrefslogtreecommitdiffstats
path: root/recipes-ti/ipc/ipc-transport-qmss.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-ti/ipc/ipc-transport-qmss.inc')
-rw-r--r--recipes-ti/ipc/ipc-transport-qmss.inc16
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 @@
1DESCRIPTION = "TI QMSS-Based IPC MessageQ Transport"
2LICENSE = "BSD-3-Clause"
3
4LIC_FILES_CHKSUM = "file://COPYING.txt;md5=27bb0deb260c60120a8d7b91da7c3b02"
5
6BRANCH="master"
7SRC_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
9SRCREV = "b3077467126c84b5d583dc29e13ab221064b687b"
10PV = "01.00.00.00"
11
12COMPATIBLE_MACHINE = "keystone"
13
14S = "${WORKDIR}/git/linux/qmss"
15
16EXTRA_OEMAKE += "PDK_INSTALL_PATH=${STAGING_INCDIR} TRANS_QMSS_SRC_DIR=${S}"