Set SYSTEMD_PACKAGES and SYSTEMD_SERVICE so that kdump.service actually gets installed.
Signed-off-by: Andrew Bresticker <[email protected]> --- 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 dd46901197..4b9b5accb6 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.*)' -- 2.19.0.rc2.392.g5ba43deb5a-goog -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
