summaryrefslogtreecommitdiffstats
path: root/recipes-extended/ipc-ust/ipc-ust_git.bb
diff options
context:
space:
mode:
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)"