Skip to content

Commit

Permalink
yoe-sdimage.wks: Reduce data partition default to 1M
Browse files Browse the repository at this point in the history
see #579

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Sep 11, 2021
1 parent a082c51 commit 1c56171
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sources/meta-yoe/wic/yoe-sdimage.wks
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ part --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --al
# Main Rootfs partition (1G)
part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --fixed-size 1024 --align 4

# User data partition (16M)
part /data --ondisk mmcblk --fstype=ext4 --label data --fixed-size 16 --align 4096
# User data partition (1M)
part /data --ondisk mmcblk --fstype=ext4 --label data --fixed-size 1 --align 4096

bootloader --ptable msdos

0 comments on commit 1c56171

Please sign in to comment.