From 1b38edb2925cc06320312a7645ef16325620aae1 Mon Sep 17 00:00:00 2001 From: Trevor Woerner Date: Fri, 25 Jun 2021 09:59:55 -0400 Subject: [PATCH] IMAGE_FSTYPES: remove ext4 The ext4 IMAGE_FSTYPES does not need to be mentioned explicitly. It will be automatically generated in cases where it is needed. Signed-off-by: Trevor Woerner --- conf/machine/include/rockchip-defaults.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/machine/include/rockchip-defaults.inc b/conf/machine/include/rockchip-defaults.inc index b41c523..0666119 100644 --- a/conf/machine/include/rockchip-defaults.inc +++ b/conf/machine/include/rockchip-defaults.inc @@ -22,4 +22,3 @@ XSERVER = " \ # misc SERIAL_CONSOLES ?= "1500000;ttyS2" -IMAGE_FSTYPES += "ext4"