summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2010-07-21linux-openmoko: upgrade kernel in NAND partition also if rootfs is ubi (not ↵Martin Jansa1
only mtdblock) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-21xbmc: fix up recipe a bitKoen Kooi1
2010-07-21linux-omap-psp 2.6.32: add patches to make the VGA and 3MP cameras work on ↵Koen Kooi75
the beagelboard xM
2010-07-21gst-plugins-bad 0.10.19: add missing dep on libcdaudioKoen Kooi1
2010-07-21glib-2.0: Remove the old-style native dependency and move virtual-native ↵Florian Boor1
dependency to a place vere it is easier to recognize. Fixes build of latest glib-2.0 if no preferred versions of glib are set.
2010-07-20sane-toolchain.inc: Check for architectures which dont support EABIKhem Raj1
* This patch reverses the check for EABI support. This would mean that future processors will not have to be added everytime they come out. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
2010-07-20bitbake.conf, local.conf.sample: Disable ccache by defaultTom Rini2
This moves the current CCACHE over to local.conf.sample and documents when it's useful to enable. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-07-20angstrom-gnome-image: switch to psplashKoen Kooi1
2010-07-20xserver-xorg-conf: fix rotation issue with htcdream and bump PRDenis 'GNUtoo' Carikli2
I used comment in the htcdream's xorg.conf for telling the user what to comment in order to remove rotation,but I forgetten to add some coments for the trackball,with the result of the trackball beeing rotated when the screen is not. I was told in irc and belive that a PR bump is ok and doesn't need prior review
2010-07-20mplayer-common: add support for htcdream and bump PRDenis 'GNUtoo' Carikli2
Alsa is prefered over oss because oss emulation on top of alsa is more inclined to buffer-underflows The configuration is derived from om-gta02's configuration because the htcdream doesn't have a floating point unit either(armv6-novfp)
2010-07-20openjdk-6-6b18: add pre1.8.1 releasebranch fixes up to 19 Jul 2010.Xerxes Rånby2
* openjdk-6-6b18-1.8/icedtea1.8-pre1.8.1-releasebranch-fixes.patch: Updated. fixes origin from http://icedtea.classpath.org/hg/release/icedtea6-1.8/shortlog
2010-07-20llvm2.7: new ARMv4 rawMOVLRPC.patch; backported llvm2.8svn r97745 & r104587 ↵Xerxes Rånby5
fixes. * llvm2.7/MOVLRPC.patch: deleted. * llvm2.7/rawMOVLRPC.patch: New patch replaces MOVLRPC.patch. emits mov lr, pc before indirect call_nolink branches using pseudo instructions for improved stablility on ARMv4 and ARMv4t. fixes segfault after called function return. llvm PR7608 * llvm2.7/r97745-llvmPR6480.patch: New backported from llvm2.8svn. fixes Assertion `SubUsed && "Using an undefined register!"' failed. * llvm2.7/r104587-MOVimm32.patch: New backported from llvm2.8svn. fixes TestARMCodeEmitter::emitPseudoInstruction UNREACHABLE at ARMCodeEmitter.cpp:554
2010-07-20ti-codecs-dm6467: Add latest codec server v.1.0.0.8Roger Monk1
* Add latest version recipe Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-07-20ti-codecs-dm6467: Fix URL to codec server downloadRoger Monk1
* Update URL to use absolute path instead of 'latest' Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-07-20zhone: don't call exit from Xsession.d scriptMartin Jansa2
* xserver-common version of Xsession does "source" for Xsession.d/* and exit kills main Xsession script Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-20base.bbclass: base_do_compile() accepts GNUmakefile as MakefileVitus Jensen1
GNU make will look for GNUmakefile, makefile and Makefile. GNUmakefile isn't recommended but used by some programs, e.g. canutils. Signed-off-by: Vitus Jensen <vjensen@gmx.de> Acked-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-19Revert "distro: Move thumb into distro features"Khem Raj21
This reverts commit e9fe87a13cf4e0453ff601c422ecbe6a98bc8f76. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-19remove dm3730-am3715-evm machine type referencesChase Maupin11
* Removed references to the dm3730-am3715-evm machine type and replaced with dm37x-evm and am37x-evm machine types. Signed-off-by: Chase Maupin <chase.maupin@ti.com> Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-07-19dm3730-am3715-evm: split machine type into twoChase Maupin2
* Split the dm3730-am3715-evm machine type into two separate machines. These are dm37x-evm and am37x-evm. * This split will allow for being able to distiguish different MACHINE_FEATURES in the future such as whether the machine has a DSP or not. This will allow for cleaner task creation. * In order to be able to choose the proper collateral and software such as documentation and codecs we need machine types that differentiate product lines (i.e. AM vs DM) and product families (i.e. 37x vs 35x). This change allows enough differentiation to chose proper collateral without requiring a machine type for every derivative chip. Signed-off-by: Chase Maupin <chase.maupin@ti.com> Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-07-19sane-toolchain.inc: Add armv4 to ARM EABI supporting architectures.Khem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-19distro: Move thumb into distro featuresKhem Raj21
* Currenlty we define the thumb specific overrides in machine tune files and as machine conf files are included before the distro conf files the overrides dont get right values and set incorrectly. * This patch moves the tune-thumb.inc from machine/include into distro/include and lets distro decide on thumb and thumb-interworking features based on the machine selected. If a machine which does not support thumb like all armv4 based machines is selected then distro makes correct decision now to disable thumb and thumb-interworking based upon the machine seletected. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-19opkg: bump SRCREV to 543Koen Kooi1
2010-07-19openjdk-6: Added manual RDEPENDS for vm-shark and vm-cacao.Robert Schuster1
2010-07-19openjdk-6: Reworked packaging (RDEPENDS) to match what users are used to ↵Robert Schuster1
from Ubuntu.
2010-07-19linux-openmoko-2.6.32: add missing patch, enable XFS, brtfs, GPTMartin Jansa3
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-19linux-openmoko-2.6.34: enable XFS, brtfs and GPT in defconfigMartin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-19bc-cube: add libgles-omap3-x11wsegl to x11 rdependsKoen Kooi1
2010-07-19angstrom-jalimo: fix openjdk-6-jre preferred versionMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <k-kooi@ti.com>
2010-07-19usbmodeswitch: fix virtual/libusb0Koen Kooi1
2010-07-19openjdk-6-6b18: add pre1.8.1 releasebranch fixes up to 13 Jul 2010.Xerxes Rånby3
fixes origin from http://icedtea.classpath.org/hg/release/icedtea6-1.8/shortlog
2010-07-19devicekit-power 014: fix build for offline machinesKoen Kooi1
2010-07-19uclibc-git: Refresh config for mipsel and bump to latest git master.Khem Raj2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-18balsa: Updated to version 2.4.7. Fixed infinite symlink error.Stanislav Brabec3
Signed-off-by: Stanislav Brabec <utx@penguin.cz>
2010-07-18lsof: Fixed typo in addtask.Stanislav Brabec1
Signed-off-by: Stanislav Brabec <utx@penguin.cz> Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
2010-07-18json-glib: Put in an extra folder as it may be used by others.Stefan Schmidt1
This way it is easier to spot. We need to make sure that the versions in moblin work with this version as well and move them.
2010-07-18indicator-network_0.2.6: And finally the connman/ofono based network indicatorStefan Schmidt1
2010-07-18indicator-applet_0.4.3: Gnome applet for so called indicators of AyatanaStefan Schmidt1
2010-07-18libindicator_0.3.8: Add for other Ayatana partsStefan Schmidt1
2010-07-18ido_0.1.6: Add for other Ayatana partsStefan Schmidt1
2010-07-18libdbusmenu_0.3.5: Add for other Ayatana partsStefan Schmidt1
2010-07-18json-glib_0.10.4: Add json-glibStefan Schmidt1
This is needed for other parts of the Ayatana project of Canonical. See here for more infos: https://launchpad.net/ayatana
2010-07-18dfu-util_0.1: Add 0.1 releaseStefan Schmidt2
2010-07-18keymaps: remove initscripts dependencyDenis 'GNUtoo' Carikli1
Multiple initscripts version exist,for instance initscripts-shr,initscripts-openmoko,initscripts etc... Depending on a particular initscript is not a good idea: For instance on SHR(distro) and htcdream(machine) it install initscripts instead of initscripts-shr in shr-image,which result in having the /etc/init.d/devices which is,according to mickeyl, an init script for devfs. if this init script is present(with the corresponding rc links) it get executed,which causes some devices nodes to lack. which prevent sound,modem and maybe other driver from working on the htcdream. Thanks mrmoku in #openmoko-cdevel in Freenode for helping me finding the offending recipe. Thanks mickeyl in #openmoko-cdevel in Freenode for telling me that usually packages don't depend on the initscripts Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Acked-by: Michael 'Mickey' Lauer <mickey@vanille-media.de> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-18task-shr-feed: update openjdk entryMartin Jansa1
2010-07-18jack: add 0.118.0 (latest stable)Koen Kooi1
2010-07-18obex-data-server: Adding imagemagick to DEPENDS (requires MagicWand by default).Stanislav Brabec1
2010-07-18opensp-native_1.5: Configure asks for gettext inherit itStefan Schmidt1
2010-07-18grep_2.6.3: Configure asks for gettext inherit itStefan Schmidt1
2010-07-18bison.inc: Configure asks for gettext inherit itStefan Schmidt1
2010-07-18linux(-kexecboot)_git: bump SRCREV, add fix for bug 16310Martin Jansa4
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>