summaryrefslogtreecommitdiffstats
path: root/meta-systemd
Commit message (Collapse)AuthorAgeFilesLines
* systemd: add target python to dependsMartin Jansa2012-12-111-2/+2
| | | | | | | | | | | | | | | | | * pythonnative adds only python-native to DEPENDS, but we need target python for working python-config checking for python-config... /OE/jansa-test/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/python-native/python-config Traceback (most recent call last): File "/OE/jansa-test/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/python-native/python-config", line 24, in <module> pyver = sysconfig.get_config_var('VERSION') File "/OE/jansa-test/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/lib/python2.7/distutils/sysconfig.py", line 602, in get_config_var return get_config_vars().get(name) File "/OE/jansa-test/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/lib/python2.7/distutils/sysconfig.py", line 518, in get_config_vars func() File "/OE/jansa-test/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/lib/python2.7/distutils/sysconfig.py", line 416, in _init_posix raise DistutilsPlatformError(my_msg) distutils.errors.DistutilsPlatformError: invalid Python installation: unable to open /OE/jansa-test/shr-core/tmp-eglibc/sysroots/om-gta02/usr/lib/python2.7/config/Makefile (No such file or directory) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* util-linux: add meta-systemd bbappend for new version which installs ↵Martin Jansa2012-12-111-0/+8
| | | | | | | | | | | | | uuidd.service and socket * fixes: util-linux-2.22.1: util-linux: Files/directories were installed but not shipped /lib/systemd /lib/systemd/system /lib/systemd/system/uuidd.socket /lib/systemd/system/uuidd.service Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* systemd: reenable python and add python-systemd-journaldMartin Jansa2012-12-111-7/+15
| | | | | | * we need inherit pythonnative to find right python-native Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* systemd: add PACKAGES_DYNAMICMartin Jansa2012-12-111-0/+1
| | | | | | * some packages can RDEPEND on e.g. libudev Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* entrance: rename xserver-nodm.service to entrance.service so it does not ↵Martin Jansa2012-12-112-2/+2
| | | | | | conflict with xserver-nodm-init in sysroot 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>
* meta-systemd: ntp: update for server config improvementsPaul Eggleton2012-12-041-1/+1
| | | | | | | | | This makes the service use the ntpdate-sync command which reads the servers set in /etc/default/ntpdate; if nothing is set then no error is produced on startup. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> 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-0/+0
| | | | | | prefix Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* systemd-systemctl-native: fix FILESPATH to find systemctlMartin Jansa2012-11-271-1/+4
| | | | | | | | * BPN is not enough and PN was removed in http://git.openembedded.org/openembedded-core/commit/?id=fb359583b659cda643973fa285002aaffb729a51 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* meta-systemd: meta-networking: ntp: Update bbappend to 4.2.6p5Otavio Salvador2012-11-221-0/+0
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* meta-systemd: Move ntp recipes to 'meta-networking' sublayerOtavio Salvador2012-11-223-0/+0
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* systemd: Make the main systemd files proper CONFFILESHolger Hans Peter Freyther2012-11-131-1/+6
| | | | | | | Allow a user to edit the main systemd configuration files and have them not overwritten at the next upgrade of it. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* lighttpd: move systemd appends since recipe is in oe-coreAndreas Müller2012-11-132-0/+0
|
* Replace bb.data.* with d.*Paul Eggleton2012-10-281-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | Used sed expression given here: http://lists.linuxtogo.org/pipermail/openembedded-core/2011-November/012373.html Plus an additional expression for .expand. Full expression is: sed \ -e 's:bb.data.\(setVar([^,]*,[^,]*\), \([^ )]*\) *):\2.\1):g' \ -e 's:bb.data.\(setVarFlag([^,]*,[^,]*,[^,]*\), \([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,]*\), \([^, ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,]*,[^,]*\), \([^, ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,]*,[^,]*\), \([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,]*\), \([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(expand([^,]*\), \([^ )]*\) *):\2.\1):g' \ -i `grep -ril bb.data *` Some minor correction in systemd.bbclass was needed for some expressions that didn't quite match the regex in the desired way; additionally a few instances were manually changed. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* systemd: disable pythonMartin Jansa2012-10-231-1/+2
| | | | | | | | | * otherwise configure uses python-config from host and passes wrong CFLAGS see http://lists.linuxtogo.org/pipermail/openembedded-devel/2012-October/042058.html for details Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: update to 195Koen Kooi2012-10-231-2/+7
| | | | | | disable microhttd and package new files Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: Upgrade past v194Khem Raj2012-10-234-32/+61
| | | | | | | Booted on eglibc i586, arm, ppc qemu systems Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* Revert "systemd.bbclass: Dont check for multilib and change for nativesdk ↵Koen Kooi2012-10-091-3/+1
| | | | | | | | | | renaming" This triggers: ERROR: Nothing RPROVIDES 'connman-systemd' (but /OE/tentacle/sources/meta-angstrom/recipes-images/angstrom/systemd-image.bb RDEPENDS on or otherwise requires it) This reverts commit cbac8756e815c3f141cebf6d2e6875400980a4f9.
* systemd.bbclass: Dont check for multilib and change for nativesdk renamingKhem Raj2012-10-091-1/+3
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* Merge branch 'xfce-4.10' of ↵Koen Kooi2012-09-261-0/+14
|\ | | | | | | git://gitorious.org/schnitzeltony-oe-meta/meta-openembedded
| * mpd: Initial add 0.17.1Andreas Müller2012-09-181-0/+14
| | | | | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* | 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>
* | recipes: bump PR to rebuild after libffi5 -> libffi6Martin Jansa2012-09-201-1/+1
|/ | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* lxdm: initial add 1.22_gitAndreas Müller2012-09-172-0/+26
| | | | | | | | | | * 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>
* gdm: do not hardcode /usr/sbinAndreas Müller2012-09-172-4/+9
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gdm: do not rely on dev-tty7.deviceAndreas Müller2012-09-172-3/+2
| | | | | | | | | | | | Error message was: [ TIME ] Timed out waiting for device dev-tty7.device. [DEPEND] Dependency failed for Gnome Display Manager. run tested on overo/xfce Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* dnsmasq: add systemd service scripts for dnsmasqSander van Grieken2012-09-102-0/+23
| | | | | Signed-off-by: Sander van Grieken <sander@outrightsolutions.nl> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: Upgrade to 189Khem Raj2012-09-0810-435/+682
| | | | | | | | | | Fix running and building on uclibc Currently it doesnt work on uclibc-git only on 0.9.33 but thats a regression in uclibc most likely Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* task*: rename to packagegroup to match oe-coreMartin Jansa2012-09-051-0/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* avahi: use systemd.bbclass for avahi-systemdSander van Grieken2012-09-041-0/+9
| | | | | | | | | | The original behaviour is to enable the service in the package postinst phase. This patch will enable the service also when building the rootfs, so it fixes the case when no package-management is enabled. It also now delegates systemd enablement to the systemd bbclass, instead of using explicit code in the recipe itself. Signed-off-by: Sander van Grieken <sander@outrightsolutions.nl> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* meta-systemd: systemd-systemctl-native: Also add support for WantedBy=*.serviceDenis 'GNUtoo' Carikli2012-08-302-2/+2
| | | | | | | | Right now there was only WantedBy=*.target, which prevented some services from beeing installed, which prevent them from running at boot. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* systemd: Refresh the uclibc specific patchesKhem Raj2012-08-273-37/+32
| | | | | | | | Make sure that patches apply on top of latest systemd some source files have moved around. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* dhcp: rename .bbappend to match oe-core versionMartin Jansa2012-08-261-1/+1
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* busybox/meta-systemd: follow oe-core to 1.20.2Andreas Müller2012-08-241-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* wpa-supplicant: add systemd supportAndreas Müller2012-08-211-0/+15
| | | | | | | | | | | | * native systemd support came in with v1.0 [1] * needs [2] to work properly * mends my wlan under control of networkmanager [1] http://hostap.epitest.fi/gitweb/gitweb.cgi?p=hostap-1.git;a=blob_plain;f=wpa_supplicant/ChangeLog [2] http://patches.openembedded.org/patch/34335/ Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* connman: rename bbappend to match new 1.4 version from oe-coreMartin Jansa2012-08-201-0/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pulseaudio: remove bbappendAndreas Müller2012-08-202-85/+0
| | | | | | | oe-core has updated to 2.1 which includes the appended patch Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Merge remote-tracking branch 'meta-oe-contrib/jansa/efl'Koen Kooi2012-08-202-2/+2
|\
| * meta-systemd: elsa: rename to entranceMartin Jansa2012-08-202-2/+2
| | | | | | | | | | | | | | * elsa was killed in r75060 and reintroduced in r75061 with old name - entrance * also use Alias=display-manager.service like gdm does now Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* | systemd-compat-units: ensure /tmp is mounted when starting run-postinstsAndreas Müller2012-08-202-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | /tmp is required for postinst: Aug 20 16:59:33 overo S98run-postinsts[68]: * opkg_prep_intercepts: Failed to make temp dir /tmp/opkg-07xOYO/opkg-intercept-wfVgAQ: No such file or directory. Aug 20 16:59:33 overo S98run-postinsts[68]: * rm_r: Failed to open dir /tmp/opkg-07xOYO: No such file or directory. This bug left postints unfinished e.g. pango-module-* [1]. [1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2012-August/041096.html Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* | systemd.bbclass: add option to disable automatic RRECOMMENDS ↵Martin Jansa2012-08-201-6/+10
| | | | | | | | | | | | pkg-systemd_base -> pkg-systemd Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* | meta-systemd: adjust the gpsd bbappend to match the current version.Denis 'GNUtoo' Carikli2012-08-202-14/+0
|/ | | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gdm: replace 'WantedBy=graphical.target' by 'Alias=display-manager.service'Andreas Müller2012-08-082-2/+2
| | | | | | | | | | | | Found at lxdm. Error message was there | systemd[1]: Cannot add dependency job for unit display-manager.service ... Inspired by [1] [1] https://bbs.archlinux.org/viewtopic.php?pid=1131267 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd-systemctl-native: handle ALIAS tagAndreas Müller2012-08-082-1/+18
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: Use cross cppKhem Raj2012-08-082-0/+32
| | | | | | | | | | | | | | | While building for non x86 arch (ppc) found that build was using host's cpp which was not generating exact syscall list for ppc since it was using the include files from host With this patch will use $(CPP) instead of hardcoding cpp in makefile.am and then set CPP properly in recipe Fixes build failures on cross builds Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* busybox-syslog.service.in: Create alias for syslog.serviceKhem Raj2012-08-082-1/+2
| | | | | | | | | 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>
* busybox: stopping systemd-kmsg-syslogd is not neededKhem Raj2012-08-082-2/+1
| | | | | | | | 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>