summaryrefslogtreecommitdiffstats
path: root/meta-fsl-ppc/recipes-kernel/ipc
Commit message (Collapse)AuthorAgeFilesLines
* Move meta-fsl-ppc content to layer rootOtavio Salvador2015-07-283-48/+0
| | | | | | | | This commit is just a rename of all contents of meta-fsl-ppc subdirectory to this layer's root, merging the contents of common files, subsequent changes are based on top of that. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* 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>