From e29ea6987194fc1059dcbaf2d3a0e36defb4fc5e Mon Sep 17 00:00:00 2001 From: Martin Borg Date: Wed, 29 Nov 2017 14:23:27 +0100 Subject: Update local.conf.sample for Raspberry Pi Fix for append of ext2.gz.u-boot Add ENABLE_UART Signed-off-by: Martin Borg Signed-off-by: Adrian Dudau --- conf/template.raspberrypi3-64/local.conf.sample | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" # this doesn't mean anything to you. CONF_VERSION = "1" -IMAGE_FSTYPES += "ext2.gz.u-boot" +IMAGE_FSTYPES_append = " ext2.gz.u-boot" + +ENABLE_UART = "1" -- cgit v1.2.3-54-g00ecf