]> code.ossystems Code Review - openembedded-core.git/commit
kernel: don't copy .so.dbg files into kernel source install
authorBruce Ashfield <bruce.ashfield@windriver.com>
Sat, 9 Aug 2014 09:11:16 +0000 (11:11 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 11 Aug 2014 10:03:59 +0000 (11:03 +0100)
commit649eb801b13e73b532688ede2d966e196d2cb314
treef22c8bb10f2247227950bd329e55210854824e11
parente426f6c6711ecc752d0fef67005fb769fd74b5f1
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.

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