kernel: don't copy .so.dbg files into kernel source install
authorBruce Ashfield <bruce.ashfield@windriver.com>
Mon, 21 Jul 2014 18:09:11 +0000 (14:09 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 25 Jul 2014 14:33:57 +0000 (15:33 +0100)
commit1450f01414ed9efa23f10311600988f4bd69d279
treecf88822a4aecab4694c0b85739ec2e0609b26314
parent19aa14e5f54d3319568f675cf358e500c7082235
kernel: don't copy .so.dbg files into kernel source install

In 3.16+ x86-64 kernel builds produce a vdso64.so.dbg file. If this file is
copied into the kernel source install multiple QA failures are triggered.
Specifically, this file triggers a debug package split that results in
files installed but not shipped, and invalid .debug file errors.

By ensuring that .so files are not copied, we avoid this incorrect split
with no impact on future build phases.

(From OE-Core rev: f1f6d153de9dc675b4bf4020799b2365b1b62ec7)

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/kernel.bbclass