summaryrefslogtreecommitdiffstats
path: root/conf/machine/include
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-09-21 16:59:49 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:20 -0300
commite857011a4f874c62861f9ae6d7afcb4df0cf7baa (patch)
tree92fcf12a062e1a05fe54ad129c8a3cb8f7615e8b /conf/machine/include
parente88dee3b0d5ac49d2ebaa8014b79a46044482776 (diff)
downloadmeta-freescale-e857011a4f874c62861f9ae6d7afcb4df0cf7baa.tar.gz
mxs-base.inc: Consolidate IMAGE_FSTYPES definition
The default value for IMAGE_FSTYPES including SDCard class enable all machine to work out of the box using the .sdcard image. The removed duplication affected the following machines: - imx23evk - imx28evk Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/include')
-rw-r--r--conf/machine/include/mxs-base.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/include/mxs-base.inc b/conf/machine/include/mxs-base.inc
index d576dd390..b32e926b8 100644
--- a/conf/machine/include/mxs-base.inc
+++ b/conf/machine/include/mxs-base.inc
@@ -35,5 +35,8 @@ SERIAL_CONSOLE = "115200 ttyAMA0"
35 35
36KERNEL_IMAGETYPE = "zImage" 36KERNEL_IMAGETYPE = "zImage"
37 37
38SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3"
39IMAGE_FSTYPES ?= "tar.bz2 ext3 uboot.mxsboot-sdcard sdcard"
40
38# Add the ability to specify _imx machines 41# Add the ability to specify _imx machines
39MACHINEOVERRIDES =. "imx:" 42MACHINEOVERRIDES =. "imx:"