summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/ipc/ipc-modules-single_git.bb
diff options
context:
space:
mode:
authorTing Liu <b28495@freescale.com>2014-06-14 12:48:01 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2014-07-08 18:14:46 +0800
commit5c852741484295c6794548d51ed8491a005c587e (patch)
tree5aaf902f7ba1eb8de9747b7aeff8898b0b108541 /recipes-bsp/ipc/ipc-modules-single_git.bb
parent3ef77aa877a902d9e3f191e37c1e577607236af7 (diff)
downloadmeta-fsl-ppc-5c852741484295c6794548d51ed8491a005c587e.tar.gz
add recipes for ipc kernel module and userspace tool
Signed-off-by: Ting Liu <b28495@freescale.com>
Diffstat (limited to 'recipes-bsp/ipc/ipc-modules-single_git.bb')
-rw-r--r--recipes-bsp/ipc/ipc-modules-single_git.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-bsp/ipc/ipc-modules-single_git.bb b/recipes-bsp/ipc/ipc-modules-single_git.bb
new file mode 100644
index 0000000..03817e0
--- /dev/null
+++ b/recipes-bsp/ipc/ipc-modules-single_git.bb
@@ -0,0 +1,11 @@
1require ipc-modules.inc
2
3EXTRA_OEMAKE ="KERNEL_DIR=${STAGING_KERNEL_DIR} ${SOC}=1"
4
5do_install(){
6 install -d ${D}/usr/driver/IPC/single_rat
7 install -m 755 ${S}/kernel/*.ko ${D}/usr/driver/IPC/single_rat
8}
9
10FILES_${PN} += "/usr/driver/IPC/single_rat/*.ko"
11FILES_${PN}-dbg += "/usr/driver/IPC/single_rat/.debug"