From b033024efe18c10e00c3bcb6aac63e181c729554 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 13 Jun 2015 17:29:21 +0200 Subject: [PATCH] sysmocom-idu: Force the ext4/tar.gz meta/conf/machine/include/ia32-base.inc:13 (ext3 cpio.gz live) forces the above image formats that are not relevant to us at all. Found and done by Jan. --- conf/machine/sysmocom-idu.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/sysmocom-idu.conf b/conf/machine/sysmocom-idu.conf index 6140afc..83bd105 100644 --- a/conf/machine/sysmocom-idu.conf +++ b/conf/machine/sysmocom-idu.conf @@ -16,7 +16,7 @@ MACHINE_FEATURES += "kernel26 x86 usbhost pci acpi" KERNEL_IMAGETYPE = "bzImage" -IMAGE_FSTYPES ?= "tar.gz ext4" +IMAGE_FSTYPES = "tar.gz ext4" SERIAL_CONSOLE = "115200 ttyS0" MACHINE_CONSOLE = "console=ttyS0,115200n8"