aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/lttng
AgeCommit message (Collapse)Author
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-04-23Use generic bbappend filesdaisyOtavio Salvador
This uses the % wildcard for recipe matching, this easy the update of recipe versions and maintenance. - udev-extraconf_1.0.bbappend - xserver-xf86-config_0.1.bbappend - lttng-modules_2.3.3.bbappend Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-12-17lttng-modules: build as 64-bit kernel module on e6500Chunrong Guo
*e6500 is built with 32b rootfs/64b kernel, build asf as 64bit too. *Fix the below build issue on e6500 core: | DEBUG: Executing shell function do_make_scripts | make: Entering directory `.../tmp/sysroots/t4240qds/usr/src/kernel' | CC scripts/mod/empty.o | scripts/mod/empty.c:1:0: error: -mcmodel not supported in this configuration | make[2]: *** [scripts/mod/empty.o] Error 1 | make[1]: *** [scripts/mod] Error 2 | make: *** [scripts] Error 2 Signed-off-by: Chunrong Guo <B40290@freescale.com>
2013-12-16Revert "lttng-modules: build as 64-bit kernel module on e6500"Zhenhua Luo
This reverts commit a2789b3edf0f3fa4a14279e5d0d4c01d40962353.
2013-12-14lttng-modules: build as 64-bit kernel module on e6500Chunrong Guo
*e6500 is built with 32b rootfs/64b kernel, build asf as 64bit too. *Fix the below build issue on e6500 core: | DEBUG: Executing shell function do_make_scripts | make: Entering directory `.../tmp/sysroots/t4240qds/usr/src/kernel' | CC scripts/mod/empty.o | scripts/mod/empty.c:1:0: error: -mcmodel not supported in this configuration | make[2]: *** [scripts/mod/empty.o] Error 1 | make[1]: *** [scripts/mod] Error 2 | make: *** [scripts] Error 2 Signed-off-by: Chunrong Guo <B40290@freescale.com>