aboutsummaryrefslogtreecommitdiffstats
path: root/meta-systemd/meta-oe
AgeCommit message (Collapse)Author
2013-04-15xinput-calibrator: move systemd support from meta-systemd back to meta-oeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15net-snmp: move systemd support from meta-systemd back to meta-oeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15xserver-nodm-init: move systemd support from meta-systemd back to meta-oeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15gpsd: move systemd support from meta-systemd back to meta-oeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15strongswan: move systemd support from meta-systemd back to meta-oeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15udisks: move systemd support from meta-systemd back to meta-oeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15dnsmasq: move systemd support from meta-systemd back to meta-oeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15cloud9: move systemd support from meta-systemd back to meta-oeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15at: move bbappend to oe-core subdirectoryMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15rpcbind: move bbappend to oe-core subdirectoryMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15busybox: move bbappend to oe-core subdirectoryMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15dropbear: move bbappend to oe-core subdirectoryMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15keymaps: move bbappend to oe-core subdirectoryMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15atftpd: fix warning about overwritting keysMartin Jansa
* 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>
2013-04-12meta-systemd: Add not only RPROVIDES, but also RREPLACES/RCONFLICTSMartin Jansa
with this combo opkg should automatically remove PN-systemd and replace it with PN
2013-04-12meta-systemd: bump PRINC in all .bbappendsMartin Jansa
* 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>
2013-04-12meta-systemd: move cronie to oe-core subdirectoryMartin Jansa
2013-04-12meta-systemd: drop default SYSTEMD_PACKAGES = "${PN}"Martin Jansa
2013-04-12meta-systemd: Append ${PN} to SYSTEMD_SERVICEKhem Raj
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>
2013-04-11cloud9 bbappend: add EnvironmentFileKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-11cloud9: add autorestart on crashKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-10Revert "cloud9: add EnvironmentFile"Martin Jansa
* as Koen reported, creates gentooism /etc/conf.d, * most OE packages prefer debianisms in /etc/default This reverts commit 222b4eb3e469a84e929a968def6773405f369a3d.
2013-04-09cloud9: add EnvironmentFileJason Kridner
* Allows specification of NODE_PATH Signed-off-by: Jason Kridner <jdk@ti.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-03-18cronie: Rename the bbappend to match OE-CoreKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-01gnome-terminal, system-tools-backends, slim, benchfft, syslog-ng: move to ↵Martin Jansa
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>
2013-01-27dropbear: read configuration from /etc/default/dropbearEnrico Scholz
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>
2013-01-17meta-systemd: connman, openssh: move bbappends to oe-core dirMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-01-17meta-systemd: connman: rename bbappend to match 1.10 from oe-coreMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-01-08meta-systemd/atftpd: Adjust bbappend to match to recipe upgradeKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-01-08rpcbind: Add systemd service unit fileKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-01-08at: Add systemd unit fileKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-12-19xinput-calibrator: Fix service file to require display-manager.serviceOtavio Salvador
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>
2012-12-12strongswam: disable systemd support in meta-oe and reenable it in meta-systemdMartin Jansa
* 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>
2012-12-11pcsc-lite: add bbappend in meta-systemdMartin Jansa
* 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>
2012-12-04xinput-calibrator: update meta-systemd's bbappend to 2012 Aug 2nd's git snapshotMario Domenech Goulart
Change-Id: Iffa01114008f958c815d1d2ec7f81a92cc788aeb Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-11-29lxdm: bugfixes by updating to latest gitAndreas Müller
* 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>
2012-11-29xserver-nodm-init: replace 'WantedBy=graphical.target' by ↵Martin Jansa
'Alias=display-manager.service' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-11-29dhcp: rename bbappend to match new version from oe-core and move to oe-core ↵Martin Jansa
prefix Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-11-22meta-systemd: Move ntp recipes to 'meta-networking' sublayerOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-11-13lighttpd: move systemd appends since recipe is in oe-coreAndreas Müller
2012-09-24zram: Add systemd service for zramAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-09-17lxdm: initial add 1.22_gitAndreas Müller
* 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>
2012-09-10dnsmasq: add systemd service scripts for dnsmasqSander van Grieken
Signed-off-by: Sander van Grieken <sander@outrightsolutions.nl> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-09-05task*: rename to packagegroup to match oe-coreMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-26dhcp: rename .bbappend to match oe-core versionMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-08-24busybox/meta-systemd: follow oe-core to 1.20.2Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-08-20connman: rename bbappend to match new 1.4 version from oe-coreMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-20meta-systemd: adjust the gpsd bbappend to match the current version.Denis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-08busybox-syslog.service.in: Create alias for syslog.serviceKhem Raj
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>
2012-08-08busybox: stopping systemd-kmsg-syslogd is not neededKhem Raj
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>