summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/mxs-base.inc
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-09-17 11:14:10 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2015-09-28 13:48:49 -0300
commitaa3a22f28155f82f728f133b548a5620783eb174 (patch)
tree1515b0562d88114ea73fd98382a1088bee812574 /conf/machine/include/mxs-base.inc
parent4b3c534a56658eaa708fe1d63ee8148cf84a0499 (diff)
downloadmeta-fsl-arm-aa3a22f28155f82f728f133b548a5620783eb174.tar.gz
imx-base.inc, mxs-base.inc: Stop generating tar.bz2 image tarball by default
The tar.bz2 is useful for people using NFS or generating the SD card image byhand, those can enable this in the board file or in the local.conf when needed. By default the SD card image should be the only image built as it is the most commonly used one for initial development. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/include/mxs-base.inc')
-rw-r--r--conf/machine/include/mxs-base.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/mxs-base.inc b/conf/machine/include/mxs-base.inc
index b32e926..38450be 100644
--- a/conf/machine/include/mxs-base.inc
+++ b/conf/machine/include/mxs-base.inc
@@ -36,7 +36,7 @@ SERIAL_CONSOLE = "115200 ttyAMA0"
36KERNEL_IMAGETYPE = "zImage" 36KERNEL_IMAGETYPE = "zImage"
37 37
38SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3" 38SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3"
39IMAGE_FSTYPES ?= "tar.bz2 ext3 uboot.mxsboot-sdcard sdcard" 39IMAGE_FSTYPES ?= "ext3 uboot.mxsboot-sdcard sdcard"
40 40
41# Add the ability to specify _imx machines 41# Add the ability to specify _imx machines
42MACHINEOVERRIDES =. "imx:" 42MACHINEOVERRIDES =. "imx:"