summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Borg <martin.borg@enea.com>2018-01-22 12:35:08 +0100
committerAdrian Dudau <adrian.dudau@enea.com>2018-01-23 10:41:12 +0100
commit68a89832154c5a706a6290cee9797cedccbba854 (patch)
treecd48128a0360934c3bf3c8fe62c9315e1094c82b
parentbfb7a411e55c4bdeedae6141bedd38ed856c1fdd (diff)
downloadmeta-el-standard-pyro.tar.gz
templates: Change rootfs formats for Raspberry Pipyro
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 <martin.borg@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
-rw-r--r--conf/template.raspberrypi3-64/local.conf.sample3
1 files changed, 2 insertions, 1 deletions
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"
237CONF_VERSION = "1" 237CONF_VERSION = "1"
238 238
239EXTRA_IMAGEDEPENDS_append = " u-boot" 239EXTRA_IMAGEDEPENDS_append = " u-boot"
240IMAGE_FSTYPES_append = " ext2.gz.u-boot" 240IMAGE_FSTYPES_remove = " tar.bz2 ext3"
241IMAGE_FSTYPES_append = " ext4.gz.u-boot tar.gz"
241 242
242ENABLE_UART = "1" 243ENABLE_UART = "1"