mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-07 22:08:22 +01:00
change filesystem from ext3 to ext4
ext3 filesystem is getting deprecated in favor of ext4 and openembedded will default to ext4 in the next release, so switch to ext4 as well. Signed-off-by: Jens Lucius <info@jenslucius.com>
This commit is contained in:
parent
92b8be8139
commit
784e893ac5
@ -26,7 +26,7 @@ BOOT_SPACE ?= "20480"
|
||||
IMAGE_ROOTFS_ALIGNMENT = "2048"
|
||||
|
||||
# Use an uncompressed ext3 by default as rootfs
|
||||
SDIMG_ROOTFS_TYPE ?= "ext3"
|
||||
SDIMG_ROOTFS_TYPE ?= "ext4"
|
||||
SDIMG_ROOTFS = "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.${SDIMG_ROOTFS_TYPE}"
|
||||
|
||||
IMAGE_DEPENDS_sunxi-sdimg += " \
|
||||
|
Loading…
Reference in New Issue
Block a user