diff options
| author | Ting Liu <b28495@freescale.com> | 2014-06-14 12:48:01 +0800 |
|---|---|---|
| committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2014-07-08 18:14:46 +0800 |
| commit | 5c852741484295c6794548d51ed8491a005c587e (patch) | |
| tree | 5aaf902f7ba1eb8de9747b7aeff8898b0b108541 /recipes-bsp/ipc/ipc-modules-single_git.bb | |
| parent | 3ef77aa877a902d9e3f191e37c1e577607236af7 (diff) | |
| download | meta-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.bb | 11 |
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 @@ | |||
| 1 | require ipc-modules.inc | ||
| 2 | |||
| 3 | EXTRA_OEMAKE ="KERNEL_DIR=${STAGING_KERNEL_DIR} ${SOC}=1" | ||
| 4 | |||
| 5 | do_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 | |||
| 10 | FILES_${PN} += "/usr/driver/IPC/single_rat/*.ko" | ||
| 11 | FILES_${PN}-dbg += "/usr/driver/IPC/single_rat/.debug" | ||
