From 6f469116e1d7f07d403f5ffb027fcffa3904084e Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Tue, 4 Mar 2014 17:44:48 +0100 Subject: [PATCH] sysmocom-bsc-ip-image-directdisk: switch from ext3 to ext4 filesystem --- conf/machine/sysmocom-bsc.conf | 2 +- recipes-apps/images/sysmocom-bsc-ip-image-directdisk.bb | 2 +- recipes-bsp/linux/files/sysmocom-bsc/defconfig | 2 +- recipes-bsp/linux/linux-sysmocom/sysmocom-bsc/defconfig | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/machine/sysmocom-bsc.conf b/conf/machine/sysmocom-bsc.conf index a1900e6..14059e5 100644 --- a/conf/machine/sysmocom-bsc.conf +++ b/conf/machine/sysmocom-bsc.conf @@ -16,7 +16,7 @@ MACHINE_FEATURES += "kernel26 x86 usbhost pci acpi" KERNEL_IMAGETYPE = "bzImage" -IMAGE_FSTYPES ?= "tar.gz ext3" +IMAGE_FSTYPES ?= "tar.gz ext4" SERIAL_CONSOLE = "38400 ttyS0" MACHINE_CONSOLE = "console=ttyS0,38400n8" diff --git a/recipes-apps/images/sysmocom-bsc-ip-image-directdisk.bb b/recipes-apps/images/sysmocom-bsc-ip-image-directdisk.bb index 8a8ab56..3beec90 100644 --- a/recipes-apps/images/sysmocom-bsc-ip-image-directdisk.bb +++ b/recipes-apps/images/sysmocom-bsc-ip-image-directdisk.bb @@ -16,5 +16,5 @@ APPEND = " console=ttyS0,38400 " LABELS_append = " ${SYSLINUX_LABELS} " -ROOTFS = "${DEPLOY_DIR_IMAGE}/sysmocom-bsc-ip-image-${MACHINE}.ext3" +ROOTFS = "${DEPLOY_DIR_IMAGE}/sysmocom-bsc-ip-image-${MACHINE}.ext4" do_bootdirectdisk[depends] += "sysmocom-bsc-ip-image:do_rootfs" diff --git a/recipes-bsp/linux/files/sysmocom-bsc/defconfig b/recipes-bsp/linux/files/sysmocom-bsc/defconfig index bd36385..600d7c7 100644 --- a/recipes-bsp/linux/files/sysmocom-bsc/defconfig +++ b/recipes-bsp/linux/files/sysmocom-bsc/defconfig @@ -2372,7 +2372,7 @@ CONFIG_EXT3_DEFAULTS_TO_ORDERED=y CONFIG_EXT3_FS_XATTR=y CONFIG_EXT3_FS_POSIX_ACL=y # CONFIG_EXT3_FS_SECURITY is not set -CONFIG_EXT4_FS=m +CONFIG_EXT4_FS=y CONFIG_EXT4_FS_XATTR=y CONFIG_EXT4_FS_POSIX_ACL=y # CONFIG_EXT4_FS_SECURITY is not set diff --git a/recipes-bsp/linux/linux-sysmocom/sysmocom-bsc/defconfig b/recipes-bsp/linux/linux-sysmocom/sysmocom-bsc/defconfig index a7a2238..d52b15f 100644 --- a/recipes-bsp/linux/linux-sysmocom/sysmocom-bsc/defconfig +++ b/recipes-bsp/linux/linux-sysmocom/sysmocom-bsc/defconfig @@ -2373,7 +2373,7 @@ CONFIG_EXT3_DEFAULTS_TO_ORDERED=y CONFIG_EXT3_FS_XATTR=y CONFIG_EXT3_FS_POSIX_ACL=y # CONFIG_EXT3_FS_SECURITY is not set -CONFIG_EXT4_FS=m +CONFIG_EXT4_FS=y CONFIG_EXT4_FS_XATTR=y CONFIG_EXT4_FS_POSIX_ACL=y # CONFIG_EXT4_FS_SECURITY is not set