summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"