From a4ad89c068c60c225842ecf445f4f2a40ee73f1e Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Wed, 1 Mar 2017 22:50:00 +0100 Subject: hx4700.conf: extend IMAGE_FSTYPES and readd jffs2 Somehow the configuration doesn't explicit the variable. Restore it as it was in oe-classic and add tar.gz for easy test on removable media devices. Signed-off-by: Andrea Adami --- conf/machine/hx4700.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/machine/hx4700.conf') diff --git a/conf/machine/hx4700.conf b/conf/machine/hx4700.conf index 41ac6ac..a67370c 100644 --- a/conf/machine/hx4700.conf +++ b/conf/machine/hx4700.conf @@ -35,6 +35,7 @@ MACHINE_EXTRA_RRECOMMENDS = "\ kernel-module-snd-hx4700-audio \ keymaps" +IMAGE_FSTYPES += "tar.gz jffs2" JFFS2_ERASEBLOCK = "0x40000" #write out a reflash.ctl with the appriate entries for the rootfs, the ones for the kernel should already be there -- cgit 1.2.3-korg