]> code.ossystems Code Review - openembedded-core.git/commit
lttng-modules: fix build issues with the v3.17 kernel
authorNitin A Kamble <nitin.a.kamble@intel.com>
Fri, 26 Sep 2014 00:32:54 +0000 (17:32 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 29 Sep 2014 16:49:10 +0000 (17:49 +0100)
commit1854d6c2e6dda4fd6900399d827413fcc1e1aef6
treeb8974ebc0802de81efa9772d1d43b630c7805098
parent3dd692fcf2b0c11731b3f30abdf2b1878458a898
lttng-modules: fix build issues with the v3.17 kernel

The lttng-modules recipe was failing for meta-intel BSPs with the v3.17 kernel.
These BSP kernels were enabling some of the audio codec drivers, whose
structures are changed recently, causing mismatch with lttng-modules code
expectations. The qemu machines did not see this issue as they were not
enabling these sound codec kernel configuration.
  Fix the build issue, by changing the lttng-modules code to match with
the structures used by the v3.17 kernel. The code is conditional on the
kernel version, that way it keeps working with the older kernel versions.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
meta/recipes-kernel/lttng/lttng-modules/fix_build_with_v3.17_kernel.patch [new file with mode: 0644]
meta/recipes-kernel/lttng/lttng-modules_2.5.0.bb