]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
CHANGES: update with recent changes
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 2 Aug 2017 19:12:43 +0000 (21:12 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 2 Aug 2017 19:12:43 +0000 (21:12 +0200)
Update with the skeleton rework details, and a webkitgtk bug that is
now fixed.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
CHANGES

diff --git a/CHANGES b/CHANGES
index e31fd7ac309a19919ae893abad932a01a70b9706..61df8efb4315413991f6420b19bf071c87d219a4 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -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:
 
 
        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
        #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