diff options
author | Daniel McGregor <daniel.mcgregor@vecima.com> | 2015-11-03 16:54:36 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-11-25 08:01:32 +0000 |
commit | 70ddba0a5798362923c4c437541ab9992b5020fb (patch) | |
tree | f0658091e0212eec0a37d36f08f03e86776298bc /meta/recipes-core | |
parent | a25335967ac4aa62d77e862b4b80fed293eba0ad (diff) | |
download | openembedded-core-70ddba0a5798362923c4c437541ab9992b5020fb.tar.gz openembedded-core-70ddba0a5798362923c4c437541ab9992b5020fb.tar.bz2 openembedded-core-70ddba0a5798362923c4c437541ab9992b5020fb.zip |
systemd: make coredump a PACKAGECONFIG
Signed-off-by: Daniel McGregor <daniel.mcgregor@vecima.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/systemd/systemd_225.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_225.bb b/meta/recipes-core/systemd/systemd_225.bb index 6393ca0fef..20391d773a 100644 --- a/meta/recipes-core/systemd/systemd_225.bb +++ b/meta/recipes-core/systemd/systemd_225.bb @@ -93,6 +93,7 @@ PACKAGECONFIG[valgrind] = "ac_cv_header_valgrind_memcheck_h=yes ac_cv_header_val PACKAGECONFIG[qrencode] = "--enable-qrencode,--disable-qrencode,qrencode" PACKAGECONFIG[compat] = "--enable-compat-libs,--disable-compat-libs" PACKAGECONFIG[dbus] = "--enable-dbus,--disable-dbus,dbus" +PACKAGECONFIG[coredump] = "--enable-coredump,--disable-coredump" CACHED_CONFIGUREVARS += "ac_cv_path_KILL=${base_bindir}/kill" CACHED_CONFIGUREVARS += "ac_cv_path_KMOD=${base_bindir}/kmod" @@ -120,7 +121,6 @@ CACHED_CONFIGUREVARS_class-target = "\ EXTRA_OECONF = " --with-rootprefix=${rootprefix} \ --with-rootlibdir=${rootlibdir} \ --with-roothomedir=${ROOT_HOME} \ - --disable-coredump \ --enable-split-usr \ --without-python \ --with-sysvrcnd-path=${sysconfdir} \ @@ -271,6 +271,7 @@ RRECOMMENDS_${PN}-binfmt = "kernel-module-binfmt-misc" RRECOMMENDS_${PN}-vconsole-setup = "kbd kbd-consolefonts kbd-keymaps" CONFFILES_${PN} = "${sysconfdir}/machine-id \ + ${sysconfdir}/systemd/coredump.conf \ ${sysconfdir}/systemd/journald.conf \ ${sysconfdir}/systemd/logind.conf \ ${sysconfdir}/systemd/system.conf \ @@ -300,6 +301,7 @@ FILES_${PN} = " ${base_bindir}/* \ /cgroup \ ${bindir}/systemd* \ ${bindir}/busctl \ + ${bindir}/coredumpctl \ ${bindir}/localectl \ ${bindir}/hostnamectl \ ${bindir}/timedatectl \ |