summaryrefslogtreecommitdiffstats
path: root/meta-systemd/meta-oe
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>
* packagegroup-basic: Drop bbappend from meta-systemdMartin Jansa2013-04-151-6/+0
| | | | | | | * avahi-systemd is now indluded in deamon * systemd-compat-units are RRECOMMENDED from systemd itself Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* networkmanager: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-151-13/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pcsc-lite: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-151-8/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lxdm: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-151-10/+0
| | | | 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>
* syslog-ng: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-151-13/+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>
* gateone: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-152-26/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cherokee: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-152-28/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xinput-calibrator: 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>
* xserver-nodm-init: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-153-35/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gpsd: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-152-30/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* strongswan: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-151-10/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* udisks: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-152-128/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dnsmasq: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-152-31/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cloud9: move systemd support from meta-systemd back to meta-oeMartin Jansa2013-04-152-31/+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>
* 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>