[oe-commits] [openembedded-core] 11/57: image_types: increase minimum btrfs file system size

git at git.openembedded.org git at git.openembedded.org
Thu Feb 15 13:31:10 UTC 2018


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

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

commit bc0bc868d5cc282fcbe3a196a92c00467b7deec7
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Mon Feb 5 13:53:48 2018 +0000

    image_types: increase minimum btrfs file system size
    
    Recent mkfs.btrfs has a different and more accurate algorithm for the minimum
    file system size[1], so update the minimal size with the correct numbers.
    
    [1] https://github.com/kdave/btrfs-progs/commit/31d228a2eb98d95637338bf77b5abcd375614d15
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/classes/image_types.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types.bbclass
index cde27e5..a43a4ca 100644
--- a/meta/classes/image_types.bbclass
+++ b/meta/classes/image_types.bbclass
@@ -97,7 +97,7 @@ IMAGE_CMD_ext2 = "oe_mkext234fs ext2 ${EXTRA_IMAGECMD}"
 IMAGE_CMD_ext3 = "oe_mkext234fs ext3 ${EXTRA_IMAGECMD}"
 IMAGE_CMD_ext4 = "oe_mkext234fs ext4 ${EXTRA_IMAGECMD}"
 
-MIN_BTRFS_SIZE ?= "16384"
+MIN_BTRFS_SIZE ?= "110592"
 IMAGE_CMD_btrfs () {
 	size=${ROOTFS_SIZE}
 	if [ ${size} -lt ${MIN_BTRFS_SIZE} ] ; then

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


More information about the Openembedded-commits mailing list