From 51afdd9620acf65ed12d8b78688ecdb7e1fe2713 Mon Sep 17 00:00:00 2001 From: Romain Perier Date: Sat, 10 May 2014 17:36:22 +0000 Subject: [PATCH] Add ext4 into IMAGE_FSTYPES. This is related to issue #5. --- conf/machine/include/rockchip.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/include/rockchip.inc b/conf/machine/include/rockchip.inc index 0877aac..5e57170 100644 --- a/conf/machine/include/rockchip.inc +++ b/conf/machine/include/rockchip.inc @@ -15,7 +15,7 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-rockchip-3.0" KERNEL_IMAGETYPE = "Image" IMAGE_CLASSES += "rockchip-update-img" -IMAGE_FSTYPES += "rockchip-update-img" +IMAGE_FSTYPES += "ext4 rockchip-update-img" SERIAL_CONSOLES = "115200;ttyFIQ0"