From 13b79f31fbf77ecde34ad3b14d572ec28c000cb1 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Wed, 1 Mar 2017 22:57:18 +0100 Subject: h1940: explicit IMAGE_FSTYPES This machine doesn't specify it but it expects a jffs2 image. Add tar.gz for easy testing on removable media devices. Signed-off-by: Andrea Adami --- conf/machine/h1940.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/machine') diff --git a/conf/machine/h1940.conf b/conf/machine/h1940.conf index ebafdee..d9ed33a 100644 --- a/conf/machine/h1940.conf +++ b/conf/machine/h1940.conf @@ -15,6 +15,7 @@ KERNEL_IMAGETYPE = "uImage" UBOOT_LOADADDRESS = "0x30108000" UBOOT_ENTRYPOINT = "0x30108000" +IMAGE_FSTYPES += "tar.gz jffs2" JFFS2_ERASEBLOCK = "0x4000" # Set features for task-base -- cgit 1.2.3-korg