summaryrefslogtreecommitdiffstats
path: root/meta-systemd
Commit message (Collapse)AuthorAgeFilesLines
* gdm: move systemd support from meta-systemd back to meta-gnomeMartin Jansa2013-04-152-30/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* entrance: move systemd support from meta-systemd back to meta-eflMartin Jansa2013-04-153-31/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* at: move bbappend to oe-core subdirectoryMartin Jansa2013-04-152-0/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rpcbind: move bbappend to oe-core subdirectoryMartin Jansa2013-04-152-0/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* busybox: move bbappend to oe-core subdirectoryMartin Jansa2013-04-153-0/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dropbear: move bbappend to oe-core subdirectoryMartin Jansa2013-04-154-0/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* keymaps: move bbappend to oe-core subdirectoryMartin Jansa2013-04-152-0/+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>
* openssh: fix warnings about overwritting keysMartin Jansa2013-04-151-7/+7
| | | | | | | | | * they were causing real issues like openssh-sshd-systemd not really RPROVIDED.. WARNING: Variable key RCONFLICTS_${PN}-sshd (dropbear) replaces original key RCONFLICTS_openssh-sshd ( openssh-sshd-systemd). WARNING: Variable key FILES_${PN}-sshd (${sbindir}/sshd ${sysconfdir}/init.d/sshd ${sysconfdir}/ssh/moduli ${sysconfdir}/ssh/sshd_config) replaces original key FILES_openssh-sshd ( ${systemd_unitdir}/system/sshd.socket). WARNING: Variable key RPROVIDES_${PN}-sshd (sshd) replaces original key RPROVIDES_openssh-sshd ( openssh-sshd-systemd). Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-systemd: Add not only RPROVIDES, but also RREPLACES/RCONFLICTSMartin Jansa2013-04-1237-0/+82
| | | | with this combo opkg should automatically remove PN-systemd and replace it with PN
* meta-systemd: bump PRINC in all .bbappendsMartin Jansa2013-04-1244-44/+44
| | | | | | | | | | | | | | | * 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-0/+0
|
* meta-systemd: drop default SYSTEMD_PACKAGES = "${PN}"Martin Jansa2013-04-1231-31/+0
|
* meta-systemd: Append ${PN} to SYSTEMD_SERVICEKhem Raj2013-04-1241-100/+246
| | | | | | | | | | | | | | | 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>
* Delete systemd class.Khem Raj2013-04-121-233/+0
| | | | | 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>
* systemd.bbclass: set INHIBIT_UPDATERCD_BBCLASS like oe-core does nowMartin Jansa2013-04-041-0/+8
|
* 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>
* wpa_supplicant: Location of systemd services files changedJukka Rissanen2013-03-181-1/+1
| | | | | Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* connman: rename .bbappend to match new version from oe-coreMartin Jansa2013-03-121-4/+0
| | | | | | * drop settings already set in connman.inc Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-systemd: restore wpa-supplicant bbappendMartin Jansa2013-03-051-0/+15
| | | | | | * systemd support in oe-core does not work for everybody Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* patches: update Upstream-Status to use capital 'S'Martin Jansa2013-02-051-2/+2
| | | | 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>
* systemd-speed-hacks: removeAndreas Müller2013-02-011-18/+0
| | | | | | | Tested: These cause avahi.service to fail starting Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* systemd: remove core recipes - they migrated to oe-coreAndreas Müller2013-02-0122-2068/+0
| | | | | | | oe-core moved to systemd 197 so no package feeds should break Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-systemd: openssh: rename bbappend to match oe-core version 6.1p1Martin Jansa2013-01-281-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* util-linux: follow oe-core to 2.22.2Andreas Müller2013-01-281-0/+0
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* dhcp: follow oe-core to 4.2.5Andreas Müller2013-01-281-0/+0
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* meta-systemd: remove wpa-supplicant bbappendMartin Jansa2013-01-271-15/+0
| | | | | | | * oe-core now has wpa-supplicant 2.0, but also installs wpa_supplicant.service to PN * feel free to add new bbappend with only systemd inherit and updated SYSTEMD_PACKAGES 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>
* systemd: remove dbus-systemd from RDEPENDSMartin Jansa2013-01-221-1/+1
| | | | | | | | * dbus-systemd package was removed in oe-core and it's part of PN with systemd in DISTRO_FEATURES * fixes parsing after first part of meta-systemd merge to oe-core Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* systemd.bbclass: move disable operation into prerm() scriptEnrico Scholz2013-01-181-8/+0
| | | | | | | | | | | | The 'systemctl disable' operation should not be done in postrm() because the .service file does not exist anymore and the script will fail hence. After moving this command into prerm(), postrm() becomes empty and can be removed completely. Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de> Acked-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-systemd: connman, openssh: move bbappends to oe-core dirMartin Jansa2013-01-175-0/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* portmap: Add systemd serviceAndrei Gherzan2013-01-172-0/+21
| | | | | Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ofono: Package systemd serviceAndrei Gherzan2013-01-171-0/+7
| | | | | Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* bluez4: Package systemd serviceAndrei Gherzan2013-01-171-0/+9
| | | | | | Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com> Acked-by: Andreas Müller <schnitzeltony@googlemail.com> 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>
* autofs: Add bbappend to add systemd support.Noor Ahsan2013-01-101-0/+6
| | | | | | | | * Removed systemd support from meta-networking recipe and added bbappend to add its support. Signed-off-by: Noor Ahsan <noor_ahsan@mentor.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>
* dhclient.service: Rearrange the cmdline for dhclientKhem Raj2013-01-081-1/+1
| | | | 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>
* nis: Add support for systemd launch of NIS servicesKhem Raj2013-01-084-0/+50
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dhcp: Add systemd unit file for dhclientKhem Raj2013-01-082-2/+18
| | | | 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>
* systemd.bbclass: Fixes for living along with multilibKhem Raj2013-01-081-2/+5
| | | | | | | | | | | | This essentially fixes two problems 1. We were ignoring systemd for multilibs now we dont 2. We were replacing '-systemd' string in PN which is a problem whenre -systemd appears more than once e.g. lib32-systemd-units-system it was removing both essentially we should only chop the end of PN if it ends with '-systemd' Signed-off-by: Khem Raj <raj.khem@gmail.com>
* systemd: Fix build when base_libdir is not /libKhem Raj2013-01-082-39/+45
| | | | | | | | | | | | | | | | | | | we were carrying a wrong patch to fix rootlibdir to adapt systemd to OE's notion of base_libdir but thats not right and the units dont get initialised properly when we have base_libdir which is not /lib This patch fixes the use of base_libdir where it should have been catering to notions of systemd/udev for putting unit files and init scripts in /lib and not in base_libdir It also ignores the lib32-* packages so that systemd build works for multilib enabled systems. Adapt to nativesdk renaming Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-session: Add shutdown/reboot functionality for systemdAndreas Müller2012-12-272-0/+490
| | | | | | | can't wait for stable xfce 4.12 in 03/2013 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>