From: Otavio Salvador Date: Mon, 21 Sep 2015 20:06:33 +0000 (-0300) Subject: imx-base.inc, mxs-base.inc: Use ext4 filesystem for images as default X-Git-Tag: 2.1~237 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3e74a09aff6db6245af4264a65ded171a98de885;p=meta-freescale.git imx-base.inc, mxs-base.inc: Use ext4 filesystem for images as default The ext4 is now the default for images in OpenEmbedded-Core, we now follow this change for all i.MX reference boards. Signed-off-by: Otavio Salvador --- diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index b0dca6a4..094c9c56 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc @@ -138,8 +138,8 @@ IMX_DEFAULT_KERNEL_mx6ul = "linux-imx" PREFERRED_PROVIDER_virtual/kernel ??= "${IMX_DEFAULT_KERNEL}" -SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3" -IMAGE_FSTYPES ?= "ext3 sdcard.gz" +SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext4" +IMAGE_FSTYPES ?= "ext4 sdcard.gz" SERIAL_CONSOLE = "115200 ttymxc0" diff --git a/conf/machine/include/mxs-base.inc b/conf/machine/include/mxs-base.inc index 230b7761..6083fd57 100644 --- a/conf/machine/include/mxs-base.inc +++ b/conf/machine/include/mxs-base.inc @@ -35,8 +35,8 @@ SERIAL_CONSOLE = "115200 ttyAMA0" KERNEL_IMAGETYPE = "zImage" -SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3" -IMAGE_FSTYPES ?= "ext3 uboot.mxsboot-sdcard sdcard.gz" +SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext4" +IMAGE_FSTYPES ?= "ext4 uboot.mxsboot-sdcard sdcard.gz" # Add the ability to specify _imx machines MACHINEOVERRIDES =. "imx:"