aboutsummaryrefslogtreecommitdiffstats
path: root/meta-fsl-ppc/recipes-kernel/ceetm
AgeCommit message (Collapse)Author
2015-05-12ceetm: 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. ceetm 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-15inherit qoriq_build_64bit_kernel for kernel/module recipesTing Liu
ppce6500 is a specific core which only support 64bit kernel, the duplicate hack codes were packaged into qoriq_build_64bit_kernel.bbclass, use it. Signed-off-by: Ting Liu <b28495@freescale.com>
2014-07-08ceetm: add recipe for sdk v1.6 releaseTing Liu
Signed-off-by: Ting Liu <b28495@freescale.com>