]> code.ossystems Code Review - openembedded-core.git/commit
systemd.bbclass: helper class for recipes with systemd units
authorRoss Burton <ross.burton@intel.com>
Fri, 8 Feb 2013 22:43:15 +0000 (22:43 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 11 Feb 2013 14:44:31 +0000 (14:44 +0000)
commitf4bf51612f8be1d3dd340fc456f3fa08fcfa34ef
treee3c8af110fedfb47e123d5465781f4ed053a1846
parentedd7b7f9f1cea921bdc9480c2a120f6abc6b0c9c
systemd.bbclass: helper class for recipes with systemd units

This class adds postinst/prerm scripts to start/stop/enable/disable the services
as relevant, and some magic to ensure the service files are installed.

Based on (but not the same as) the systemd.bbclass in meta-systemd, so thanks to
the following for their work there:

Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
Khem Raj <raj.khem@gmail.com>
Martin Jansa <Martin.Jansa@gmail.com>
Andreas Müller <schnitzeltony@googlemail.com>
Koen Kooi <koen@dominion.thruhere.net>

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/systemd.bbclass [new file with mode: 0644]