summaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/lttng
Commit message (Collapse)AuthorAgeFilesLines
* lttng-modules: fix build error with 4.14 -rt kernelAnuj Mittal2018-07-222-1/+91
| | | | | | | | | Backport patch to fix build errors with 4.14 rt kernels. Should be reverted after lttng-modules is upgraded to 2.10.6 in OE-core. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> (cherry picked from commit 66047e49db3788a63fcd8df82a522a792bede523) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* lttng-modules: Fix SRC_URI for Yocto Layer CompatibilitySaul Wold2017-10-261-1/+1
| | | | | | | Adding the special override limits the impact of the append to just when we are building for meta-intel machines Signed-off-by: Saul Wold <sgw@linux.intel.com>
* lttng-modules: also apply patch if linux-intel-rt is preferred kernelCalifornia Sullivan2017-10-171-1/+1
| | | | | | | We never hit this because we're usually only building core-image-rt with the -rt kernel. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* lttng-modules: Add patch for API ChangeSaul Wold2017-09-262-0/+45
| | | | | | | There was a patch back-ported into the linux-intel kernel that also requires a patch to lttng-modules for the updated API. Signed-off-by: Saul Wold <sgw@linux.intel.com>
* lttng-modules: remove obsolete bbappendRoss Burton2015-07-202-80/+0
| | | | | | | | | oe-core now has lttng-modules 2.6.1 so this bbappend isn't required, and is actively harmful when lttng-modules moves past 2.6.1 as it forces the SRVREV back to 2.6.1. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* lttng-modules: add bbappend to address 3.19.5 update3.0-fido-1.8Saul Wold2015-05-122-0/+80
The 3.19.5 kernel update included an incompatible change that caused lttng-modules to fail to build, the patch needed to be rebased due to changes in the associated Makefile. Signed-off-by: Saul Wold <sgw@linux.intel.com>