summaryrefslogtreecommitdiffstats
path: root/meta-systemd
Commit message (Collapse)AuthorAgeFilesLines
* gpsd: drop older version 3.4Martin Jansa2012-07-281-18/+0
| | | | | | * GNUtoo tested 3.5 and it works fine, Thanks Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* systemd: add glib-2.0 to DEPENDSMartin Jansa2012-07-231-2/+2
| | | | | | | | | | | | * | No package 'glib-2.0' found | No package 'gobject-2.0' found | configure:16371: error: Package requirements (glib-2.0 >= 2.22.0 gobject-2.0 >= 2.22.0) were not met: | | No package 'glib-2.0' found | No package 'gobject-2.0' found Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: cleanup /var/run on boot and create /var/run/utmpMartin Jansa2012-07-232-1/+8
| | | | | | | | | | | | | | * Angstrom uses /var/run cleanup because: Some apps (e.g. avahi-daemon) to clean up their old-style pid files and fail to start every other boot. Se we let systemd clean it on boot. Which seems general enough, so lets move var-run.conf from base-files.bbappend to systemd recipe. * /var/run/utmp was created by volatiles before, but without sysvinit installed systemd-update-utmp-runlevel.service fails to start without this file Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: include /etc/rpm/macros.systemd in PN-devMartin Jansa2012-07-201-2/+2
| | | | | | | | | | * fixes: WARNING: QA Issue: systemd: Files/directories were installed but not shipped /etc/rpm /etc/rpm/macros.systemd Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: add usbutils to DEPENDSMartin Jansa2012-07-201-2/+2
| | | | | | | | | * fixes: | No package 'usbutils' found | configure:16015: error: Package requirements (usbutils >= 0.82) were not met: Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* connman: rename bbappend to match new version from oe-coreMartin Jansa2012-07-191-0/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-systemd: pulseaudio: rename bbappend to match new oe-core versionMartin Jansa2012-07-191-0/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: convert tabs to 4 spaces in populate_packagesMartin Jansa2012-07-191-2/+2
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd bbclass: replace all tabs with 4 spacesKoen Kooi2012-07-191-165/+165
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* pulseaudio: add patch to fix build with new udev API provided by systemd recipeMartin Jansa2012-07-192-0/+85
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: update to 186+gitKoen Kooi2012-07-194-14/+344
| | | | | | | | | | | | | | | | | | | | | | | | | | | This is a combined udev+systemd recipe: it will build both udev and systemd in one go, but keep the old (sub)package layout: udev udev-utils udev-systemd systemd systemd-vconsole-setup systemd-analyze systemd-initramfs And all libraries are seperated out: libgudev-1.0-0 libsystemd-daemon0 libsystemd-id128-0 libsystemd-journal0 libsystemd-login0 libudev1 The SRCREV is 94 patches ahead of the v186 tag to drag in compile fixes for 'old' gcc versions like 4.5.x. Runtime tested with build from scratch and opkg upgrade with angstrom Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libpam 1.1.5 bbappend: register PAM session with logindKoen Kooi2012-07-171-0/+6
| | | | | | This makes screen/tmux/etc work as intended Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* udisks: do not start daemon automatically at boot timeAndreas Müller2012-07-161-1/+2
|
* systemd.bbclass: introduce SYSTEMD_AUTO_ENABLE variableAndreas Müller2012-07-161-2/+4
| | | | | | Currently all services introduced are enabled and started at installation. By setting SYSTEMD_AUTO_ENABLE = "disable" the default behaviour can be overridden.
* networkmanager: move systemd support to meta-systemdAndreas Müller2012-07-161-0/+14
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* gpsd: move systemd support to meta-systemdAndreas Müller2012-07-164-0/+60
|
* rsyslog: move systemd support to meta-systemdAndreas Müller2012-07-161-0/+10
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* keymaps: move systemd support to meta-systemdAndreas Müller2012-07-162-0/+17
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* dropbear: move systemd support to meta-systemdAndreas Müller2012-07-164-0/+46
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xserver-nodm-init: move systemd support to meta-systemdAndreas Müller2012-07-163-0/+31
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xinput-calibrator: : move systemd support to meta-systemdAndreas Müller2012-07-162-0/+21
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* cloud9: move systemd support to meta-systemdAndreas Müller2012-07-162-0/+22
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* openssh: move systemd support to meta-systemdAndreas Müller2012-07-164-0/+40
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* cherokee: move systemd support to meta-systemdAndreas Müller2012-07-162-0/+20
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* gateone: move systemd support to meta-systemdAndreas Müller2012-07-162-0/+21
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* connman: move systemd support to meta-systemdAndreas Müller2012-07-161-0/+8
|
* dhcp: move systemd support to meta-systemdAndreas Müller2012-07-163-0/+35
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* atftp: move systemd support to meta-systemdAndreas Müller2012-07-162-0/+20
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* net-snmp: move systemd support to meta-systemdAndreas Müller2012-07-164-0/+1661
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* elsa: move systemd support to meta-systemdAndreas Müller2012-07-162-0/+21
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* cronie: move systemd support to meta-systemdAndreas Müller2012-07-162-0/+21
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* lighttpd: move systemd support to meta-systemdAndreas Müller2012-07-162-0/+23
|
* udisks: move systemd support to meta-systemdAndreas Müller2012-07-162-0/+125
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* syslog-ng: move systemd support to meta-systemdAndreas Müller2012-07-161-0/+11
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* ntp: move systemd support to meta-systemdAndreas Müller2012-07-163-0/+42
|
* busybox: move systemd support to meta-systemdAndreas Müller2012-07-163-0/+44
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* gdm: move systemd support to meta-systemdAndreas Müller2012-07-162-0/+24
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* polkit: meta-systemd reworkAndreas Müller2012-07-161-0/+3
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* task-basic: move systemd support to meta systemdAndreas Müller2012-07-161-0/+6
|
* systemd.bbclass: do not warn for systemd files are in ${PN}Andreas Müller2012-07-161-7/+2
| | | | Since we have our own layer there is no need to separate out systemd packages
* systemd.bbclass: add *-systemd packages to RRECOMMENDSAndreas Müller2012-07-161-4/+22
|
* layer.conf/README: search directory structure for bbappends changedAndreas Müller2012-07-162-1/+6
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* move systemd recipes to meta-systemdAndreas Müller2012-07-1613-0/+1196
|
* systemd.bbclass: move to meta-systemdAndreas Müller2012-07-161-0/+207
|
* meta-systemd: fixup BBFILE_PATTERN overrideMartin Jansa2012-05-171-1/+1
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* meta-systemd: add layerKoen Kooi2012-05-172-0/+48
This is where the systemd related recipes and appends are going to live Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>