aboutsummaryrefslogtreecommitdiffstats
path: root/meta-systemd
AgeCommit message (Collapse)Author
2013-09-17rpcbind: Remove systemd support which is merged in oe-coreShakeel, Muhammad
OE-Core has been updated to support rpcbind with systemd. Stuff here is not required anymore. Signed-off-by: Muhammad Shakeel <muhammad_shakeel@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-17lighttpd: Remove systemd support which is merged in oe-coreShakeel, Muhammad
OE-Core has been updated to support lighttpd with systemd. Stuff here is not required anymore. Signed-off-by: Muhammad Shakeel <muhammad_shakeel@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-17openssh: Remove systemd support which is merged in oe-coreShakeel, Muhammad
OE-Core has been updated to support openssh with systemd. Stuff here is not required anymore. Signed-off-by: Muhammad Shakeel <muhammad_shakeel@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-03systemd: Rename .bbappend to match new version from oe-coreMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-26connman: rename .bbappend to match new version from oe-coreMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-16cronie: rename bbappend to match new version from oe-coreMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-13util-linux: rename .bbappend to match new oe-core versionMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-07-30connman: Rename bbappend to match new version from oe-coreMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-07-17dbus: rename .bbappend to match oe-coreMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-07-06busybox: Follow OE-Core update to 1.12.1 versionOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-06-14util-linux: rename bbappend to match new version from oe-coreMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-06-12openssh: Rename bbappend to match new version from oe-coreMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-06-07connman: Rename .bbappend to match new oe-core versionMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-28connman: rename bbappend to match new version from oe-coreMartin Jansa
* removed PRINC to make it easier to remove .bbappend if this functionality is moved to oe-core * removed SYSTEMD_SERVICE already set in oe-core's .inc file Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-28systemd: rename bbappend to match new version from oe-coreMartin Jansa
* removed PRINC to make it easier to remove .bbappend if this functionality is moved to oe-core Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-28util-linux: rename bbappend to match new version from oe-coreMartin Jansa
* removed PRINC to make it easier to remove .bbappend if this functionality is moved to oe-core Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-03dropbear@.service: don't kill screen/tmux processes on disconnectKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-03dhcp: do not start dhclient by default on bootAndreas Müller
* most of the time start fails: | root@overo:~# systemctl status dhclient.service | dhclient.service - Dynamic Host Configuration Protocol (DHCP) | Loaded: loaded (/lib/systemd/system/dhclient.service; enabled) | Active: failed (Result: resources) since Thu 2000-01-06 22:07:27 UTC; 15min ago | Process: 300 ExecStart=/sbin/dhclient -cf /etc/dhcp/dhclient.conf -q -lf /var/lib/dhcp/dhclient.leases $INTERFACES (code=exited, status=0/SUCCESS) | | Jan 06 22:07:27 overo systemd[1]: Starting Dynamic Host Configuration Proto..... | Jan 06 22:07:27 overo systemd[1]: PID file /var/run/dhclient.pid not readab...t. | Jan 06 22:07:27 overo systemd[1]: Failed to start Dynamic Host Configuratio...). * in cases it does not fail to start and we have a managing service (e.g networkmanager) two instances of dhclient are running Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-03README: show github mirror URL in layer dependenciesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-02connman: Fix .bbappend nameMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-29connman: rename bbappend to match new version from oe-coreMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-29dhcp: rename bbappend to match new version from oe-coreMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-29dropbear: rename bbappend to match new version from oe-coreMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-29openssh: rename bbappend to match new version from oe-coreMartin Jansa
2013-04-26README: add -M to git send-email exampleMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-26README: add me to maintainers in some layersMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15recipes: Unify indentationMartin Jansa
* This change is only aesthetic (unlike indentation in Python tasks). * Some recipes were using tabs. * Some were using 8 spaces. * Some were using mix or different number of spaces. * Make them consistently use 4 spaces everywhere. * Yocto styleguide advises to use tabs (but the only reason to keep tabs is the need to update a lot of recipes). Lately this advice was also merged into the styleguide on the OE wiki. * Using 4 spaces in both types of tasks is better because it's less error prone when someone is not sure if e.g. do_generate_toolchain_file() is Python or shell task and also allows to highlight every tab used in .bb, .inc, .bbappend, .bbclass as potentially bad (shouldn't be used for indenting of multiline variable assignments and cannot be used for Python tasks). * Don't indent closing quote on multiline variables we're quite inconsistent wheater it's first character on line under opening quote or under first non-whitespace character in previous line. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
2013-04-15busybox: fix upgrade pathMartin Jansa
* check_data_file_clashes: Package busybox-syslog wants to install file /lib/systemd/system/busybox-syslog.service But that file is already provided by package * busybox-syslog-systemd * check_data_file_clashes: Package busybox-syslog wants to install file /lib/systemd/system/syslog.service But that file is already provided by package * busybox-syslog-systemd * check_data_file_clashes: Package busybox-syslog wants to install file /lib/systemd/system/busybox-klogd.service But that file is already provided by package * busybox-syslog-systemd Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15dbus: add bbappend to fix upgrade pathMartin Jansa
* check_data_file_clashes: Package dbus-1 wants to install file /lib/systemd/system/multi-user.target.wants/dbus.service But that file is already provided by package * dbus-systemd * check_data_file_clashes: Package dbus-1 wants to install file /lib/systemd/system/dbus.socket But that file is already provided by package * dbus-systemd * check_data_file_clashes: Package dbus-1 wants to install file /lib/systemd/system/sockets.target.wants/dbus.socket But that file is already provided by package * dbus-systemd Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15systemd: add .bbappend to fix upgrade-pathMartin Jansa
* check_data_file_clashes: Package udev wants to install file /lib/systemd/system/sysinit.target.wants/systemd-udevd.service But that file is already provided by package * udev-systemd * check_data_file_clashes: Package udev wants to install file /lib/systemd/system/sysinit.target.wants/systemd-udev-trigger.service But that file is already provided by package * udev-systemd * check_data_file_clashes: Package udev wants to install file /lib/systemd/system/systemd-udevd.service But that file is already provided by package * udev-systemd * check_data_file_clashes: Package udev wants to install file /lib/systemd/system/systemd-udev-settle.service But that file is already provided by package * udev-systemd * check_data_file_clashes: Package udev wants to install file /lib/systemd/system/systemd-udev-trigger.service But that file is already provided by package * udev-systemd * check_data_file_clashes: Package udev wants to install file /lib/systemd/system/sockets.target.wants/systemd-udevd-control.socket But that file is already provided by package * udev-systemd * check_data_file_clashes: Package udev wants to install file /lib/systemd/system/sockets.target.wants/systemd-udevd-kernel.socket But that file is already provided by package * udev-systemd * check_data_file_clashes: Package udev wants to install file /lib/systemd/system/systemd-udevd-control.socket But that file is already provided by package * udev-systemd * check_data_file_clashes: Package udev wants to install file /lib/systemd/system/systemd-udevd-kernel.socket But that file is already provided by package * udev-systemd Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15layer.conf: remove detection of other layers, now there are only oe-core ↵Martin Jansa
bbappends Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15meta-systemd: drop now unused gitpkgv.bbclassMartin Jansa
2013-04-15polkit: move systemd support from meta-systemd back to meta-oeMartin Jansa
* POLKITAUTH isn't used anymore PACKAGECONFIG should select right version for systemd now Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15packagegroup-basic: Drop bbappend from meta-systemdMartin Jansa
* avahi-systemd is now indluded in deamon * systemd-compat-units are RRECOMMENDED from systemd itself Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15networkmanager: move systemd support from meta-systemd back to meta-oeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15pcsc-lite: move systemd support from meta-systemd back to meta-oeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15lxdm: move systemd support from meta-systemd back to meta-oeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15rsyslog: move systemd support from meta-systemd back to meta-oeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15syslog-ng: move systemd support from meta-systemd back to meta-oeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15zram: move systemd support from meta-systemd back to meta-oeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15atftp: move systemd support from meta-systemd back to meta-oeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15gateone: move systemd support from meta-systemd back to meta-oeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15cherokee: move systemd support from meta-systemd back to meta-oeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
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>