diff options
| author | Ting Liu <b28495@freescale.com> | 2014-07-11 02:52:16 -0500 |
|---|---|---|
| committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2014-07-15 14:13:21 +0800 |
| commit | 0772054526043a29b73345540174f2c344f9a353 (patch) | |
| tree | 019f53387fc7519493ed23dc5db4de0ccd79ceea /recipes-bsp/ipc/ipc-modules-single_git.bb | |
| parent | fd33606c05d47616f96d284564e989a176bb002c (diff) | |
| download | meta-fsl-ppc-0772054526043a29b73345540174f2c344f9a353.tar.gz | |
ipc-modules: move to recipes-kernel/
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, 0 insertions, 11 deletions
diff --git a/recipes-bsp/ipc/ipc-modules-single_git.bb b/recipes-bsp/ipc/ipc-modules-single_git.bb deleted file mode 100644 index 03817e0..0000000 --- a/recipes-bsp/ipc/ipc-modules-single_git.bb +++ /dev/null | |||
| @@ -1,11 +0,0 @@ | |||
| 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" | ||
