[oe-commits] [openembedded-core] branch krogoth updated: rootfs_rpm: Increase rootfs size

git at git.openembedded.org git at git.openembedded.org
Tue Jun 6 17:28:55 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch krogoth
in repository openembedded-core.

The following commit(s) were added to refs/heads/krogoth by this push:
     new 1d35417  rootfs_rpm: Increase rootfs size
1d35417 is described below

commit 1d35417502aa8bce9d65d15f29d9d7bee077b7cc
Author: Saul Wold <sgw at linux.intel.com>
AuthorDate: Sat Jun 18 17:13:55 2016 -0700

    rootfs_rpm: Increase rootfs size
    
    This doubles the amount of extra space that is provided for SMART and
    RPM, as they consume more disk space during qa testing via testimage
    
    [YOCTO #9800]
    
    (From OE-Core rev: 2d636068d9d3a1ea2db3ace49462be13ba9ef125)
    
    Signed-off-by: Saul Wold <sgw at linux.intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/rootfs_rpm.bbclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/classes/rootfs_rpm.bbclass b/meta/classes/rootfs_rpm.bbclass
index 0d2e897..38b3c99 100644
--- a/meta/classes/rootfs_rpm.bbclass
+++ b/meta/classes/rootfs_rpm.bbclass
@@ -5,8 +5,8 @@
 ROOTFS_PKGMANAGE = "rpm smartpm"
 ROOTFS_PKGMANAGE_BOOTSTRAP = "run-postinsts"
 
-# Add 50Meg of extra space for Smart
-IMAGE_ROOTFS_EXTRA_SPACE_append = "${@bb.utils.contains("PACKAGE_INSTALL", "smartpm", " + 51200", "" ,d)}"
+# Add 100Meg of extra space for Smart
+IMAGE_ROOTFS_EXTRA_SPACE_append = "${@bb.utils.contains("PACKAGE_INSTALL", "smartpm", " + 102400", "" ,d)}"
 
 # Smart is python based, so be sure python-native is available to us.
 EXTRANATIVEPATH += "python-native"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list