summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Sobota <jsobota@ti.com>2015-12-17 01:59:48 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-12-17 20:06:36 -0500
commite6eb4f3b43f3a9abd43d10f13b3fcb78467e6ce4 (patch)
treed695b0107b9f02b669120a07c3d68e8bdf037d46
parentfc246f3f8f7f7318a374cfa159e569639de888dc (diff)
downloadmeta-ti-e6eb4f3b43f3a9abd43d10f13b3fcb78467e6ce4.tar.gz
ipc-transport-qmss: Update to new version 2.0.0.1
Signed-off-by: Justin Sobota <jsobota@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-ti/ipc/ipc-transport-qmss-test_git.bb6
-rw-r--r--recipes-ti/ipc/ipc-transport-qmss.inc6
2 files changed, 8 insertions, 4 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 @@
1include ipc-transport-qmss.inc 1include ipc-transport-qmss.inc
2 2
3PACKAGE_ARCH = "${MACHINE_ARCH}"
4
3DEPENDS = "ipc-transport-qmss ti-ipc" 5DEPENDS = "ipc-transport-qmss ti-ipc"
4 6
5#FILES_${PN}-test = "${bindir}/multiProcessTest_*.out" 7#FILES_${PN}-test = "${bindir}/multiProcessTest_*.out"
6 8
7CHOICELIST = "yes no" 9CHOICELIST = "yes no"
8 10
9DEVICELIST = "k2h k2k k2e k2l" 11DEVICELIST_k2hk-evm = "k2h k2k"
12DEVICELIST_k2e-evm = "k2e"
13DEVICELIST_k2l-evm = "k2l"
10 14
11do_compile () { 15do_compile () {
12# Now build the test code 16# Now build the test code
diff --git a/recipes-ti/ipc/ipc-transport-qmss.inc b/recipes-ti/ipc/ipc-transport-qmss.inc
index 64692f2f..4b74eec5 100644
--- a/recipes-ti/ipc/ipc-transport-qmss.inc
+++ b/recipes-ti/ipc/ipc-transport-qmss.inc
@@ -5,9 +5,9 @@ LIC_FILES_CHKSUM = "file://COPYING.txt;md5=27bb0deb260c60120a8d7b91da7c3b02"
5 5
6BRANCH="master" 6BRANCH="master"
7SRC_URI = "git://git.ti.com/keystone-linux/ipc-transport.git;protocol=git;branch=${BRANCH}" 7SRC_URI = "git://git.ti.com/keystone-linux/ipc-transport.git;protocol=git;branch=${BRANCH}"
8# Below commit ID corresponds to DEV.IPC-TRANSPORT.02.00.00.00 8# Below commit ID corresponds to DEV.IPC-TRANSPORT.02.00.00.01
9SRCREV = "e0f99ae7bf3efc8f6a7c415af513b7c4323c5271" 9SRCREV = "88ea336c584ccec4b2c281cd7f75df9dff6d4edf"
10PV = "02.00.00.00" 10PV = "02.00.00.01"
11 11
12COMPATIBLE_MACHINE = "keystone" 12COMPATIBLE_MACHINE = "keystone"
13 13