]> code.ossystems Code Review - openembedded-core.git/commit
image.bbclass: Depend on virtual/kernel:do_deploy
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 29 Nov 2013 14:36:42 +0000 (14:36 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 29 Nov 2013 16:26:56 +0000 (16:26 +0000)
commitfe26b2379ecdbdb56acde8592bc0c2d95092a207
tree89e22229c3b437d56736087166c56abea0c16cce
parent3afbe58fb79bc204553c7e2a076efb26e3b1ca22
image.bbclass: Depend on virtual/kernel:do_deploy

Now that none of the packagegroups depend on virtual/kernel, we have the problem
that MACHINE=qemumips bitbake core-image-minimal doesn't put a kernel
into the deploy directory. This breaks many common usecases and
user expectations.

To avoid this, add a dependency on the kernel deploy to image do_build tasks.
This should avoid any circular dependency issues but equally ensure users
have their expectations met.

[YOCTO #5581]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/image.bbclass