summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
...
* udev 171: add recipe with DP = -1Koen Kooi2011-05-283-0/+405
| | | | | | | | | | | | | | | | | This is meant for people to test before making it the default. The goal is to get rid of as many udev rules as possible to speed up boot time Some numbers of udev-trigger running on beagleboard/angstrom: udev with no accept4() syscall in libc: 180s udev 168 with default rules: 12s udev 171 with default rules: 8s udev 171 with minimal rules 0.8s These times vary with the number of devices attached, SD card speed, etc. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: expand RRECOMMENDS with kernel modules recommended by INSTALLKoen Kooi2011-05-281-2/+7
| | | | | | This makes on-demand mounting work for systems that have autofs4 as a module Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: add u-a entries for reboot, halt and friendsKoen Kooi2011-05-281-7/+18
| | | | | | Also drag in full modprobe. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: use PKGV and create 'lock' group in postinstKoen Kooi2011-05-281-5/+10
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: fix "double getty" problem on serial console with recent kernelsKoen Kooi2011-05-281-2/+2
| | | | | | | | | | | | | | | | | From #systemd: 16:46 < koen> kay: do you know what could have changed in 2.6.39 that system opens a getty on tty0 by itself? 16:48 < kay> nothing in the kernel i could think of 16:48 < koen> I can trigger it just by switching kernels and leaving the rootfs identical 23:53 < mezcalero> koen: btw, it is /lib/systemd/systemd-generators/systemd-getty-generator which spawns gettys 23:53 < mezcalero> on the kernel console automatically 23:53 < mezcalero> it uses /sys/class/tty/console/active for that 23:53 < mezcalero> which eixsts only on recent kernels 00:32 < koen> mezcalero: so what's the best way to avoid double spawning a getty? 00:35 < mezcalero> if if you want a serial getty even if you are not redirecting the console just make sure to use the same service name 00:35 < mezcalero> how exactly are your two getty services called? 00:39 < koen> lrwxrwxrwx 1 root root 41 May 27 22:38 getty@ttyO2.service -> /lib/systemd/system/serial-getty@.service 00:50 < mezcalero> koen: call it serial-getty@ttyO2
* gcc-4.6: Update with patches from gcc-4_6-branch and linaro 2011.05 releaseKhem Raj2011-05-28299-162/+25391
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* connman: add gnutls to depends and move iptables dependency also to .inc fileMartin Jansa2011-05-272-3/+1
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* connman: fix systemd packagingKoen Kooi2011-05-272-1/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: add hack to fix parsing for machines without SERIAL_CONSOLE setKoen Kooi2011-05-271-0/+2
| | | | | | The recipe should stop installing the unit in that case Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* uclibc: moved into OE-core, delete from meta-oeKoen Kooi2011-05-2741-9275/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: update to v28Koen Kooi2011-05-261-3/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: drag in new {udev,dbus}-systemd packagesKoen Kooi2011-05-261-1/+3
| | | | | | The systemd units were split into their own subpackage in meta-oe and oe-core Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* udev 168: enable systemd support, but package systemd files seperatelyKoen Kooi2011-05-261-2/+5
| | | | | | | | Systemd support in udev only affects 'make install', so no changes for sysvinit based systems Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: import from OE rev 84696f215bbf81cb3def7e03e45dd66b0a85b1bbKoen Kooi2011-05-264-0/+229
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* dbus: drop from meta-oeKoen Kooi2011-05-2611-536/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* kbd: add 1.15.2Koen Kooi2011-05-251-0/+19
|
* libcgroups: import from OE rev 01d461a53cec16ddec29b996896839a17c51a74aKoen Kooi2011-05-251-0/+18
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libcap2: import for OE rev 01d461a53cec16ddec29b996896839a17c51a74Koen Kooi2011-05-252-0/+59
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* machine includes: remove from layerKoen Kooi2011-05-255-65/+0
| | | | | | These should either be in oe-core or a BSP layer, but not in meta-oe Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xf86-video-glamo: fix build with gcc-4.6Martin Jansa2011-05-252-1/+37
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xserver-xorg: upgrade to 1.10.1.901 and return randr-support patchMartin Jansa2011-05-255-3/+135
| | | | | | * Thanks to Benjamin Deering for updating patch Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* media-ctl: add git version for MCF controller appKoen Kooi2011-05-251-0/+16
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* yavta: add git version of v4l2 test toolKoen Kooi2011-05-251-0/+16
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xserver-xorg: add missing mesa-dri dependencyKoen Kooi2011-05-251-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc-4.6.inc: Always build runtime in ARM mode.Khem Raj2011-05-251-0/+2
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* mesa-common.inc: fix make-depend typoKoen Kooi2011-05-241-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* bluez4 4.93: add missing udev depKoen Kooi2011-05-241-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* bluez4: update to 4.93Koen Kooi2011-05-241-5/+7
| | | | | | | * package udev rules * hid2hci is back, package that as well Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* mesa: makedepend-native is needed by every mesa, not just the DRI oneKoen Kooi2011-05-242-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* task-boot: bump PR for MACHINE_ESSENTIAL_EXTRA_RDEPENDS change in OE-coreKoen Kooi2011-05-241-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* udev: move ConsoleKit files to udev-consolekitOtavio Salvador2011-05-231-3/+6
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* udev: remove udev.inc since it was not being in useOtavio Salvador2011-05-231-101/+0
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* udev: fix action used during startupOtavio Salvador2011-05-232-2/+4
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* udev: fix init script indentingOtavio Salvador2011-05-231-22/+22
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* freerdp: fix homepage fieldOtavio Salvador2011-05-211-1/+1
|
* freerdp-extension-xpunlimited: add git versionOtavio Salvador2011-05-211-0/+23
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* xorg-xserver/xorg-xserver-common.inc: do not install modules' .la filesOtavio Salvador2011-05-211-2/+2
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel.bbclass: pass KERNEL_VERSION through legitimize_package_nameAndreas Oberritter2011-05-201-2/+2
| | | | | | | | | | - KERNEL_VERSION may contain characters unsuitable for package names, e.g. underscores. Use legitimize_package_name to replace those characters. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* uclibc: Rename uclibc-libargp -> uclibc-argp and uclibc-libbacktrace -> ↵Khem Raj2011-05-201-4/+4
| | | | | | | uclibc-backtrace Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xf86-video-omapfb: bump SRCREVKoen Kooi2011-05-191-2/+2
| | | | | | This fixed a crash when linux reports pixclock as 0 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* glib-2.0: append libffi and python-argparse to DEPENDS_virtclass-native, ↵Martin Jansa2011-05-191-1/+3
| | | | | | | | | | | | drop gdbus-serialization test * DEPENDS_virtclass-native is defined in glib.inc so normal DEPENDS are ignored for -native builds * gdbus-serialization test causes circular dependency dbus-glib, and because we cannot add dbus to DEPENDS then we had to drop this test so apply dcf425c5472fdee74885c4f21a851e39c84e6642 from oe.dev Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* glib-2.0: use PN instead of glib-2.0 in PACKAGES and FILESMartin Jansa2011-05-191-2/+2
| | | | | | | | * otherwise notes like this are shown: NOTE: multiple providers are available for runtime glib-2.0-utils (glib-2.0-nativesdk, glib-2.0) NOTE: consider defining a PREFERRED_PROVIDER entry to match glib-2.0-utils Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* blacklist: fix typo in nameKoen Kooi2011-05-181-0/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* testlab bbclass: put reports in TCLIBC subdirectoryKoen Kooi2011-05-181-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* uclibc_git.bb: Upgrade SRCREV and fix PVKhem Raj2011-05-182-394/+3
| | | | | | | | | use 0.9.32-rc3 in PV Cleanup unused UCLIBC_BASE Remove epoll patch obsoleted by SRCREV update Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* uclibc.inc: Package libargp and libbacktraceKhem Raj2011-05-181-3/+6
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* freerdp: update to 2011-05-16 snapshotOtavio Salvador2011-05-172-9/+35
| | | | | | | | | This version includes major improvements since last version packages. It also had the plugins packages redone so they can be choosen depending on the environment needs. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* testlab, blacklist bbclass: import from meta-angstromKoen Kooi2011-05-163-1/+105
| | | | | | These are good for general use since other distros (SHR, SlugOS) are copying them into their layers nowadays. Let's stop this duplication bu moving them here. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* uclibc_git.bb: Backport epoll implementationKhem Raj2011-05-162-1/+380
| | | | | | | Many applications e.g. firefox need it Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* pcsc-lite: add version 1.7.2Otavio Salvador2011-05-162-0/+70
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>