summaryrefslogtreecommitdiffstats
path: root/meta/classes/core-image.bbclass
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-03-03 04:12:18 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-13 11:44:45 +0000
commit4f2845739fc7a1f2c784f4d3be048ee111e7d093 (patch)
tree907e79a6b5b50248ac3ef0f51072f752eed4b60c /meta/classes/core-image.bbclass
parent791f7e16d003eb1e116a26eec716e6bbac28b8f9 (diff)
downloadopenembedded-core-contrib-4f2845739fc7a1f2c784f4d3be048ee111e7d093.tar.gz
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>
Diffstat (limited to 'meta/classes/core-image.bbclass')
-rw-r--r--meta/classes/core-image.bbclass2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/classes/core-image.bbclass b/meta/classes/core-image.bbclass
index 668297bd40..e2ad0fcf31 100644
--- a/meta/classes/core-image.bbclass
+++ b/meta/classes/core-image.bbclass
@@ -51,8 +51,6 @@ CORE_IMAGE_BASE_INSTALL = '\
task-core-boot \
task-base-extended \
\
- ${@base_contains("IMAGE_FEATURES", "package-management", "", "${ROOTFS_PKGMANAGE_BOOTSTRAP}",d)} \
- \
${CORE_IMAGE_EXTRA_INSTALL} \
'