diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-03-03 04:12:18 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-13 11:45:08 +0000 |
commit | f9bdcb2eb122aa91dd9e203bc3a63a246c3d4d37 (patch) | |
tree | 5883ad4cad8cddf01f3cd7cd19087c60d6f45396 /meta/classes/core-image.bbclass | |
parent | 717f9740e5c5f6c9c55c3a031e55bb2ab4d08dd1 (diff) | |
download | poky-f9bdcb2eb122aa91dd9e203bc3a63a246c3d4d37.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.
(From OE-Core rev: 4f2845739fc7a1f2c784f4d3be048ee111e7d093)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/core-image.bbclass')
-rw-r--r-- | meta/classes/core-image.bbclass | 2 |
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 = '\ | |||
51 | task-core-boot \ | 51 | task-core-boot \ |
52 | task-base-extended \ | 52 | task-base-extended \ |
53 | \ | 53 | \ |
54 | ${@base_contains("IMAGE_FEATURES", "package-management", "", "${ROOTFS_PKGMANAGE_BOOTSTRAP}",d)} \ | ||
55 | \ | ||
56 | ${CORE_IMAGE_EXTRA_INSTALL} \ | 54 | ${CORE_IMAGE_EXTRA_INSTALL} \ |
57 | ' | 55 | ' |
58 | 56 | ||