diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-11-14 09:35:45 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-11-14 09:41:41 +0000 |
commit | 0377c706445b67ec5b7d7bf75df6f41056a89e3a (patch) | |
tree | b2efde2e72306d1cbf86534cc262877235c02d44 /templates/machine/raspberrypi3/50_local.conf.inc | |
parent | 3a067c4ca0d8afd864146a0e33ddd3ce545f713c (diff) |
Add newlines at end of fragment
These are required for proper parsing.
Change-Id: I8ade2d0f96ad73f954cd4fd9908c47088def4d8a
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'templates/machine/raspberrypi3/50_local.conf.inc')
-rw-r--r-- | templates/machine/raspberrypi3/50_local.conf.inc | 3 |
1 files changed, 2 insertions, 1 deletions
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 " + |