summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/ipc/ipc-modules.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/ipc/ipc-modules.inc')
-rw-r--r--recipes-kernel/ipc/ipc-modules.inc21
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes-kernel/ipc/ipc-modules.inc b/recipes-kernel/ipc/ipc-modules.inc
new file mode 100644
index 0000000..e403e6b
--- /dev/null
+++ b/recipes-kernel/ipc/ipc-modules.inc
@@ -0,0 +1,21 @@
1SUMMARY = "Linux IPC KERNEL MODULE "
2DESCRIPTION = "DSP boot application and ipc test application"
3LICENSE = "BSD"
4LIC_FILES_CHKSUM = "file://COPYING;md5=fa38cd73d71527dc6efb546474f64d10"
5
6require recipes-bsp/ipc/ipc.inc
7
8inherit module qoriq_build_64bit_kernel
9
10S = "${WORKDIR}/git"
11
12do_compile_prepend () {
13 cd ${S}/kernel
14 case ${MACHINE} in
15 bsc9132qds|bsc9131rdb) SOC=B913x;;
16 b4860qds|b4420qds) SOC=B4860;;
17 esac
18}
19
20INHIBIT_PACKAGE_STRIP = "1"
21