]> code.ossystems Code Review - openembedded-core.git/commit
image_types.bbclass: set nodesize for btrfs
authorRobert Yang <liezhi.yang@windriver.com>
Fri, 8 Apr 2016 07:15:19 +0000 (00:15 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 9 Apr 2016 06:51:10 +0000 (07:51 +0100)
commita3e4dc0d800fbae3674b1657c872f70589fc893e
treee0e653afd063eb788eca0a10fb3d68945b3901e5
parent190b57a5f130f8a48d417ad472c0131c49302ee1
image_types.bbclass: set nodesize for btrfs

The default value is 16K which is too big to create image for
core-image-minimal:
rootfs.btrfs is too small to make a usable filesystem
Minimum size for each btrfs device is 41943040.

Use 4K as ext2/3/4 to fix the problem.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/image_types.bbclass