aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-07-22classes,bitbake.conf: Remove CROSS_DIR, install cross-packages into native ↵Khem Raj
sysroot * Update references to CROSS_DIR in classes and bitbake.conf. * This patch is based on Joshua Lock's work in poky. 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-21qemumips.conf, qemumipsel.conf: Add FEED_ARCHKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-21arm-thumb.inc: Make OVERRIDE TARGET_CC_ARCH TARGET_CC_KERNEL_ARCH ↵Khem Raj
conditionally apply for arm only. * Thumb is only relevant for ARM architecture so dont override if architecture is not arm. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-21Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded ↵Frans Meulenbroeks
into org.openembedded.dev
2010-07-21arm-thumb.inc: Don't modify TARGET_CC_*ARCH on non-arm/armebTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
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-21distro: Move thumb into distro featuresKhem Raj
* 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> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Martin Jansa <Martin.Jansa@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-20sane-toolchain.inc: Check for architectures which dont support EABIKhem Raj
* 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 Rini
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 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-20base.bbclass: base_do_compile() accepts GNUmakefile as MakefileVitus Jensen
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 Raj
This reverts commit e9fe87a13cf4e0453ff601c422ecbe6a98bc8f76. Signed-off-by: Khem Raj <raj.khem@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-19dm3730-am3715-evm: split machine type into twoChase Maupin
* 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 Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-19distro: Move thumb into distro featuresKhem Raj
* 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 Kooi
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-19angstrom-jalimo: fix openjdk-6-jre preferred versionMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <k-kooi@ti.com>