Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2010-07-22 | linux-omap-psp 2.6.32: fix cpuidle in multiconfig | Koen Kooi | 1 | |
2010-07-22 | python-pygtk2: install .pc file | Koen Kooi | 1 | |
2010-07-22 | linux-omap-psp 2.6.32: add patch to fix USER button on xM and turn on core dumps | Koen Kooi | 4 | |
2010-07-22 | coreutils: LICENSE for versions after 6.9 is GPLv3. | Marc Olzheim | 2 | |
Signed-off-by: Koen Kooi <koen@openembedded.org> | ||||
2010-07-22 | openjdk-6: fix filespath so jvm.cfg is found and remove poky-stuff | Henning Heinold | 1 | |
2010-07-22 | kexecboot: add runtime dependency on losetup (klibc-static) | Andrea Adami | 1 | |
2010-07-22 | klibc: bump PR after relocating losetup | Andrea Adami | 1 | |
2010-07-22 | klibc-utils: move losetup in /sbin | Andrea Adami | 1 | |
* as done for modprobe | ||||
2010-07-21 | Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded ↵ | Frans Meulenbroeks | 1 | |
into org.openembedded.dev | ||||
2010-07-21 | stage-manager-ipkg: Make the workaround for tar + SIGPIPE more robust | Tom Rini | 1 | |
Signed-off-by: Gilbert Coville <gilbert_coville@mentor.com> Signed-off-by: Tom Rini <tom_rini@mentor.com> | ||||
2010-07-21 | linux-libc-headers: added COMPATIBLE_TARGET_SYS | Frans Meulenbroeks | 2 | |
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-21 | binutils: added COMPATIBLE_TARGET_SYS | Frans Meulenbroeks | 3 | |
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-21 | uclibc-git: Update cpu to be arm926t in config for qemuarm | Khem Raj | 4 | |
* 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-21 | openjdk: fix sed scripts for jvm.cfg postinst/prerm | Henning Heinold | 2 | |
* bump INC_PR | ||||
2010-07-21 | openjdk-6-6b18: updating comment about armv7 support | Henning Heinold | 1 | |
2010-07-21 | squashfstools: pin to today instead of using a floating srcdate | Koen Kooi | 1 | |
2010-07-21 | llvm2.7: backported llvm2.8svn r104558, r104652 & r104653 fixes. | Xerxes Rånby | 4 | |
* 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-21 | linux-openmoko: upgrade kernel in NAND partition also if rootfs is ubi (not ↵ | Martin Jansa | 1 | |
only mtdblock) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
2010-07-21 | xbmc: fix up recipe a bit | Koen Kooi | 1 | |
2010-07-21 | linux-omap-psp 2.6.32: add patches to make the VGA and 3MP cameras work on ↵ | Koen Kooi | 74 | |
the beagelboard xM | ||||
2010-07-21 | gst-plugins-bad 0.10.19: add missing dep on libcdaudio | Koen Kooi | 1 | |
2010-07-21 | glib-2.0: Remove the old-style native dependency and move virtual-native ↵ | Florian Boor | 1 | |
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-20 | angstrom-gnome-image: switch to psplash | Koen Kooi | 1 | |
2010-07-20 | xserver-xorg-conf: fix rotation issue with htcdream and bump PR | Denis 'GNUtoo' Carikli | 2 | |
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-20 | mplayer-common: add support for htcdream and bump PR | Denis 'GNUtoo' Carikli | 2 | |
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-20 | openjdk-6-6b18: add pre1.8.1 releasebranch fixes up to 19 Jul 2010. | Xerxes Rånby | 2 | |
* 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-20 | llvm2.7: new ARMv4 rawMOVLRPC.patch; backported llvm2.8svn r97745 & r104587 ↵ | Xerxes Rånby | 5 | |
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-20 | ti-codecs-dm6467: Add latest codec server v.1.0.0.8 | Roger Monk | 1 | |
* Add latest version recipe Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com> | ||||
2010-07-20 | ti-codecs-dm6467: Fix URL to codec server download | Roger Monk | 1 | |
* 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-20 | zhone: don't call exit from Xsession.d script | Martin Jansa | 2 | |
* 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-19 | remove dm3730-am3715-evm machine type references | Chase Maupin | 10 | |
* 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-19 | openjdk-6: Added manual RDEPENDS for vm-shark and vm-cacao. | Robert Schuster | 1 | |
2010-07-19 | openjdk-6: Reworked packaging (RDEPENDS) to match what users are used to ↵ | Robert Schuster | 1 | |
from Ubuntu. | ||||
2010-07-19 | linux-openmoko-2.6.32: add missing patch, enable XFS, brtfs, GPT | Martin Jansa | 3 | |
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
2010-07-19 | linux-openmoko-2.6.34: enable XFS, brtfs and GPT in defconfig | Martin Jansa | 2 | |
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
2010-07-19 | bc-cube: add libgles-omap3-x11wsegl to x11 rdepends | Koen Kooi | 1 | |
2010-07-19 | usbmodeswitch: fix virtual/libusb0 | Koen Kooi | 1 | |
2010-07-19 | openjdk-6-6b18: add pre1.8.1 releasebranch fixes up to 13 Jul 2010. | Xerxes Rånby | 3 | |
fixes origin from http://icedtea.classpath.org/hg/release/icedtea6-1.8/shortlog | ||||
2010-07-19 | devicekit-power 014: fix build for offline machines | Koen Kooi | 1 | |
2010-07-19 | uclibc-git: Refresh config for mipsel and bump to latest git master. | Khem Raj | 2 | |
Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
2010-07-18 | balsa: Updated to version 2.4.7. Fixed infinite symlink error. | Stanislav Brabec | 3 | |
Signed-off-by: Stanislav Brabec <utx@penguin.cz> | ||||
2010-07-18 | lsof: Fixed typo in addtask. | Stanislav Brabec | 1 | |
Signed-off-by: Stanislav Brabec <utx@penguin.cz> Acked-by: Stefan Schmidt <stefan@datenfreihafen.org> | ||||
2010-07-18 | json-glib: Put in an extra folder as it may be used by others. | Stefan Schmidt | 1 | |
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-18 | indicator-network_0.2.6: And finally the connman/ofono based network indicator | Stefan Schmidt | 1 | |
2010-07-18 | indicator-applet_0.4.3: Gnome applet for so called indicators of Ayatana | Stefan Schmidt | 1 | |
2010-07-18 | libindicator_0.3.8: Add for other Ayatana parts | Stefan Schmidt | 1 | |
2010-07-18 | ido_0.1.6: Add for other Ayatana parts | Stefan Schmidt | 1 | |
2010-07-18 | libdbusmenu_0.3.5: Add for other Ayatana parts | Stefan Schmidt | 1 | |
2010-07-18 | json-glib_0.10.4: Add json-glib | Stefan Schmidt | 1 | |
This is needed for other parts of the Ayatana project of Canonical. See here for more infos: https://launchpad.net/ayatana | ||||
2010-07-18 | dfu-util_0.1: Add 0.1 release | Stefan Schmidt | 2 | |