summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/ipc
Commit message (Collapse)AuthorAgeFilesLines
* ipc-module: remove useless do_configure_preappendTing Liu2015-12-281-4/+0
| | | | | | | The fix was merged in source code now. Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* ipc-module: define SOC outside of do_compileTing Liu2015-12-281-5/+5
| | | | | | | | the SOC need to be availble for all tasks as it used in EXTRA_OEMAKE. otherwise, make clean will break Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* ipc: use KBUILD_OUTPUT to point to build-artifactsLiu Ting-B284952015-05-201-0/+5
| | | | | | | | | | | | | In poky commit 46cdaf1, the kernel build output was put into kernel-build-artifacts, and kernel-source is kept "pristine". KERNEL_PATH points to kernel-source, while KBUILD_OUTPUT points to build-artifacts which can be used for external module build. ipc Makefile tries to include the .config, use KBUILD_OUTPUT to avoid build error. Signed-off-by: Liu Ting-B28495 <ting.liu@freescale.com>
* ipc-modules: move to recipes-kernel/Ting Liu2014-07-153-0/+43
Signed-off-by: Ting Liu <b28495@freescale.com>