]> code.ossystems Code Review - openembedded-core.git/commit
populate_sdk_base: Include do_rootfs depends for do_populate_sdk
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 26 Jul 2014 08:01:43 +0000 (09:01 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 27 Jul 2014 07:30:13 +0000 (08:30 +0100)
commitcdb0bcef28493edd4cad2a882fb8ba402485a2f1
treeb2754c53fd4b3b78dbc3ef89e44c3d0a920f784e
parenta9e59d7b1fa1ed33ce9678fb77a367800d7a8f87
populate_sdk_base: Include do_rootfs depends for do_populate_sdk

"bitbake core-image-minimal -c populate_sdk; rm tmp -rf; bitbake core-image-minimal -c populate_sdk"
breaks due to missing dependencies on things like update-rc.d. Since
we're effecitvely building a rootfs, we need all the same depends
as do_rootfs has.

The easiest was to achieve this is to simply load them. This resolves
the failure when targeting the task from sstate.

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