summaryrefslogtreecommitdiffstats
path: root/meta-systemd
Commit message (Collapse)AuthorAgeFilesLines
...
* busybox: stopping systemd-kmsg-syslogd is not neededKhem Raj2012-08-082-2/+1
| | | | | | | | systemd-kmsg-syslogd.service is discontinued in systemd so there is no need to stop it. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: Upgrade to 187 tagKhem Raj2012-08-083-7/+107
| | | | | | | | | | | | | | | | | | | | | | | Dont inherit vala not needed anymore Fix build for ppc64 Consider /lib64 and /usr/lib64 Some 64bit architectures chose lib64 instead of lib for default library dirnames. So we dig this from metadata vars base_libdir and libdir instead of hardcoding 'lib' ppc64 in OE uses lib64 for default libdir and this leaves lot of udev/systemd files unpackaged since 'lib' was hardcoded Additionally use --split-usr option since in OE-Core now we want to treat /usr mounted sepatately. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd-systemctl-native: extend systemctl wrapper to support mask actionMartin Jansa2012-08-082-1/+19
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd-compat-units: use systemctl maskMartin Jansa2012-08-081-4/+10
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gitpkgv.bbclass: Add a symlink from meta-oeKhem Raj2012-08-071-0/+1
| | | | | | | | | This is for systemd layer to be used with out depending on meta-oe eventually gitpkgv or similar solution should come out of OE-Core Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd-compat-units: move list of disabled services to variable, fix ↵Martin Jansa2012-08-071-5/+14
| | | | | | | | | | | hwclock.sh and output * variable allows to add items in .bbappend without overwritting whole postinst * hwclock.service should be used to blacklist SYSV hwclock.sh (not hwclock.sh.service) * show only newly disabled SYSV scripts Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* 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
|