summaryrefslogtreecommitdiffstats
path: root/recipes-extended/ipc-ust/ipc-ust_git.bb
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2016-07-15 00:11:04 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-07-15 07:45:44 -0300
commit5ab51c6c35dff0a9a555d0646b279e6e0ddbf3ef (patch)
tree20a5cad02dbc3ffc8e9d084b5d62866abd07aaa3 /recipes-extended/ipc-ust/ipc-ust_git.bb
parentae90e810979d555ff66fc71c54af68d4445c4997 (diff)
downloadmeta-freescale-5ab51c6c35dff0a9a555d0646b279e6e0ddbf3ef.tar.gz
ipc.inc: merge into ipc-ust and kernel-module-ipc
Make it possible to seperate ipc userspace and kernel codes in future. Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-extended/ipc-ust/ipc-ust_git.bb')
-rw-r--r--recipes-extended/ipc-ust/ipc-ust_git.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-extended/ipc-ust/ipc-ust_git.bb b/recipes-extended/ipc-ust/ipc-ust_git.bb
index d8ade4e6..c2f30e8e 100644
--- a/recipes-extended/ipc-ust/ipc-ust_git.bb
+++ b/recipes-extended/ipc-ust/ipc-ust_git.bb
@@ -3,7 +3,8 @@ DESCRIPTION = "DSP boot application and ipc test application"
3LICENSE = "BSD" 3LICENSE = "BSD"
4LIC_FILES_CHKSUM = "file://COPYING;md5=fa38cd73d71527dc6efb546474f64d10" 4LIC_FILES_CHKSUM = "file://COPYING;md5=fa38cd73d71527dc6efb546474f64d10"
5 5
6require ipc.inc 6SRC_URI = "git://git.freescale.com/ppc/sdk/ipc.git;branch=sdk-v2.0.x"
7SRCREV = "74d662707558290f070f9589177db730444bc435"
7 8
8S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
9 10
@@ -43,3 +44,5 @@ FILES_${PN}-dbg += "/ipc/.debug"
43 44
44INSANE_SKIP_${PN} += "file-rdeps" 45INSANE_SKIP_${PN} += "file-rdeps"
45INSANE_SKIP_${PN}-dev += "dev-elf" 46INSANE_SKIP_${PN}-dev += "dev-elf"
47
48COMPATIBLE_MACHINE = "(b4860qds|b4420qds)"