summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* systemd: move to v40 and don't kill user processes on exitKoen Kooi2012-02-073-6/+38
| | | | | | | This fixes screen and tmux persistency issues. Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* recipe: Delete the duplicate recipes which are already in oe-coreKhem Raj2012-02-051-28/+0
| | | | | | | | | These recipes are either same or have small differences but are superset of changes in oe-core. We can use them from oe-core as it is without losing or adding any functionality by default Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* busybox: fix busybox-syslog systemd service fileOtavio Salvador2012-02-012-2/+2
| | | | | | | | The service file had the 'Wants' in 'Service' group instead of the 'Unit' group. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd-serialgetty: support machines without serial consoleOtavio Salvador2012-02-011-8/+16
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* udev-180: switch from git checkout to release tarballMartin Jansa2012-01-301-6/+3
| | | | | | | | | | | | | | | * problem is with manpage generation, commit http://git.kernel.org/?p=linux/hotplug/udev.git;a=commit;h=6528a3938fe8727b99b210cf504a335d07c94c37 assumes that even without xstltproc we can install pregenerated manpages, but they are only in release tarball (e.g. src/udev.7) and without them, build system tries to regenerate and fails: /OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/xsltproc -o src/udev.7 -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl src/udev.xml warning: failed to load external entity http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl cannot parse http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* udev: add 180Koen Kooi2012-01-301-0/+89
| | | | | | | | | | * 'blkid' isn't needed anymore, since 176 udev links against libblkid * 'modprobe' and 'depmod' aren't needed anymore, udev now links against libkmod * The entire source including the license files were re-indented hence the LIC_FILES_CHKSUM changes Runtime tested on beagleboard/angstrom Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* task-basic: systemd drags in the (u)mount it needs on its own nowKoen Kooi2012-01-291-2/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* task-basic: no external syslog needed for systemd v39Koen Kooi2012-01-281-2/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: don't depend on tasks/images to do the right thing with mountKoen Kooi2012-01-281-1/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* task-basic: add back openssh-sftp-server, sftp browsing of the target needs itKoen Kooi2012-01-271-3/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: Forward port format-replace-m-uclibc.patchKhem Raj2012-01-261-66/+43
| | | | | | | | 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>
* systemd: update to v39Koen Kooi2012-01-251-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* In LICENSE "&&" should be replaced with "&" [forgot .inc files]Andrei Gherzan2012-01-241-1/+1
| | | | | | | In this way meta-oe recipes will be parsed correctly in yocto. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: bump SRCREV to fix big-endian buildsKoen Kooi2012-01-241-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: move kbd RECOMMENDS to vconsole-setup where they belongKoen Kooi2012-01-201-3/+4
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: add upstream status to patchKoen Kooi2012-01-201-0/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: split out systemd-analyzeAnders Darander2012-01-201-2/+6
| | | | | | | | | | | | | | | | 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>
* systemd: update to v38+gitKoen Kooi2012-01-203-40/+43
| | | | | | | * 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>
* task-boot: leave packagemanagement decisions to image recipesKoen Kooi2012-01-161-8/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libjpeg-turbo: native depends on nasm-nativeEric BENARD2012-01-151-0/+1
| | | | | | | | else I get the following error during configure : | configure: error: no nasm (Netwide Assembler) found Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libjpeg-turbo: initial addKoen Kooi2012-01-131-0/+30
| | | | | | If you're on x86 or ARM this will be a lot faster due to SIMD optimizations Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: git repo movedAnders Darander2012-01-101-1/+1
| | | | | | | Freedesktop have reorganized the git repository structure. Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* busybox: add systemd support for syslog serviceOtavio Salvador2012-01-094-0/+52
| | | | | | | This uses a busybox-syslog default file to pass options to syslogd. For it, the 'OPTIONS' variable needs to be set. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* task-x11: use xserver-nodm-init-systemdOtavio Salvador2012-01-091-3/+3
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* task-basic: adjust rsyslog dependencyKoen Kooi2011-12-231-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: depends on intltool-nativeOtavio Salvador2011-12-231-2/+2
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* dropbear: cleanup packagingOtavio Salvador2011-12-151-9/+2
| | | | | | | | | * the symbolic link required to disable the sysvinit init script is now done during the do_install task so making the recipe simple * convert to use PRINC to bump PR on bbappend Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* systemd-systemctl-native: add support to recursive servicesOtavio Salvador2011-12-152-0/+10
| | | | | | | | | 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>
* dropbear 2011.54 bbappend: switch to PRINC to work around a bug in ↵Koen Kooi2011-12-101-1/+1
| | | | | | | | bb.utils.vercmp: | ERROR: Package version for package dropbear-dbg went backwards which would break package feeds from (0:2011.54-r0 to 0:2011.54-r0.meta-oe.1) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* dropbear: move dropbear-systemd to a bbappendOtavio Salvador2011-12-095-40/+33
| | | | | | | While on it, the recipe has been updated to use systemd.bbclass and cleaned up. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* eglibc-2.12: Fix build on powerpcKhem Raj2011-12-072-7/+7
| | | | | | | | After tune file rework this patch needed an update so here we come. Fixes the build for powerpc Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* 2/2] eglibc-2.12: Bump SRCREV to latest SVN 2.12Khem Raj2011-12-071-1/+1
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: add prerm u-a callsMartin Jansa2011-11-211-1/+8
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: bump SRCREVKoen Kooi2011-11-201-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* kbd: move to oe-coreMartin Jansa2011-11-101-19/+0
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: bump SRCREVKoen Kooi2011-11-081-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* udev: update to 175Koen Kooi2011-11-081-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libcgroup 0.37.1: disable parallel make, it breaks when using lots of threadsKoen Kooi2011-11-071-0/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd-systemctl-native: add a systemctl wrapperOtavio Salvador2011-11-042-0/+64
| | | | | | | | 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>
* systemd-compat-units: run systemd-machine-id-setupKoen Kooi2011-11-012-2/+22
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>