diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2015-09-21 17:06:33 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:20 -0300 |
commit | 3e74a09aff6db6245af4264a65ded171a98de885 (patch) | |
tree | 5171c5cbf5aea6395ceefa0f252c9eaa15c9f815 /conf/machine/include | |
parent | 5cd99d323ac614fdcfc01c03fcf32ac06702133d (diff) | |
download | meta-freescale-3e74a09aff6db6245af4264a65ded171a98de885.tar.gz |
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 <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/include')
-rw-r--r-- | conf/machine/include/imx-base.inc | 4 | ||||
-rw-r--r-- | conf/machine/include/mxs-base.inc | 4 |
2 files changed, 4 insertions, 4 deletions
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" | |||
138 | 138 | ||
139 | PREFERRED_PROVIDER_virtual/kernel ??= "${IMX_DEFAULT_KERNEL}" | 139 | PREFERRED_PROVIDER_virtual/kernel ??= "${IMX_DEFAULT_KERNEL}" |
140 | 140 | ||
141 | SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3" | 141 | SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext4" |
142 | IMAGE_FSTYPES ?= "ext3 sdcard.gz" | 142 | IMAGE_FSTYPES ?= "ext4 sdcard.gz" |
143 | 143 | ||
144 | SERIAL_CONSOLE = "115200 ttymxc0" | 144 | SERIAL_CONSOLE = "115200 ttymxc0" |
145 | 145 | ||
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" | |||
35 | 35 | ||
36 | KERNEL_IMAGETYPE = "zImage" | 36 | KERNEL_IMAGETYPE = "zImage" |
37 | 37 | ||
38 | SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3" | 38 | SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext4" |
39 | IMAGE_FSTYPES ?= "ext3 uboot.mxsboot-sdcard sdcard.gz" | 39 | IMAGE_FSTYPES ?= "ext4 uboot.mxsboot-sdcard sdcard.gz" |
40 | 40 | ||
41 | # Add the ability to specify _imx machines | 41 | # Add the ability to specify _imx machines |
42 | MACHINEOVERRIDES =. "imx:" | 42 | MACHINEOVERRIDES =. "imx:" |