aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/ipc
AgeCommit message (Collapse)Author
2015-12-28ipc-module: remove useless do_configure_preappendTing Liu
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>
2015-12-28ipc-module: define SOC outside of do_compileTing Liu
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>
2015-05-20ipc: use KBUILD_OUTPUT to point to build-artifactsLiu Ting-B28495
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>
2014-07-15ipc-modules: move to recipes-kernel/Ting Liu
Signed-off-by: Ting Liu <b28495@freescale.com>