aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/systemd
AgeCommit message (Collapse)Author
2012-04-26systemd-machine-units: add machine specific recipe for BSPsMartin Jansa
* some machines like n900/gta02/palmpre are using extra units to initialize something (g_ether, cmt, ...), so make it easy to bbappend such units * stuff like INHERIT_append_crespo = " systemd" from BSP doesn't play well with systemd.bbclass Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-04-16systemd: create empty machine-id to fix first boot failuresKoen Kooi
Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-04-13systemd: fix emergency and rescue servicesKoen Kooi
In OE we use /home/root, not /root. Bug-reported-by: Graham Murphy <Graham.Murphy@jhuapl.edu> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-04-09systemd: fix vconsole-setup dependenciesKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-04-09systemd: bump SRCREVKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-04-04systemd-systemctl-native: add support to disable servicesOtavio Salvador
This adds support to disable services making possible to it to be done during rootfs generation. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-23systemd-serialgetty: sync with upstreamKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-23systemd_git: replace ${base_libdir}/systemd by ${systemd_unitdir} set in oe-coreAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-23systemd-serialgetty: replace ${base_libdir}/systemd by ${systemd_unitdir} ↵Andreas Müller
set in oe-core Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-23systemd-compat-units: replace ${base_libdir}/systemd by ${systemd_unitdir} ↵Andreas Müller
set in oe-core Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-18systemd: update to v44 + CVE fixKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-13systemd-compat-units: rename service to run postinst scriptsOtavio Salvador
OE-Core uses run-postinsts script to trigger package configuration on first boot so the service ought to be named the same, for consistency. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-09systemd: update and disable storing coredumps in the journalKoen Kooi
Storing coredumps in the journal was mentioned as one of the reasons the journals grow so large Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-09systemd: update to latest gitKoen Kooi
This is in preparation for the v44 release. * drop 2 patches that aren't needed anymore * fix more endianness problems * fix journal crashes with large files Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-09systemd: enable logging to disk instead of tmpfsKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-09systemd: enable xz compression for journaldKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-04systemd-systemctl-native: multiple service files not looped properlyAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-29systemd: address logind problem on BE machinesKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-24systemd: split out libraries from ${PN}Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-02-23systemd-systemctl-native: add multiple services supportAndreas Müller
Thanks to Otavio Salvador for helping hint [1] [1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2012-February/037856.html Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-07systemd: move to v40 and don't kill user processes on exitKoen Kooi
This fixes screen and tmux persistency issues. Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-01systemd-serialgetty: support machines without serial consoleOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-28systemd: don't depend on tasks/images to do the right thing with mountKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-26systemd: Forward port format-replace-m-uclibc.patchKhem Raj
This patch was not applying and had to consider more fields this time. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-25systemd: update to v39Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-24systemd: bump SRCREV to fix big-endian buildsKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-20systemd: move kbd RECOMMENDS to vconsole-setup where they belongKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-20systemd: add upstream status to patchKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-20systemd: split out systemd-analyzeAnders Darander
Split systemd-analyze to a separate package, to remove the implicit dependency on python. (At least the rpm-packaging backend created a run-time dependency on python). Add an RDEPENDS_${PN}-analyze on python-dbus, as this is required for systemd-analyze to work. Add an RRECOMMENDS_${PN}-analyze on python-pycairo, as the plot command in systemd-analyze requires this package. Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-20systemd: update to v38+gitKoen Kooi
* This introduces the 'journal' feature. * Upstream is following the fedora /usr move so EXTRA_OECONF needs to get updated to keep the paths the same for the OE usecase Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-10systemd: git repo movedAnders Darander
Freedesktop have reorganized the git repository structure. Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-23systemd: depends on intltool-nativeOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-12-15systemd-systemctl-native: add support to recursive servicesOtavio Salvador
Some services can reference others for installation thought the Also key; systemctl now handles it calling itself recursively for each service. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-21systemd: add prerm u-a callsMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-20systemd: bump SRCREVKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-08systemd: bump SRCREVKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-04systemd-systemctl-native: add a systemctl wrapperOtavio Salvador
The wrapper allows for enabling services at rootfs generation thus allowing systemd to be used in ready-only filesystems. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-01systemd-compat-units: run systemd-machine-id-setupKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-01systemd-serialgetty: use better default SERIAL_CONSOLEMartin Jansa
* having /dev/ttySO fails with: | ln: failed to create symbolic link `/OE/shr-core/tmp/work/nokia900-oe-linux-gnueabi/systemd-serialgetty-1.0-r0/image/etc/systemd/system/getty.target.wants/serial-getty@/dev/ttyS0.service': No such file or directory Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-11-01systemd: fix internal pagerKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-24systemd: add lock group using useradd.bbclassOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-21systemd: fix initramfs symlinkKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-21systemd: add systemd-initramfsOtavio Salvador
Includes a /init that points to ${base_sbin}/init that is called so to avoid having to include post rootfs commands for it. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-21systemd-serialgetty: don't require systemd_git.bbOtavio Salvador
Avoids the recompile of this package every time systemd is change. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-18systemd-compat-units: start opkg after remount-rootfs.target, not beforeKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-16systemd-speed-hacks: disable remountfs removal, images ship util-linux-mount ↵Koen Kooi
now to fix this bug Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-12systemd-speed-hacks: remove some (re)mount tasks that aren't needed yet in ↵Koen Kooi
OE built images Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-12systemd: update to v37Koen Kooi
Runtime tested on beagleboard/angstrom, usrp-e1xx/angstrom Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-09systemd: split out vconsole services into its own subpackageKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-09systemd: recommend fsck.extX to get fsck working on those filesystemsKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>