summaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/lttng
Commit message (Collapse)AuthorAgeFilesLines
* lttng-modules: Fix issue related to -rt kernelSaul Wold2017-10-272-1/+58
| | | | | | | | | The -rt kernel requires that lttng has a patch This issue has been fixed upstream [YOCTO #12278] - This is pyro only Signed-off-by: Saul Wold <sgw@linux.intel.com>
* lttng-modules: also apply patch if linux-intel-rt is preferred kernelCalifornia Sullivan2017-10-251-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-272-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>