summaryrefslogtreecommitdiffstats
path: root/meta-systemd/oe-core
Commit message (Collapse)AuthorAgeFilesLines
...
* dhcp: Add systemd unit file for dhclientKhem Raj2013-01-082-2/+18
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libpam: update bbappend to match new oe-core versionMartin Jansa2012-12-261-0/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-systemd: move libpam bbappend to oe-core prefixMartin Jansa2012-12-261-0/+6
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* wpa-supplicant, gcc-common-4.6, packagegroup-qte-toolchain-target: use ↵Martin Jansa2012-12-161-1/+1
| | | | | | correct PRINC form Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lighttpd: follow oe-core to 1.4.32Andreas Müller2012-12-141-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* util-linux: add meta-systemd bbappend for new version which installs ↵Martin Jansa2012-12-111-0/+8
| | | | | | | | | | | | | uuidd.service and socket * fixes: util-linux-2.22.1: util-linux: Files/directories were installed but not shipped /lib/systemd /lib/systemd/system /lib/systemd/system/uuidd.socket /lib/systemd/system/uuidd.service Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dhcp: rename bbappend to match new version from oe-core and move to oe-core ↵Martin Jansa2012-11-293-0/+35
| | | | | | prefix Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lighttpd: move systemd appends since recipe is in oe-coreAndreas Müller2012-11-132-0/+23
|
* avahi: use systemd.bbclass for avahi-systemdSander van Grieken2012-09-041-0/+9
| | | | | | | | | | The original behaviour is to enable the service in the package postinst phase. This patch will enable the service also when building the rootfs, so it fixes the case when no package-management is enabled. It also now delegates systemd enablement to the systemd bbclass, instead of using explicit code in the recipe itself. Signed-off-by: Sander van Grieken <sander@outrightsolutions.nl> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* wpa-supplicant: add systemd supportAndreas Müller2012-08-211-0/+15
| | | | | | | | | | | | * native systemd support came in with v1.0 [1] * needs [2] to work properly * mends my wlan under control of networkmanager [1] http://hostap.epitest.fi/gitweb/gitweb.cgi?p=hostap-1.git;a=blob_plain;f=wpa_supplicant/ChangeLog [2] http://patches.openembedded.org/patch/34335/ Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* pulseaudio: remove bbappendAndreas Müller2012-08-202-85/+0
| | | | | | | oe-core has updated to 2.1 which includes the appended patch Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> 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>
* 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>