summaryrefslogtreecommitdiffstats
path: root/meta-systemd/meta-oe/recipes-extended
Commit message (Collapse)AuthorAgeFilesLines
* polkit: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-151-3/+0
| | | | | | * POLKITAUTH isn't used anymore PACKAGECONFIG should select right version for systemd now Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rsyslog: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-151-12/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* zram: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-152-32/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* atftp: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-152-29/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* net-snmp: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-154-1674/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* at: move bbappend to oe-core subdirectoryMartin Jansa2013-04-152-27/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rpcbind: move bbappend to oe-core subdirectoryMartin Jansa2013-04-152-32/+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-126-0/+14
| | | | with this combo opkg should automatically remove PN-systemd and replace it with PN
* meta-systemd: bump PRINC in all .bbappendsMartin Jansa2013-04-127-7/+7
| | | | | | | | | | | | | | | * 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-125-5/+0
|
* meta-systemd: Append ${PN} to SYSTEMD_SERVICEKhem Raj2013-04-127-14/+56
| | | | | | | | | | | | | | | 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>
* 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>
* 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>
* 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>
* rsyslog: move systemd support to meta-systemdAndreas Müller2012-07-161-0/+10
| | | | 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>
* 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
|
* polkit: meta-systemd reworkAndreas Müller2012-07-161-0/+3
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>