summaryrefslogtreecommitdiffstats
path: root/meta-fsl-ppc/classes
Commit message (Collapse)AuthorAgeFilesLines
* remove duplicate check for e6500 64b kernel buildZongchun Yu2015-01-081-4/+0
| | | | | | | | | | | e6500 is a specific core which only support 64bit kernel, no matter rootfs is 32b/64b. qoriq_build_64bit_kernel.bbclass was added to do this. BUILD_64BIT_KERNEL is only set for e6500. It is duplicate to check core and BUILD_64BIT_KERNEL at the same time. remove one. Signed-off-by: Zongchun Yu <Zongchun.Yu@freescale.com>
* qoriq_build_64bit_kernel.bbclass: add for ppce6500Ting Liu2014-07-111-0/+18
ppce6500 is a specific core which only support 64bit kernel, introduce qoriq_build_64bit_kernel.bbclass to do this Signed-off-by: Ting Liu <b28495@freescale.com>