From 68a89832154c5a706a6290cee9797cedccbba854 Mon Sep 17 00:00:00 2001 From: Martin Borg Date: Mon, 22 Jan 2018 12:35:08 +0100 Subject: templates: Change rootfs formats for Raspberry Pi Change compression from .bz2 to .gz due to LAVA limitation. Change to ext4 format instead of ext2 for gz.u-boot image to be consistent with other targets in LAVA. Remove ext3 since it is not used. Signed-off-by: Martin Borg Signed-off-by: Adrian Dudau --- conf/template.raspberrypi3-64/local.conf.sample | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/template.raspberrypi3-64/local.conf.sample b/conf/template.raspberrypi3-64/local.conf.sample index cf2f5c7..3c9acb7 100644 --- a/conf/template.raspberrypi3-64/local.conf.sample +++ b/conf/template.raspberrypi3-64/local.conf.sample @@ -237,6 +237,7 @@ PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl" CONF_VERSION = "1" EXTRA_IMAGEDEPENDS_append = " u-boot" -IMAGE_FSTYPES_append = " ext2.gz.u-boot" +IMAGE_FSTYPES_remove = " tar.bz2 ext3" +IMAGE_FSTYPES_append = " ext4.gz.u-boot tar.gz" ENABLE_UART = "1" -- cgit v1.2.3-54-g00ecf