summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Borg <martin.borg@enea.com>2017-11-29 14:23:27 +0100
committerAdrian Dudau <adrian.dudau@enea.com>2017-11-29 14:28:33 +0100
commite29ea6987194fc1059dcbaf2d3a0e36defb4fc5e (patch)
treee9fab15e10f015011b1bdc7e71d1690bd662fa92
parent956bc5498f28f2836f02c57a0d66d66f258d61cf (diff)
downloadmeta-el-standard-e29ea6987194fc1059dcbaf2d3a0e36defb4fc5e.tar.gz
Update local.conf.sample for Raspberry Pi
Fix for append of ext2.gz.u-boot Add ENABLE_UART 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.sample4
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/template.raspberrypi3-64/local.conf.sample b/conf/template.raspberrypi3-64/local.conf.sample
index a65bfab..f8970b8 100644
--- a/conf/template.raspberrypi3-64/local.conf.sample
+++ b/conf/template.raspberrypi3-64/local.conf.sample
@@ -236,4 +236,6 @@ PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
236# this doesn't mean anything to you. 236# this doesn't mean anything to you.
237CONF_VERSION = "1" 237CONF_VERSION = "1"
238 238
239IMAGE_FSTYPES += "ext2.gz.u-boot" 239IMAGE_FSTYPES_append = " ext2.gz.u-boot"
240
241ENABLE_UART = "1"