summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-09-03 15:31:31 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2017-10-03 17:05:32 +0200
commit02cbfcb886a2ae27029275feb4aa9f77998f6e9f (patch)
treeab99c6a58381c68230008912cf8ece16d9e795ba
parent3c0a564b8c2c2d8d3cec261707d698ef6ec26c09 (diff)
apalis-imx6.conf: remove sdcard.gz image type
Building device tree with a dot in the file name leads to following messages: ERROR: console-tdx-image-2.7b3-r0 do_image_sdcard: imx6q-apalis-ixora-v1.1.dtb does not exist. ERROR: console-tdx-image-2.7b3-r0 do_image_sdcard: Function failed: do_image_sdcard Temporarily remove until we have support for dots in device tree files: https://github.com/Freescale/meta-freescale/commit/ce1e0af209c222cb877962104c4f807d5807fa1e Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
-rw-r--r--conf/machine/apalis-imx6.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/apalis-imx6.conf b/conf/machine/apalis-imx6.conf
index 6372f15..33b9611 100644
--- a/conf/machine/apalis-imx6.conf
+++ b/conf/machine/apalis-imx6.conf
@@ -31,7 +31,7 @@ UBOOT_CONFIG[recover] = "apalis_imx6_nospl_it_defconfig,,u-boot.imx"
UBOOT_MAKE_TARGET = ""
IMAGE_CLASSES += "image_type_tezi"
-IMAGE_FSTYPES = "sdcard.gz tar.xz teziimg"
+IMAGE_FSTYPES = "tar.xz teziimg"
SERIAL_CONSOLE ?= "115200 ttymxc0"
TORADEX_PRODUCT_IDS_apalis-imx6 = "0027 0028 0029 0035"