From b81e00e2ed483e1f3079181b5fdb324da0f6d6ad Mon Sep 17 00:00:00 2001 From: James Hilliard Date: Tue, 3 Sep 2019 15:28:12 -0600 Subject: [PATCH] package/systemd-bootchart: enable systemd-bootchart.service This would normally be enabled by systemctl preset-all however since we don't have a host systemctl we need to enable the service manually. Signed-off-by: James Hilliard Signed-off-by: Thomas Petazzoni --- package/systemd-bootchart/systemd-bootchart.mk | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package/systemd-bootchart/systemd-bootchart.mk b/package/systemd-bootchart/systemd-bootchart.mk index bcc3dbe22a..62bc79539b 100644 --- a/package/systemd-bootchart/systemd-bootchart.mk +++ b/package/systemd-bootchart/systemd-bootchart.mk @@ -16,4 +16,10 @@ SYSTEMD_BOOTCHART_DEPENDENCIES = systemd SYSTEMD_BOOTCHART_CONF_OPTS = --disable-man +define SYSTEMD_BOOTCHART_INSTALL_INIT_SYSTEMD + mkdir -p $(TARGET_DIR)/etc/systemd/system/sysinit.target.wants + ln -sf ../../../../lib/systemd/system/systemd-bootchart.service \ + $(TARGET_DIR)/etc/systemd/system/sysinit.target.wants/systemd-bootchart.service +endef + $(eval $(autotools-package)) -- 2.30.2