From: Peter Korsgaard Date: Thu, 6 Sep 2018 20:05:26 +0000 (+0200) Subject: Update for 2018.08 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=339d550e92ac15de8668f32d66d16f198137006c;p=buildroot.git Update for 2018.08 Signed-off-by: Peter Korsgaard --- diff --git a/CHANGES b/CHANGES index 8c2ffb0469..a505d7ec69 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,34 @@ +2018.08, Released September 6th, 2018 + + Minor fixes. + + Known issues: + + - Glibc 2.28 on the build host breaks compilation of a number + of host packages. 2018.08 contains fixes for some of these + packages, but not all. Consider building on hosts (or in + containers) using older Glibc versions. + + - host-dtc 1.4.7 breaks compilation of older U-Boot and Linux + kernel configurations using FDT/DTC. Consider updating the + Linux kernel to >= 4.17 and U-Boot to >= 2018.07 or + backporting commit 9130ba8846 (scripts/dtc: Update to + upstream version v1.4.6-9-gaadd0b65c987) for the Linux + kernel / commit db405d1980 for U-Boot. + Alternatively revert commit 7b929ddcf0 (dtc: bump version to + 1.4.7) and ensure your build host does not have the libfdt + development headers installed. + + Updated/fixed packages: busybox, chipmunk, cutelyst, + domoticz, gcc, imagemagick, lcms2, libcurl, mediastreamer, + moarvm, php, qt, qt5virtualkeyboard, qt5webengine, screen, + sdl2, squashfs, uboot, xen + + Issues resolved (http://bugs.uclibc.org): + + #11261: ccache using wrong cached objects + #11276: Understanding the patch for kernel-4.9 and other.. + 2018.08-rc3, Released August 31th, 2018 Fixes all over the tree. diff --git a/Makefile b/Makefile index 9d66bbacf4..3e1319c1ea 100644 --- a/Makefile +++ b/Makefile @@ -87,9 +87,9 @@ all: .PHONY: all # Set and export the version string -export BR2_VERSION := 2018.08-rc3 +export BR2_VERSION := 2018.08 # Actual time the release is cut (for reproducible builds) -BR2_VERSION_EPOCH = 1535752000 +BR2_VERSION_EPOCH = 1536263000 # Save running make version since it's clobbered by the make package RUNNING_MAKE_VERSION := $(MAKE_VERSION) diff --git a/docs/website/download.html b/docs/website/download.html index 830cf1bffb..626b67a531 100644 --- a/docs/website/download.html +++ b/docs/website/download.html @@ -42,40 +42,40 @@ -

Latest stable release: 2018.05.2

+

Latest stable release: 2018.08

- + This and earlier releases (and their PGP signatures) can always be downloaded from http://buildroot.net/downloads/. diff --git a/docs/website/news.html b/docs/website/news.html index 84468351b8..b46c69660f 100644 --- a/docs/website/news.html +++ b/docs/website/news.html @@ -9,6 +9,24 @@

News