From 0377c706445b67ec5b7d7bf75df6f41056a89e3a Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Mon, 14 Nov 2016 09:35:45 +0100 Subject: Add newlines at end of fragment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These are required for proper parsing. Change-Id: I8ade2d0f96ad73f954cd4fd9908c47088def4d8a Signed-off-by: Jan-Simon Möller --- templates/machine/raspberrypi3/50_local.conf.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/machine/raspberrypi3/50_local.conf.inc b/templates/machine/raspberrypi3/50_local.conf.inc index 6b15a94a8..c41f2eba9 100644 --- a/templates/machine/raspberrypi3/50_local.conf.inc +++ b/templates/machine/raspberrypi3/50_local.conf.inc @@ -29,4 +29,5 @@ PREFERRED_PROVIDER_virtual/bootloader_sota = "u-boot" # For libomxil #LICENSE_FLAGS_WHITELIST = "commercial" -IMAGE_INSTALL_append = " linux-firmware-brcm43430 kernel-modules linux-firmware " \ No newline at end of file +IMAGE_INSTALL_append = " linux-firmware-brcm43430 kernel-modules linux-firmware " + -- cgit 1.2.3-korg