diff options
| author | Martin Borg <martin.borg@enea.com> | 2018-01-22 12:35:08 +0100 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2018-01-23 10:41:12 +0100 |
| commit | 68a89832154c5a706a6290cee9797cedccbba854 (patch) | |
| tree | cd48128a0360934c3bf3c8fe62c9315e1094c82b | |
| parent | bfb7a411e55c4bdeedae6141bedd38ed856c1fdd (diff) | |
| download | meta-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.sample | 3 |
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" | |||
| 237 | CONF_VERSION = "1" | 237 | CONF_VERSION = "1" |
| 238 | 238 | ||
| 239 | EXTRA_IMAGEDEPENDS_append = " u-boot" | 239 | EXTRA_IMAGEDEPENDS_append = " u-boot" |
| 240 | IMAGE_FSTYPES_append = " ext2.gz.u-boot" | 240 | IMAGE_FSTYPES_remove = " tar.bz2 ext3" |
| 241 | IMAGE_FSTYPES_append = " ext4.gz.u-boot tar.gz" | ||
| 241 | 242 | ||
| 242 | ENABLE_UART = "1" | 243 | ENABLE_UART = "1" |
