aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
AgeCommit message (Collapse)Author
2010-07-22toolchain: Remove references to CROSS_DIRKhem Raj
* Toolchain is installed into native sysroot now. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Tom Rini <tom_rini@mentor.com> Acked-by: Richard Purdie <rpurdie@rpsys.net> Ackef-by: Chris Larson <clarson@kergoth.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org>
2010-07-22linux-omap-psp 2.6.32: fix cpuidle in multiconfigKoen Kooi
2010-07-22python-pygtk2: install .pc fileKoen Kooi
2010-07-22linux-omap-psp 2.6.32: add patch to fix USER button on xM and turn on core dumpsKoen Kooi
2010-07-22coreutils: LICENSE for versions after 6.9 is GPLv3.Marc Olzheim
Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-07-22openjdk-6: fix filespath so jvm.cfg is found and remove poky-stuffHenning Heinold
2010-07-22kexecboot: add runtime dependency on losetup (klibc-static)Andrea Adami
2010-07-22klibc: bump PR after relocating losetupAndrea Adami
2010-07-22klibc-utils: move losetup in /sbinAndrea Adami
* as done for modprobe
2010-07-21Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded ↵Frans Meulenbroeks
into org.openembedded.dev
2010-07-21stage-manager-ipkg: Make the workaround for tar + SIGPIPE more robustTom Rini
Signed-off-by: Gilbert Coville <gilbert_coville@mentor.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-07-21linux-libc-headers: added COMPATIBLE_TARGET_SYSFrans Meulenbroeks
added COMPATIBLE_TARGET_SYS ?= "(?!nios2)" to the inc file and COMPATIBLE_TARGET_SYS = "." to the only recipe that does support nios2 Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-07-21binutils: added COMPATIBLE_TARGET_SYSFrans Meulenbroeks
added COMPATIBLE_TARGET_SYS ?= "(?!nios2)" to the inc file and COMPATIBLE_TARGET_SYS = "." to the few recipes that do support nios2 Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-07-21uclibc-git: Update cpu to be arm926t in config for qemuarmKhem Raj
* Fix PIE execution when uclibc is compiled with thumb * Update defconfig for armv5te architecture Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-21openjdk: fix sed scripts for jvm.cfg postinst/prermHenning Heinold
* bump INC_PR
2010-07-21openjdk-6-6b18: updating comment about armv7 supportHenning Heinold
2010-07-21squashfstools: pin to today instead of using a floating srcdateKoen Kooi
2010-07-21llvm2.7: backported llvm2.8svn r104558, r104652 & r104653 fixes.Xerxes Rånby
* llvm2.7/r104558-VFPmisc.patch: Add missing implementation to the materialization of VFP misc. instructions (vmrs, vmsr and vmov (immediate)). * llvm2.7/r104652-VFPLoadStoreMultiple.patch: LLVM PR7221 Makes VFP calculations correct. * llvm2.7/r104653-BFC-BFI.patch: LLVM PR7222 Fixes LLVM ERROR: ARMv6t2 JIT is not yet supported. * llvm2.7_2.7.bb: Added above patches and bumped PR.
2010-07-21linux-openmoko: upgrade kernel in NAND partition also if rootfs is ubi (not ↵Martin Jansa
only mtdblock) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-21xbmc: fix up recipe a bitKoen Kooi
2010-07-21linux-omap-psp 2.6.32: add patches to make the VGA and 3MP cameras work on ↵Koen Kooi
the beagelboard xM
2010-07-21gst-plugins-bad 0.10.19: add missing dep on libcdaudioKoen Kooi
2010-07-21glib-2.0: Remove the old-style native dependency and move virtual-native ↵Florian Boor
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-20angstrom-gnome-image: switch to psplashKoen Kooi
2010-07-20xserver-xorg-conf: fix rotation issue with htcdream and bump PRDenis 'GNUtoo' Carikli
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' Carikli
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ånby
* 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ånby
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 Monk
* 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 Monk
* 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 Jansa
* 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-19remove dm3730-am3715-evm machine type referencesChase Maupin
* 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-19openjdk-6: Added manual RDEPENDS for vm-shark and vm-cacao.Robert Schuster
2010-07-19openjdk-6: Reworked packaging (RDEPENDS) to match what users are used to ↵Robert Schuster
from Ubuntu.
2010-07-19linux-openmoko-2.6.32: add missing patch, enable XFS, brtfs, GPTMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-19linux-openmoko-2.6.34: enable XFS, brtfs and GPT in defconfigMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-19bc-cube: add libgles-omap3-x11wsegl to x11 rdependsKoen Kooi
2010-07-19usbmodeswitch: fix virtual/libusb0Koen Kooi
2010-07-19openjdk-6-6b18: add pre1.8.1 releasebranch fixes up to 13 Jul 2010.Xerxes Rånby
fixes origin from http://icedtea.classpath.org/hg/release/icedtea6-1.8/shortlog
2010-07-19devicekit-power 014: fix build for offline machinesKoen Kooi
2010-07-19uclibc-git: Refresh config for mipsel and bump to latest git master.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-18balsa: Updated to version 2.4.7. Fixed infinite symlink error.Stanislav Brabec
Signed-off-by: Stanislav Brabec <utx@penguin.cz>
2010-07-18lsof: Fixed typo in addtask.Stanislav Brabec
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 Schmidt
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 Schmidt
2010-07-18indicator-applet_0.4.3: Gnome applet for so called indicators of AyatanaStefan Schmidt
2010-07-18libindicator_0.3.8: Add for other Ayatana partsStefan Schmidt
2010-07-18ido_0.1.6: Add for other Ayatana partsStefan Schmidt
2010-07-18libdbusmenu_0.3.5: Add for other Ayatana partsStefan Schmidt
2010-07-18json-glib_0.10.4: Add json-glibStefan Schmidt
This is needed for other parts of the Ayatana project of Canonical. See here for more infos: https://launchpad.net/ayatana