summaryrefslogtreecommitdiffstats
path: root/meta-systemd/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
* rpcbind: move bbappend to oe-core subdirectoryMartin Jansa2013-04-152-32/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* busybox: move bbappend to oe-core subdirectoryMartin Jansa2013-04-153-44/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dropbear: move bbappend to oe-core subdirectoryMartin Jansa2013-04-154-53/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* keymaps: move bbappend to oe-core subdirectoryMartin Jansa2013-04-152-25/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* atftpd: fix warning about overwritting keysMartin Jansa2013-04-151-6/+6
| | | | | | * WARNING: Variable key FILES_${PN}d (${sbindir}/* ${sysconfdir}/init.d/* /srv/tftp) replaces original key FILES_atftpd ( ${systemd_unitdir}/system/atftpd.service). Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-systemd: Add not only RPROVIDES, but also RREPLACES/RCONFLICTSMartin Jansa2013-04-1219-0/+40
| | | | with this combo opkg should automatically remove PN-systemd and replace it with PN
* meta-systemd: bump PRINC in all .bbappendsMartin Jansa2013-04-1224-24/+24
| | | | | | | | | | | | | | | * opkg upgrade will fail to upgrade every package PN when PN-system is installed * check_data_file_clashes: Package xserver-nodm-init wants to install file /lib/systemd/system/xserver-nodm.service But that file is already provided by package * xserver-nodm-init-systemd You need to manually remove all PN-systemd packages on your target opkg remove -force-depends -force-remove `opkg list-installed | grep "\-systemd"` be careful with stuff like openssh-sshd-systemd or wpa-supplicant-systemd when you have access to target only over network * this PRINC bump will force you to do it now even for people not using OEBasicHash or PR service Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-systemd: move cronie to oe-core subdirectoryMartin Jansa2013-04-122-27/+0
|
* meta-systemd: drop default SYSTEMD_PACKAGES = "${PN}"Martin Jansa2013-04-1218-18/+0
|
* meta-systemd: Append ${PN} to SYSTEMD_SERVICEKhem Raj2013-04-1223-47/+141
| | | | | | | | | | | | | | | When using systemd class from OE-Core we also need to install the units explicitly. systemd packages ending with -systemd are consumed and now provided by package proper. MJ: fix RPROVIDES_PN = PN-systemd in entrance MJ: add RPROVIDES for ntp*-systemd in ntp MJ: the same for wpa-supplicant Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cloud9 bbappend: add EnvironmentFileKoen Kooi2013-04-111-0/+1
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cloud9: add autorestart on crashKoen Kooi2013-04-112-1/+2
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Revert "cloud9: add EnvironmentFile"Martin Jansa2013-04-101-1/+0
| | | | | | | * as Koen reported, creates gentooism /etc/conf.d, * most OE packages prefer debianisms in /etc/default This reverts commit 222b4eb3e469a84e929a968def6773405f369a3d.
* cloud9: add EnvironmentFileJason Kridner2013-04-091-0/+1
| | | | | | | * Allows specification of NODE_PATH Signed-off-by: Jason Kridner <jdk@ti.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cronie: Rename the bbappend to match OE-CoreKhem Raj2013-03-181-0/+0
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-terminal, system-tools-backends, slim, benchfft, syslog-ng: move to ↵Martin Jansa2013-02-011-0/+0
| | | | | | | | | nonworking directories * this set does not build with distroless qemuarm as reported in 'State of bitbake world' thread, nobody volunteered to fix them Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dropbear: read configuration from /etc/default/dropbearEnrico Scholz2013-01-271-1/+2
| | | | | | | | | Patch allows to specify additional parameters (e.g. '-B') by reading /etc/default/dropbear as a systemd environment file. It applies $DROPBEAR_EXTRA_ARGS which used already by the oe-core sysv initscript. Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-systemd: connman, openssh: move bbappends to oe-core dirMartin Jansa2013-01-175-48/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-systemd: connman: rename bbappend to match 1.10 from oe-coreMartin Jansa2013-01-171-0/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-systemd/atftpd: Adjust bbappend to match to recipe upgradeKhem Raj2013-01-081-0/+0
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rpcbind: Add systemd service unit fileKhem Raj2013-01-082-0/+25
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* at: Add systemd unit fileKhem Raj2013-01-082-0/+21
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xinput-calibrator: Fix service file to require display-manager.serviceOtavio Salvador2012-12-192-3/+3
| | | | | | | | | The xinput-calibrator.service had a requires to xserver-nodm.service but in fact it ought to wait by any display-manager to be initialized. We fix it changing the require to display-manager.service. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* strongswam: disable systemd support in meta-oe and reenable it in meta-systemdMartin Jansa2012-12-121-0/+8
| | | | | | | | | | | * fixes: strongswan-5.0.0: strongswan: Files/directories were installed but not shipped /lib /lib/systemd /lib/systemd/system /lib/systemd/system/strongswan.service Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pcsc-lite: add bbappend in meta-systemdMartin Jansa2012-12-111-0/+6
| | | | | | | | | | | | * fixes packaging QA warning, when systemd is autodetected: pcsc-lite-1.8.6: pcsc-lite: Files/directories were installed but not shipped /lib /lib/systemd /lib/systemd/system /lib/systemd/system/pcscd.service /lib/systemd/system/pcscd.socket Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xinput-calibrator: update meta-systemd's bbappend to 2012 Aug 2nd's git snapshotMario Domenech Goulart2012-12-041-0/+0
| | | | | | Change-Id: Iffa01114008f958c815d1d2ec7f81a92cc788aeb Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* lxdm: bugfixes by updating to latest gitAndreas Müller2012-11-292-19/+1
| | | | | | | | | * make keyboard layout combobox display languages properly * systemd-support is included mainline * autologin for timeouts < 5s works as expected Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xserver-nodm-init: replace 'WantedBy=graphical.target' by ↵Martin Jansa2012-11-292-2/+2
| | | | | | 'Alias=display-manager.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-35/+0
| | | | | | prefix Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-systemd: Move ntp recipes to 'meta-networking' sublayerOtavio Salvador2012-11-223-42/+0
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* lighttpd: move systemd appends since recipe is in oe-coreAndreas Müller2012-11-132-23/+0
|
* zram: Add systemd service for zramAndrei Gherzan2012-09-242-0/+24
| | | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* lxdm: initial add 1.22_gitAndreas Müller2012-09-172-0/+26
| | | | | | | | | | * use git version since 1.21 missing escape button and bugfixes * no init-scripts (I am working with systemd -> testing causes huge efforts -> subsequent patches) * run tested on overo/xfce Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* dnsmasq: add systemd service scripts for dnsmasqSander van Grieken2012-09-102-0/+23
| | | | | Signed-off-by: Sander van Grieken <sander@outrightsolutions.nl> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* task*: rename to packagegroup to match oe-coreMartin Jansa2012-09-051-0/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dhcp: rename .bbappend to match oe-core versionMartin Jansa2012-08-261-1/+1
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* busybox/meta-systemd: follow oe-core to 1.20.2Andreas Müller2012-08-241-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* connman: rename bbappend to match new 1.4 version from oe-coreMartin Jansa2012-08-201-0/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-systemd: adjust the gpsd bbappend to match the current version.Denis 'GNUtoo' Carikli2012-08-202-14/+0
| | | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* busybox-syslog.service.in: Create alias for syslog.serviceKhem Raj2012-08-082-1/+2
| | | | | | | | | The default syslog implementation should make syslog.service a symlink to itself, so that this socket activates the right actual syslog service. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* 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>
* 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>
* connman: rename bbappend to match new version from oe-coreMartin Jansa2012-07-191-0/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* udisks: do not start daemon automatically at boot timeAndreas Müller2012-07-161-1/+2
|
* 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>