From 02cbfcb886a2ae27029275feb4aa9f77998f6e9f Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sun, 3 Sep 2017 15:31:31 +0200 Subject: 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 Acked-by: Stefan Agner --- conf/machine/apalis-imx6.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3