package/systemd: Remove systemd-bootchart
authorMaxime Hadjinlian <maxime.hadjinlian@gmail.com>
Sat, 2 Jul 2016 13:59:13 +0000 (15:59 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 2 Jul 2016 14:45:34 +0000 (16:45 +0200)
Since systemd v230, bootchart has been removed from the source of
systemd and now lives in its own repository.
A new package will be added in the next commit.

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Config.in.legacy
package/systemd/Config.in
package/systemd/systemd.mk

index a135d3d0ecf28344bb5f189147a659f5e2f7d8b4..0dcd930fd50871c2811dd84c12c3857510a8b98c 100644 (file)
@@ -145,6 +145,13 @@ endif
 ###############################################################################
 comment "Legacy options removed in 2016.08"
 
+config BR2_PACKAGE_SYSTEMD_BOOTCHART
+       bool "systemd-bootchart option has been removed"
+       help
+         From systemd v230, bootchart is not part of the systemd
+         source anymore.  It is now living in its own repository, a
+         new package must be added.
+
 config BR2_PACKAGE_SYSTEMD_COMPAT
        bool "systemd compatibility libraries have been removed"
        help
index f064c1221c41378558e6c91ddb6555c08bdd55fd..0b28aed91bf70ac08bde0fc376bef9ded189c442 100644 (file)
@@ -111,16 +111,6 @@ config BR2_PACKAGE_SYSTEMD_VCONSOLE
 
          http://www.freedesktop.org/software/systemd/man/systemd-vconsole-setup.service.html
 
-config BR2_PACKAGE_SYSTEMD_BOOTCHART
-       bool "enable bootchart tool"
-       help
-         systemd-bootchart is a tool, usually run at system startup,
-         that collects the CPU load, disk load, memory usage, as well
-         as per-process information from a running system. Collected
-         results are output as an SVG graph.
-
-         http://www.freedesktop.org/software/systemd/man/systemd-bootchart.html
-
 config BR2_PACKAGE_SYSTEMD_QUOTACHECK
        bool "enable quotacheck tools"
        help
index 835fc26a3385a1b36210993c37ccb4ae56be7926..689b40df4f15c411babcdca778e16bc8d01fb8b6 100644 (file)
@@ -171,12 +171,6 @@ else
 SYSTEMD_CONF_OPTS += --disable-vconsole
 endif
 
-ifeq ($(BR2_PACKAGE_SYSTEMD_BOOTCHART),y)
-SYSTEMD_CONF_OPTS += --enable-bootchart
-else
-SYSTEMD_CONF_OPTS += --disable-bootchart
-endif
-
 ifeq ($(BR2_PACKAGE_SYSTEMD_QUOTACHECK),y)
 SYSTEMD_CONF_OPTS += --enable-quotacheck
 else