From: Saul Wold Date: Thu, 7 Jul 2011 16:39:32 +0000 (-0700) Subject: rootfs_rpm: Add 50M to IMAGE_ROOTFS_EXTRA_SPACE for zypper /var space X-Git-Tag: 2011-1~799 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=05995abe8d74ed8a460f6c29b686f812f62b3d92;p=openembedded-core.git rootfs_rpm: Add 50M to IMAGE_ROOTFS_EXTRA_SPACE for zypper /var space [YOCTO #1171] This is a temporary fix to address the fact that zypper's db configuation uses a large amount of /var space. When the correct'ed zypper config can be applied, this fix can be removed. The zypper bug for yocto is 1174 http://bugzilla.pokylinux.org/show_bug.cgi?id=1174 Signed-off-by: Saul Wold --- diff --git a/meta/classes/rootfs_rpm.bbclass b/meta/classes/rootfs_rpm.bbclass index 3a11858cd0..b554bae34e 100644 --- a/meta/classes/rootfs_rpm.bbclass +++ b/meta/classes/rootfs_rpm.bbclass @@ -3,6 +3,10 @@ # ROOTFS_PKGMANAGE = "rpm zypper" + +# Add 50Meg of extra space for zypper database space +IMAGE_ROOTFS_EXTRA_SPACE_append = "${@base_contains("PACKAGE_INSTALL", "zypper", " + 51200", "" ,d)}" + # Postinstalls on device are handled within this class at present ROOTFS_PKGMANAGE_BOOTSTRAP = ""