###############################################################################
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
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
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