summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core
Commit message (Collapse)AuthorAgeFilesLines
* systemd_v189: add D_P=-1Eric Bénard2013-01-071-0/+2
| | | | | | | | | | | | now users have the choice : * keep the old behaviour when not using systemd : PREFERRED_PROVIDER_udev = "udev" * switch to systemd (while keeping upgrade path) : PREFERRED_PROVIDER_udev = "systemd" PREFFERED_VERSION_systemd = "v189" Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: recover previous _git recipeEric Bénard2013-01-073-0/+560
| | | | Signed-off-by: Eric Bénard <eric@eukrea.com>
* systemd: move _git to _v189Eric Bénard2013-01-0712-4/+4
| | | | | Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: update to v189Koen Kooi2012-12-1613-413/+1123
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Eric Bénard <eric@eukrea.com>
* meta-systemd: systemd-systemctl-native: Also add support for WantedBy=*.serviceDenis 'GNUtoo' Carikli2012-12-162-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> Signed-off-by: Eric Bénard <eric@eukrea.com>
* systemd-systemctl-native: handle ALIAS tagAndreas Müller2012-12-162-1/+18
| | | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Eric Bénard <eric@eukrea.com>
* systemd-systemctl-native: extend systemctl wrapper to support mask actionMartin Jansa2012-12-162-1/+19
| | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Eric Bénard <eric@eukrea.com>
* systemd-systemctl-native: Add additional messages for better debuggingAndreas Müller2012-12-162-1/+6
| | | | | | | | These messages helped me to fix the breakage of networkmanager/systemd Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Eric Bénard <eric@eukrea.com>
* systemd: cleanup /var/run on boot and create /var/run/utmpMartin Jansa2012-08-132-1/+8
| | | | | | | | | | | | | | * Angstrom uses /var/run cleanup because: Some apps (e.g. avahi-daemon) to clean up their old-style pid files and fail to start every other boot. Se we let systemd clean it on boot. Which seems general enough, so lets move var-run.conf from base-files.bbappend to systemd recipe. * /var/run/utmp was created by volatiles before, but without sysvinit installed systemd-update-utmp-runlevel.service fails to start without this file Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
* libjpeg-turbo: add LEAD_SONAME to fix upgrade to 8dMartin Jansa2012-07-131-0/+3
| | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Eric Bénard <eric@eukrea.com>
* libjpeg-turbo: update 1.2.1 / use version 8d to follow oe-core libjpeg updateAndreas Müller2012-07-131-2/+2
| | | | | | | | | without following oe-core's version PREFERRED_PROVIDER_jpeg does not work and libjpeg is build. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Eric Bénard <eric@eukrea.com>
* busybox 1.19.4 bbapped: create dir before installing into it, fixes build ↵Koen Kooi2012-04-271-1/+2
| | | | | | | failures on the autobuilder Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
* systemd-machine-units: add machine specific recipe for BSPsMartin Jansa2012-04-261-0/+12
| | | | | | | | | * 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>
* systemd: create empty machine-id to fix first boot failuresKoen Kooi2012-04-161-1/+5
| | | | | Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: fix emergency and rescue servicesKoen Kooi2012-04-131-1/+4
| | | | | | | 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>
* systemd: fix vconsole-setup dependenciesKoen Kooi2012-04-091-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: bump SRCREVKoen Kooi2012-04-093-69/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd-systemctl-native: add support to disable servicesOtavio Salvador2012-04-042-8/+26
| | | | | | | | 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>
* eglibc-2.12: Move to toolchain-layerKhem Raj2012-03-2913-419/+0
| | | | | | Its relevant in toolchain layer Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcgroup: fix QA warningsAndreas Müller2012-03-291-0/+4
| | | | | | | | | | | | | fix the following warnings: WARNING: For recipe libcgroup, the following files/directories were installed but not shipped in any package: WARNING: /lib/security/pam_cgroup.la WARNING: /lib/security/.debug WARNING: /lib/security/.debug/pam_cgroup.so.0.0.0 WARNING: /lib/security/.debug/pam_cgroup.so WARNING: /lib/security/.debug/pam_cgroup.so.0 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd-serialgetty: sync with upstreamKoen Kooi2012-03-232-2/+6
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* udev_182: replace ${base_libdir}/systemd by ${systemd_unitdir} set in oe-coreAndreas Müller2012-03-231-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* udev_175: replace ${base_libdir}/systemd by ${systemd_unitdir} set in oe-coreAndreas Müller2012-03-231-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd_git: replace ${base_libdir}/systemd by ${systemd_unitdir} set in oe-coreAndreas Müller2012-03-231-10/+10
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd-serialgetty: replace ${base_libdir}/systemd by ${systemd_unitdir} ↵Andreas Müller2012-03-231-4/+4
| | | | | | | set in oe-core Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd-compat-units: replace ${base_libdir}/systemd by ${systemd_unitdir} ↵Andreas Müller2012-03-231-10/+10
| | | | | | | set in oe-core Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* udev: update to 182Koen Kooi2012-03-201-8/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* busybox: update bbappend to match update recipe in oe-coreKoen Kooi2012-03-191-0/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* dropbear: update bbappend to match update recipe in oe-coreKoen Kooi2012-03-191-0/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: update to v44 + CVE fixKoen Kooi2012-03-182-2/+37
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd-compat-units: rename service to run postinst scriptsOtavio Salvador2012-03-132-7/+7
| | | | | | | | 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>
* systemd: update and disable storing coredumps in the journalKoen Kooi2012-03-091-2/+3
| | | | | | 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>
* udev-173: don't hardcode path to pidofAndreas Oberritter2012-03-092-6/+4
| | | | | | | | | * pidof lives in /bin, search it in $PATH. * Assume pidof's presence. * Remove -e shell option, because pidof may return nonzero. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: update to latest gitKoen Kooi2012-03-093-78/+7
| | | | | | | | | | 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>
* systemd: enable logging to disk instead of tmpfsKoen Kooi2012-03-091-1/+4
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: enable xz compression for journaldKoen Kooi2012-03-091-2/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* udev: consolekit package requires x11Andreas Oberritter2012-03-073-4/+8
| | | | | | | | * consolekit fails to build without x11, so drop the runtime dependency on consolekit if x11 is unavailable. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd-systemctl-native: multiple service files not looped properlyAndreas Müller2012-03-041-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: address logind problem on BE machinesKoen Kooi2012-02-292-1/+31
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* Quoting fixesMartin Jansa2012-02-261-1/+1
| | | | | | | | * We have various variables which are either not quoted at all or are * half quoted. This patch fixes the bad exmaples so everything is consistent. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* task-x11: use allarchMartin Jansa2012-02-241-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* task-cli-tools: move ltrace to RRECOMMENDS as it's probably not available ↵Martin Jansa2012-02-241-8/+6
| | | | | | for shr4 and sh3 and use allarch Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Tidy up unused filesPaul Eggleton2012-02-248-1437/+0
| | | | | | | | | In 3fdcb18dd6861f442f18c7c3a1638e9c8e158b83 the cups and ldconfig-native recipes were removed but the associated files weren't, so remove those as well. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: split out libraries from ${PN}Koen Kooi2012-02-241-2/+12
| | | | | | 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>
* busybox: remove unneeded systemd code / use ${systemd_unitdir}Andreas Müller2012-02-231-10/+5
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* dropbear: remove unneeded systemd code / use ${systemd_unitdir}Andreas Müller2012-02-231-11/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd-systemctl-native: add multiple services supportAndreas Müller2012-02-231-33/+42
| | | | | | | | | | 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>
* udev: Upgrade 180 -> 181Khem Raj2012-02-231-2/+3
| | | | | | | 180 does not compile with kmod-5 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* busybox: create /etc/default on do_installAndreas Oberritter2012-02-201-0/+1
| | | | | | | | | | | * Currently, it's blindly assumed that /etc/default exists, when busybox-syslog gets copied into it. This only works by chance and only if CONFIG_HWCLOCK=y is set. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Acked-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* recipes: bump PR to rebuild .la files without libz.laMartin Jansa2012-02-131-0/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>