summaryrefslogtreecommitdiff
path: root/recipes
AgeCommit message (Collapse)AuthorFiles
2010-07-24distro: Add new feature to indicate thumb-interworking.Khem Raj1
* This would be used to decide if we can use BX in return instructions in uclibc. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-24Merge branch 'org.openembedded.dev' of ↵Marco Cavallini42
git://git.openembedded.org/openembedded into org.openembedded.dev
2010-07-23tcpdump-4.1.1Nicolas Boichat5
Ported most patches from 4.0.0, except no-ipv6-tcpdump4.patch (fixed upstream). Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-07-23libpcap 1.1.1 recipe.Nicolas Boichat2
Notes about patches from 1.0.0: - ieee80215-arphrd.patch: ported to 1.1.1 - aclocal.patch: does not seem to be needed (unsure) - 0001-Fix-some-problems-that-show-up-in-autoconf-2.64-and-.patch: same - ldflags.patch: fixed upstream Other main difference: - pcap-config is installed in the dev package, as well as in the staging directory. Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-07-23yaffs2: Remove legacy staging (from poky)Khem Raj3
* yaffs2-util remove native recipe in favor of BBBLASSEXTEND. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-23libbedic_1.1.bb, encdec-updater-native.bb: Remove legacy stagingKhem Raj2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-23opencv-dsp-acceleration: Revision changed to 128Pramod Poudel1
*IMGLIB_PATH is changed to path where other TI tools are found. Signed-off-by: Pramod Poudel <ktmpole@gmail.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-07-23gcc-4.5: Fix rev instruction generation on armv6+ (backport PR 43698)Khem Raj2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-23quilt-native: Dont configure with --without-dateKhem Raj2
* This ends up quilt installing its little perl handler for date which does not understand -r option used in quilt refresh Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-23uclibc-git: Bump SRCREVKhem Raj2
* Remove upstream patch. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-23task-shr-feed: add maximaMartin Jansa1
2010-07-23maxima: add recipe, tool for algebraic calculationDavid Lanzendörfer1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-23fsogsmd: temporarily disable palm pre support, until upstream has been ↵Michael 'Mickey' Lauer1
sorted out
2010-07-23tiff_3.9.2.bb: updated sources link because the old one was brokenMarco Cavallini1
* now is http://download.osgeo.org/libtiff
2010-07-23linux_git: bump SRCREV for rc6, enable PLATFORM_PATA for spitzMartin Jansa4
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-22binutils_2.20.1: commented out enabling for nios2Frans Meulenbroeks1
commented out enabling for nios2 as there is an open issue with ld; will enable again once I fixed the issue Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-07-22gcc: added COMPATIBLE_TARGET_SYSFrans Meulenbroeks2
added COMPATIBLE_TARGET_SYS ?= "(?!nios2)" to the gcc-common.inc file and COMPATIBLE_TARGET_SYS = "." to the only recipe that does support nios2 (gcc-4.2.1.bb) Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-07-22linux-openmoko-2.6.32: make defconfig more modularized and disable preemptMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-22linux-openmoko-2.6.32: update stable patch to 2.6.32.16, rebase some patches ↵Martin Jansa9
and add possible WS fix Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-22cornucopia.inc: bump FSO_CORNUCOPIA_SRCREV to get SetFunctionality fixes of ↵Klaus Kurzmann1
fsogsmd Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-07-22glibc.inc: changned = to ?= in COMPATIBLE_TARGET_SYS assignmentFrans Meulenbroeks1
replaced = by ?= apparently this fell out of the file somewhere Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-07-22glibc: added COMPATIBLE_TARGET_SYSFrans Meulenbroeks2
added COMPATIBLE_TARGET_SYS ?= "(?!nios2)" to the glibc.inc file and COMPATIBLE_TARGET_SYS = "." to the only recipe that does support nios2 (glibc_2.5.bb) Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-07-22gcc-4.5.inc: Bump SRCREV to latest git tip.Khem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-22recipes: Fix references to CROSS_DIRKhem Raj33
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-22toolchain: Remove references to CROSS_DIRKhem Raj11
* 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 Kooi1
2010-07-22python-pygtk2: install .pc fileKoen Kooi1
2010-07-22linux-omap-psp 2.6.32: add patch to fix USER button on xM and turn on core dumpsKoen Kooi4
2010-07-22coreutils: LICENSE for versions after 6.9 is GPLv3.Marc Olzheim2
Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-07-22openjdk-6: fix filespath so jvm.cfg is found and remove poky-stuffHenning Heinold1
2010-07-22kexecboot: add runtime dependency on losetup (klibc-static)Andrea Adami1
2010-07-22klibc: bump PR after relocating losetupAndrea Adami1
2010-07-22klibc-utils: move losetup in /sbinAndrea Adami1
* as done for modprobe
2010-07-21Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded ↵Frans Meulenbroeks1
into org.openembedded.dev
2010-07-21stage-manager-ipkg: Make the workaround for tar + SIGPIPE more robustTom Rini1
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 Meulenbroeks2
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 Meulenbroeks3
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 Raj4
* 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 Heinold2
* bump INC_PR
2010-07-21openjdk-6-6b18: updating comment about armv7 supportHenning Heinold1
2010-07-21squashfstools: pin to today instead of using a floating srcdateKoen Kooi1
2010-07-21llvm2.7: backported llvm2.8svn r104558, r104652 & r104653 fixes.Xerxes Rånby4
* 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 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 Kooi74
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-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)