aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-10-20gcc-4.5.inc: Backport gcc trunk svn revision 165495 to fix ICE on udevKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20coreutils-6.0: apply patch for USE_STATVFSChris Larson
Fixes compile error on platforms where statvfs does not have an f_type member (e.g. OSX). See http://www.mail-archive.com/bug-coreutils@gnu.org/msg06552.html for details. Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-10-20quilt-native: remove '?' url in _append_build-darwin..Chris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-10-20libice: add 1.0.7Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-20xserver-xorg_git: bump SRCREVMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-20binutils.inc: Dont filter out all --with-sysroot stringsKhem Raj
* Binutils.inc is included into cross recipes because the cross recipes include target recipe. We only need to remove --with-sysroot full word only and not --with-systoot=... Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20angstrom feed sorter: optimize duplicate finder and add toggle for updaterKoen Kooi
2010-10-20libxml2: enable debug module (default is on)Martin Jansa
* it's not runtime debug (--with-run-debug or --with-mem-debug) * it's needed by python API (which is not limited to provide bindings based on enabled modules so ie python call param_node.lsCountNode() always calls libxml2mod.xmlLsCountNode(self._o), but this function is available only with debug module enabled. * unfortunately mesa build calls this python API from generator Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-20mesa-7.9: add talloc dependencyMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-20linux-openmoko-2.6.34: add patch from qtmoko for resume_reasonMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-20mesa-7.8.2: remove D_P_shr as we want 7.9 nowMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-20mesa: add 7.9 releaseMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-20talloc: add recipe for talloc, needed by new mesa releasesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-20palmpre: add some utilities to MACHINE_EXTRA_RDEPENDSimon Busch
Some utilities are essential for the palmpre but no other machine so the machine config rdepends on them. They will be installed in an image via task-base. Signed-off-by: Simon Busch <morphis@gravedo.de>
2010-10-20xserver-xorg-conf: switch from plain tslib access to evdev for touchscreen ↵Simon Busch
on palmpre machine Signed-off-by: Simon Busch <morphis@gravedo.de>
2010-10-20initscripts-shr: add mountdevtmpfs init script for palmpre machineSimon Busch
On the palmpre machine we are currently come into the SHR rootfs through mounting it from /boot and switch the rootfs via pivot_root. So we can't automatically mount devtmpfs on /dev. Instead we do this right after SHR begins to boot and before any other filesystem is mounted on the new rootfs. Signed-off-by: Simon Busch <morphis@gravedo.de> Acked-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-10-20linux-palmpre: enable devtmpfs per default but do not auto mount itSimon Busch
Signed-off-by: Simon Busch <morphis@gravedo.de>
2010-10-20linux-palmpre: bump git SRCREV for devtmpfs supportSimon Busch
Signed-off-by: Simon Busch <morphis@gravedo.de>
2010-10-20tslib: fix typo in palmpre machine ts.conf file and switch to raw moduleSimon Busch
Signed-off-by: Simon Busch <morphis@gravedo.de>
2010-10-20palmpre-audio-scripts: add initial versionSimon Busch
For the palmpre machine some special audio scripts are needed to do audio routing, as it is not possible to do audio routing with common tools used on other machines. Signed-off-by: Simon Busch <morphis@gravedo.de>
2010-10-20tellbootie: add initial git versionSimon Busch
tellbootie is a little utility for the palmpre machine which tells the bootloader over some spare space in the memory about what to do on next restart (e.g. fall in recovery mode). Signed-off-by: Simon Busch <morphis@gravedo.de>
2010-10-20initscripts-shr: remove unused usb-gadget script for palmpre machineSimon Busch
This script was resonsible for activating networking over usb but is not needed anymore as our default kernel for the palmpre machine activates usb networking per default. Signed-off-by: Simon Busch <morphis@gravedo.de> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-20tslib: add patch for git version to compile cy8mrln pluginSimon Busch
The cy8mrln plugin needs the cy8mrln.h which is shipped with the kernel but currently not deployed by any kernel-headers packages. So we include the header file for now directly within tslib. Signed-off-by: Simon Busch <morphis@gravedo.de>
2010-10-20netbase: powerup usb0 interface automatically on palmpre machineSimon Busch
Signed-off-by: Simon Busch <morphis@gravedo.de>
2010-10-20tsmd: add initial recipeSimon Busch
tsmd is a touchscreen management daemon for the palmpre machine. It has juast one simple task to do: It open's the touchscreen dev node on /dev/touchscreen, process it's data with tslib and forward all input events to uinput dev node. Signed-off-by: Simon Busch <morphis@gravedo.de>
2010-10-20read-tokens: add initial git versionSimon Busch
read-tokens is a little utility especially for the palmpre. It reads so alled 'tokens' from the internal flash and stores them in a key-value file so other system components can read them from there. Signed-off-by: Simon Busch <morphis@gravedo.de>
2010-10-20tslib: adjust various recipe settings for the palmpre machineSimon Busch
* set PACKAGE_ARCH = "${MACHINE_ARCH}" for palmpre machine * provide special EXTRA_CONF setting to build plugin for the cy8mrln touchscreen Signed-off-by: Simon Busch <morphis@gravedo.de>
2010-10-20angstrom next: switch to pango 1.28.3Koen Kooi
2010-10-20egl: Add tu816x as combatible SOC_FAMILYRoger Monk
Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-10-20gst-plugins-ugly: add 0.10.16Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-10-20gst-plugins-good: add 0.10.25Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-10-19binutils.inc: Filter out --with-sysroot for target binutilsKhem Raj
* This is not needed but libtool 2.4 will add it so we filter it out here. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-19gcc-configure-target.inc: Filter out --with-sysrootKhem Raj
* For target gcc we dont need to specify --with-sysroot even with libtool 2.4 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-19autotools.bbclass: Move --with-sysroot to CONFIGUREOPTSKhem Raj
* This is added to CONFIGUREOPTS so it can be filtered out when needed. Recipes like gcc need this to be filtered Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-19conf/distro/include: Remove preferred-opie-cvs-versions.inc.Paul Eggleton
This include file is now obsolete; persons wishing to build the latest development version of Opie should now build from git by including preferred-opie-git-versions.inc instead.
2010-10-19opie-mediaplayer2: remove reference to OPIE_CVS_PV and default OPIE_GIT_PV ↵Paul Eggleton
if not set I'm a bit skeptical of having these defaults; anyone building Opie from git *should* be including preferred-opie-git-versions.inc and not trying to build without doing so. For consistency however I'm including the defaults here.
2010-10-19qt4: move QtDeclarative to qt4.incKoen Kooi
* This avoids pulling in Qt 4.7.0 into meta-toolchain-qte when 4.6.3 is specified * No further changes in behaviour or packaging
2010-10-19transmission_2.04.bb: added checksumsFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-10-19libtorrent: added xmlrpc supportFrans Meulenbroeks
so web clients can interface with it Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-10-19xmlrpc-c: add inherit binconfigFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-10-19lighttpd_1.4.28.bb: added checksumsFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-10-19preferred-shr-versions: choose git version of tslib as defaultSimon Busch
Signed-off-by: Simon Busch <morphis@gravedo.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-19insane-srcrevs: remove AUTOREV for obsolete openmoko recipesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-19removal: add entry for removing obsoleted openmoko recipesMartin Jansa
Acked-by: Michael 'Mickey' Lauer <mickey@openmoko.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-19settingsgui: move both versions to obsolete, nobody have it in task/images nowMartin Jansa
Acked-by: Michael 'Mickey' Lauer <mickey@openmoko.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-19openmoko: move initscripts, psplash, alsa-scenarios also to obsoleteMartin Jansa
Acked-by: Michael 'Mickey' Lauer <mickey@openmoko.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-19openmoko: remove openmoko directories used from FILESPATH as openmoko ↵Martin Jansa
distribution was obsoleted on Aug 2010 Acked-by: Michael 'Mickey' Lauer <mickey@openmoko.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-19linux-openmoko: obsolete 2.6.24 and 2.6.28Martin Jansa
Acked-by: Michael 'Mickey' Lauer <mickey@openmoko.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-19om-3d7k: remove machine definition, because it was canceled long time agoMartin Jansa
Acked-by: Michael 'Mickey' Lauer <mickey@openmoko.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-19openmoko: obsolete old openmoko classes and recipes using thoseMartin Jansa
Acked-by: Michael 'Mickey' Lauer <mickey@openmoko.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>