[oe-commits] [openembedded-core] 06/09: kexec-tools: Install systemd service

git at git.openembedded.org git at git.openembedded.org
Thu Sep 13 16:38:39 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 0e9cafe732b7f4e47f4e9b32ffbc2ebf9715d18d
Author: Andrew Bresticker <abrestic at waymo.com>
AuthorDate: Wed Sep 12 10:44:14 2018 -0700

    kexec-tools: Install systemd service
    
    Set SYSTEMD_PACKAGES and SYSTEMD_SERVICE so that kdump.service actually
    gets installed.
    
    Signed-off-by: Andrew Bresticker <abrestic at waymo.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-kernel/kexec/kexec-tools_2.0.17.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-kernel/kexec/kexec-tools_2.0.17.bb b/meta/recipes-kernel/kexec/kexec-tools_2.0.17.bb
index dd46901..4b9b5ac 100644
--- a/meta/recipes-kernel/kexec/kexec-tools_2.0.17.bb
+++ b/meta/recipes-kernel/kexec/kexec-tools_2.0.17.bb
@@ -78,6 +78,9 @@ INITSCRIPT_PACKAGES = "kdump"
 INITSCRIPT_NAME_kdump = "kdump"
 INITSCRIPT_PARAMS_kdump = "start 56 2 3 4 5 . stop 56 0 1 6 ."
 
+SYSTEMD_PACKAGES = "kdump"
+SYSTEMD_SERVICE_kdump = "kdump.service"
+
 SECURITY_PIE_CFLAGS_remove = "-fPIE -pie"
 
 COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|aarch64.*|powerpc.*|mips.*)-(linux|freebsd.*)'

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list