]> code.ossystems Code Review - openembedded-core.git/commit
image.bbclass: fix rootfs generation without package management tools
authorOtavio Salvador <otavio@ossystems.com.br>
Sat, 3 Mar 2012 04:12:18 +0000 (04:12 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 Mar 2012 11:44:45 +0000 (11:44 +0000)
commit4f2845739fc7a1f2c784f4d3be048ee111e7d093
tree907e79a6b5b50248ac3ef0f51072f752eed4b60c
parent791f7e16d003eb1e116a26eec716e6bbac28b8f9
image.bbclass: fix rootfs generation without package management tools

When building without package management tools the
ROOTFS_BOOTSTRAP_INSTALL packages need to be available to provide the
bare minimal for rootfs unconfigure postinsts to be on first boot.

Those packages where being include in core-image.bbclass' based images
however every image needs those available for proper rootfs generation.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta/classes/core-image.bbclass
meta/classes/image.bbclass