diff options
Diffstat (limited to 'recipes-extended')
-rw-r--r-- | recipes-extended/ipc-ust/ipc-ust_git.bb | 5 | ||||
-rw-r--r-- | recipes-extended/ipc-ust/ipc.inc | 6 |
2 files changed, 4 insertions, 7 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" | |||
3 | LICENSE = "BSD" | 3 | LICENSE = "BSD" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=fa38cd73d71527dc6efb546474f64d10" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=fa38cd73d71527dc6efb546474f64d10" |
5 | 5 | ||
6 | require ipc.inc | 6 | SRC_URI = "git://git.freescale.com/ppc/sdk/ipc.git;branch=sdk-v2.0.x" |
7 | SRCREV = "74d662707558290f070f9589177db730444bc435" | ||
7 | 8 | ||
8 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
9 | 10 | ||
@@ -43,3 +44,5 @@ FILES_${PN}-dbg += "/ipc/.debug" | |||
43 | 44 | ||
44 | INSANE_SKIP_${PN} += "file-rdeps" | 45 | INSANE_SKIP_${PN} += "file-rdeps" |
45 | INSANE_SKIP_${PN}-dev += "dev-elf" | 46 | INSANE_SKIP_${PN}-dev += "dev-elf" |
47 | |||
48 | COMPATIBLE_MACHINE = "(b4860qds|b4420qds)" | ||
diff --git a/recipes-extended/ipc-ust/ipc.inc b/recipes-extended/ipc-ust/ipc.inc deleted file mode 100644 index 59d069bb..00000000 --- a/recipes-extended/ipc-ust/ipc.inc +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | DEPENDS = "virtual/kernel" | ||
2 | |||
3 | SRC_URI = "git://git.freescale.com/ppc/sdk/ipc.git;branch=sdk-v2.0.x" | ||
4 | SRCREV = "74d662707558290f070f9589177db730444bc435" | ||
5 | |||
6 | COMPATIBLE_MACHINE = "(b4860qds|b4420qds)" | ||