]> code.ossystems Code Review - openembedded-core.git/commit
devtool: run kernel dependencies
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Wed, 26 Aug 2015 14:13:46 +0000 (17:13 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 3 Sep 2015 12:32:36 +0000 (13:32 +0100)
commita9eb80de164fb8a464e29bf1cc6c7cf397f36662
treecaed5c2ecdf3f54460c66eba230337fb90d3832f
parent65fe3e45b10c5578446c758f66840891c62cd774
devtool: run kernel dependencies

The kernel package needs "kern-tools-native" in order for it's
do_kernel_metadata. Thus, devtool extract for kernel in a pristine
environment fails. With the current bb.tinfoil implementation it is not
possible to run arbitrary bitbake commands - e.g. run
"bitbake kern-tools-native -c populate_sysroot" in our case. This patch
implements an ugly workaround for that problem, basically by hardcoding
this dependency and running the required bitbake task(s) before tinfoil
is initialized.

[YOCTO #6658]

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
scripts/lib/devtool/standard.py