]> code.ossystems Code Review - openembedded-core.git/commit
kernel/image/depmodwrapper: Fixups for depmod
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 20 Jan 2015 13:01:29 +0000 (13:01 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 23 Jan 2015 14:31:56 +0000 (14:31 +0000)
commitb851504dcf5e147c9efb1c7b6a4d22c1a1a87cd7
tree0e98dbc147d2f0b56fa1472dbadc565099d157c9
parent872342fa3d08edede4a0105ac3ddb0f2ae3224b4
kernel/image/depmodwrapper: Fixups for depmod

With the rpm package backend enabled, running:

bitbake <image>
bitbake virtual/kernel -c clean
bitbake <image> -c rootfs -f

results in an image with incorrect kernel module dependency information.
The problem is that the System.map and kernel-abiversion files are needed
for depmod and after the recent kernel changes, these are no longer in
sstate.

Its reasonable to require the kernel to unpack/build if you're
about to build a module against it. It is not reasonable to require this
just to build a rootfs.

Therefore stash the needed files specifically for depmod.

Also fix some STAGING_KERNEL_DIR references which were incorrect, found
whilst sorting through his change.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/image.bbclass
meta/classes/kernel-module-split.bbclass
meta/classes/kernel.bbclass
meta/lib/oe/rootfs.py
meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb
meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb