From f3f333390194f9e430916988a4954498e8e690b4 Mon Sep 17 00:00:00 2001 From: Prabin CA Date: Tue, 21 Jul 2020 22:40:33 +0530 Subject: [PATCH] arm-bsp/sgi575: Add RAM filesystem support Add cpio.gz to IMAGE_FSTYPES for compressed RAM filesystem support Change-Id: Ia81563976069666f762492e56b1a706a4ee0c173 Signed-off-by: Prabin CA Signed-off-by: Ross Burton --- meta-arm-bsp/conf/machine/sgi575.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-arm-bsp/conf/machine/sgi575.conf b/meta-arm-bsp/conf/machine/sgi575.conf index da4f2af3..a2e13bed 100644 --- a/meta-arm-bsp/conf/machine/sgi575.conf +++ b/meta-arm-bsp/conf/machine/sgi575.conf @@ -25,3 +25,5 @@ SERIAL_CONSOLES = "115200;ttyAMA0" #grub-efi EFI_PROVIDER ?= "grub-efi" MACHINE_FEATURES += "efi" + +IMAGE_FSTYPES += "cpio.gz"