Skip to content

Commit

Permalink
linux: add kernel-dbg package
Browse files Browse the repository at this point in the history
ODROID-C1's kernel contains some tools for drivers. Debug variants of that tools
are wrongly shipped with kernel-dev package which results in following QA error:

ERROR: QA Issue: non debug package contains .debug directory: kernel-dev path
<some path> [debug-files]

Create special kernel-dbg package and ship them here.

Signed-off-by: Tomas Novotny <[email protected]>
  • Loading branch information
Tomas Novotny committed Apr 8, 2015
1 parent 3fcef8f commit 57ef704
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion recipes-kernel/linux/linux-hardkernel_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,10 @@ do_deploy_append_odroid-u2() {
cp -v *.scr ${DEPLOYDIR}
}

PACKAGES =+ "kernel-headers"
PACKAGES =+ "kernel-dbg kernel-headers"
FILES_kernel-dbg =+ " \
${exec_prefix}/src/kernel/drivers/amlogic/*/.debug \
${exec_prefix}/src/kernel/drivers/amlogic/*/*/.debug \
${exec_prefix}/src/kernel/drivers/amlogic/*/*/*/.debug \
"
FILES_kernel-headers = "${exec_prefix}/src/linux*"

0 comments on commit 57ef704

Please sign in to comment.