summaryrefslogtreecommitdiffstats
path: root/meta-systemd
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* libpam: update bbappend to match new oe-core versionMartin Jansa2012-12-261-0/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-systemd: select recipes based on active collectionsEnrico Scholz2012-12-262-1/+19
| | | | | | | | | | | | | | | | | | Recipes of inactivate layers must been BBMASK'ed to prevent build errors. This is very unflexible and causes high maintenance effort for keeping the project configuration in sync with the actual meta-systemd layout. With this patch, the .bbappend files within the meta-* directories are ignored unless the corresponding collection has been selected. As it relies on the order of BBFILES and BBFILE_COLLECTIONS expansion, a sanity check has been added which aborts the build when assumptions do not apply anymore. MJ: added meta-xfce as it was created later MJ: fixed expression for oe-core bbappends Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-systemd: move libpam bbappend to oe-core prefixMartin Jansa2012-12-261-0/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@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>
* wpa-supplicant, gcc-common-4.6, packagegroup-qte-toolchain-target: use ↵Martin Jansa2012-12-161-1/+1
| | | | | | correct PRINC form Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Merge remote-tracking branch 'meta-oe-contrib/jansa/pull'Koen Kooi2012-12-142-1/+9
|\
| * lighttpd: follow oe-core to 1.4.32Andreas Müller2012-12-141-1/+1
| | | | | | | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> 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>
* | systemd: update to v196Koen Kooi2012-12-144-112/+201
|/ | | | | | | | | | Systemd-analyze has 2 reverts to keep it working with the python currently present in OE-core The LGPLv2.1 was update to the latest text from gnu.org, so match checksum to that. Runtime tested on beaglebone/angstrom and soekris-net6501/angstrom Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* 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>