]> code.ossystems Code Review - openembedded-core.git/commit
systemd: add systemd recipes
authorRadu Moisan <radu.moisan@intel.com>
Sat, 19 Jan 2013 22:47:07 +0000 (22:47 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 20 Jan 2013 12:45:00 +0000 (12:45 +0000)
commit6a8a48b4d0d0b9b8d8af46cae11245bcb870bbc3
treee1c5228c385c0e8618394c063598aa1cb710d66e
parent06e262c9b4c406b886db6ca8eee55ab441599151
systemd: add systemd recipes

Add systemd recipes and associated support recipes.

Mostly based on meta-oe/meta-systemd, so almost all credit should go to:

Andreas Müller <schnitzeltony@googlemail.com>
Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Holger Hans Peter Freyther <holger@moiji-mobile.com>
Khem Raj <raj.khem@gmail.com>
Koen Kooi <koen@dominion.thruhere.net>
Martin Jansa <Martin.Jansa@gmail.com>

Signed-off-by: Radu Moisan <radu.moisan@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
22 files changed:
meta/recipes-core/systemd/systemd-compat-units.bb [new file with mode: 0644]
meta/recipes-core/systemd/systemd-compat-units/machineid.service [new file with mode: 0644]
meta/recipes-core/systemd/systemd-compat-units/run-postinsts.service [new file with mode: 0644]
meta/recipes-core/systemd/systemd-serialgetty.bb [new file with mode: 0644]
meta/recipes-core/systemd/systemd-serialgetty/serial-getty@.service [new file with mode: 0644]
meta/recipes-core/systemd/systemd-systemctl-native.bb [new file with mode: 0644]
meta/recipes-core/systemd/systemd-systemctl/systemctl [new file with mode: 0755]
meta/recipes-core/systemd/systemd/00-create-volatile.conf [new file with mode: 0644]
meta/recipes-core/systemd/systemd/0001-Revert-systemd-analyze-use-argparse-instead-of-getop.patch [new file with mode: 0644]
meta/recipes-core/systemd/systemd/0002-Revert-analyze-use-GDBus-instead-of-dbus-python.patch [new file with mode: 0644]
meta/recipes-core/systemd/systemd/modprobe.rules [new file with mode: 0644]
meta/recipes-core/systemd/systemd/optional_secure_getenv.patch [new file with mode: 0644]
meta/recipes-core/systemd/systemd/systemd-pam-configure-check-uclibc.patch [new file with mode: 0644]
meta/recipes-core/systemd/systemd/systemd-pam-fix-execvpe.patch [new file with mode: 0644]
meta/recipes-core/systemd/systemd/systemd-pam-fix-fallocate.patch [new file with mode: 0644]
meta/recipes-core/systemd/systemd/systemd-pam-fix-getty-unit.patch [new file with mode: 0644]
meta/recipes-core/systemd/systemd/systemd-pam-fix-mkostemp.patch [new file with mode: 0644]
meta/recipes-core/systemd/systemd/systemd-pam-fix-msformat.patch [new file with mode: 0644]
meta/recipes-core/systemd/systemd/touchscreen.rules [new file with mode: 0644]
meta/recipes-core/systemd/systemd/use-rootlibdir.patch [new file with mode: 0644]
meta/recipes-core/systemd/systemd/var-run.conf [new file with mode: 0644]
meta/recipes-core/systemd/systemd_196.bb [new file with mode: 0644]