|
@@ -2,6 +2,19 @@
|
|
|
|
|
|
Infrastructure:
|
|
|
|
|
|
+ - The skeleton package has been split into multiple packages:
|
|
|
+ skeleton-sysv (when Busybox or SysV init are used),
|
|
|
+ skeleton-systemd (when systemd is used), skeleton-none (when
|
|
|
+ no init system is used) and skeleton-custom (when a custom
|
|
|
+ skeleton is used). Those packages, except skeleton-custom,
|
|
|
+ share common logic and data in a new package called
|
|
|
+ skeleton-common. The skeleton package becomes a virtual
|
|
|
+ package. This change allows to generate a filesystem that is
|
|
|
+ compliant with systemd expectations.
|
|
|
+
|
|
|
+ - Support for using a read-only filesystem with systemd has
|
|
|
+ been fixed.
|
|
|
+
|
|
|
- Major revamp of the gettext handling, with user-visible
|
|
|
effect:
|
|
|
|
|
@@ -113,6 +126,7 @@
|
|
|
|
|
|
Issues resolved (http://bugs.buildroot.org):
|
|
|
|
|
|
+ #7892: systemd-journald is broken
|
|
|
#9341: avahi-utils does not compile with uClibc + libglib2
|
|
|
#9441: Link BR2_TOOLCHAIN_EXTERNAL_GDB_SERVER_COPY to
|
|
|
BR2_ENABLE_DEBUG
|
|
@@ -142,6 +156,8 @@
|
|
|
#10061: gcc5.4 buildroot toolchain for powerpc libsanitizer
|
|
|
failure
|
|
|
#10076: Makefile:4113: recipe for target 'all-gcc' failed
|
|
|
+ #10121: webkit without the multimedia option causes build
|
|
|
+ error
|
|
|
|
|
|
2017.05.2, Released July 27th, 2017
|
|
|
|