diff options
author | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2015-08-26 17:13:46 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-03 13:32:36 +0100 |
commit | a9eb80de164fb8a464e29bf1cc6c7cf397f36662 (patch) | |
tree | caed5c2ecdf3f54460c66eba230337fb90d3832f /meta/recipes-connectivity | |
parent | 65fe3e45b10c5578446c758f66840891c62cd774 (diff) | |
download | openembedded-core-a9eb80de164fb8a464e29bf1cc6c7cf397f36662.tar.gz openembedded-core-a9eb80de164fb8a464e29bf1cc6c7cf397f36662.tar.bz2 openembedded-core-a9eb80de164fb8a464e29bf1cc6c7cf397f36662.zip |
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>
Diffstat (limited to 'meta/recipes-connectivity')
0 files changed, 0 insertions, 0 deletions