summaryrefslogtreecommitdiff
path: root/recipes
AgeCommit message (Collapse)AuthorFiles
2009-10-04geda-gattrib_1.4.3.bb: Fix bitbake parsing errorKhem Raj1
ERROR: Error in executing python function in: ERROR: Exception:<type 'exceptions.TypeError'> Message:list indices must be integers, not NoneType ERROR: Printing the environment of the function ERROR: 0001:def __anonfunc(): ERROR: 0002: import bb ERROR: 0003: from bb import __version__ ERROR: 0004: base_after_parse(d) ERROR: 0005: ERROR: Function __anonfunc failed ERROR: ('function __anonfunc failed', '/home/kraj/work/oe/build/anonfunc//log.__anonfunc.13347.0.848951115496') while parsing /home/kraj/work/oe/openembedded/recipes/geda/geda-gattrib_1.4.3.bb Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-10-04mini-init: delete suspicious 755 file (asus wl-500g deluxe ?)Andrea Adami1
2009-10-03geda (all recipes): New home page URL.Stanislav Brabec12
2009-10-03geda: Fixed virtual package.Stanislav Brabec1
2009-10-03geda-gattrib: Fixed build failure with the latest gtk+.Stanislav Brabec2
2009-10-03kexecboot-cfg: mount root rw on collieThomas Kunze1
fixes booting from sd-card
2009-10-03nm-applet: fix some buildproblemsKoen Kooi1
2009-10-03kexec-tools-klibc-static_2.0.1: rework patches. Still won't build. WIPAndrea Adami2
2009-10-02networkmanager: add git bits for nm and nm-appletKoen Kooi7
2009-10-02glib-2.0: update to 2.22.1Koen Kooi7
2009-10-02network manager: work around some dbus at_console problemsKoen Kooi4
2009-10-02nautilus: update to 2.28Koen Kooi1
2009-10-02fastjar: update to 0.98Henning Heinold3
* switch to INC_PR and .inc
2009-10-02xorg-proto: let native packages depend on util-macros-nativeHenning Heinold19
* adding xorg-proto-native.inc * set DEPENDS and inherit native in it * no version bump is needed
2009-10-02network manager: massive updateKoen Kooi10
2009-10-02libcanberra: tweak packagingKoen Kooi1
2009-10-02gnome-desktop: tweak packagingKoen Kooi1
2009-10-02xf86-input-evtouch: make it build again, add HAL supportKoen Kooi10
2009-10-02gnome-common: add 2.28.0Steve Sakoman1
2009-10-02libxrandr: add 1.3.0Steve Sakoman1
2009-10-02gnome-desktop: add 2.28.0Steve Sakoman1
2009-10-02gnome-settings-daemon: add 2.28.0Steve Sakoman1
2009-10-02libgnomekb: add 2.28.0Steve Sakoman1
2009-10-02libgnome: add 2.28.0Steve Sakoman1
2009-10-02gnome-control-center: add 2.28.0Steve Sakoman1
2009-10-02gnome-applets: add 2.28.0Steve Sakoman1
2009-10-02gdm: add 2.28.0Steve Sakoman8
2009-10-02connman: update git versionKoen Kooi3
connman-gnome: update git version
2009-10-01eglibc-svn: Bump the SRCREV to latest.Khem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-10-01proxy-libintl_20080418.bb: include libintl.h in -dev package.Khem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-10-01uclibc-nptl: Move to latest revision.Khem Raj4
* Add needed fixes to get uclibc nptl compiling. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-10-01ecj-initial: Increased maximum heap space to 1 GiB.Robert Schuster6
ecj-bootstrap-native: Dito.
2009-10-01task beagleboard demo: add mplayer hackKoen Kooi1
2009-10-01gnome-mplayer: add fixes for gtk 2.18 from svn, update svn recipe, clean up ↵Koen Kooi8
patches
2009-10-01mplayer: redraw XV colourkey on every exposeKoen Kooi2
This fixes embedding into gnome-mplayer
2009-10-01gecko-mediaplayer: fix copy/paste in packagingKoen Kooi1
2009-10-01cheese: add 2.28.0.1Steve Sakoman1
2009-10-01gecko-mplayer: import from AlwaysInnovating overlay and clean it up a bitKoen Kooi5
2009-10-01firefox 3.5.2: sync with AlwaysInnovating overlayKoen Kooi6
2009-10-01linux 2.6.31: added at91sam9263ek and ep93xx supportMarcin Juszkiewicz3
EDB9301 boots properly into this kernel AT91SAM9263-EK boots but some things which were in at91-exp patch are missing
2009-10-01Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded ↵Frans Meulenbroeks80
into org.openembedded.dev
2009-10-01proftpd: fix strip issueFrans Meulenbroeks2
2009-09-30Merge branch 'org.openembedded.dev' of ↵Jeremy Lainé68
ssh://git.openembedded.net/openembedded into org.openembedded.dev
2009-09-30dpkg: fix package configuration on first bootJeremy Lainé6
* Use do_install to setup S98configure script, just like for the opkg package.
2009-09-30linux: added 2.6.31Marcin Juszkiewicz1
2009-09-30gcc: update Maverick Crunch support to 20090908 versionMarcin Juszkiewicz67
From Martin W. Guy page http://martinwguy.co.uk/martin/crunch/ The 20090908 version * performs single and double precision floating point in the FPU (add, sub, mul, neg, abs, cmp and conversions from single and double precision floats to integral types). * by default, disables the floating point cfnegs and cfnegd instructions, which fail to convert 0 to -0 as they should. You can re-enable them with the -funsafe-math-optimizations flag, which is one of those enabled by -ffast-math (gcc-4.3 has an even more specific -fno-signed-zeros flag, which is one of those enabled by -funsafe-math-optimizations). * by default, does not respect denormalised values, so the smallest representable values are ±2-126 for floats and ±2-1022 for doubles instead of the usual ±2-149 and ±2-1074. * has a -mieee flag, which enables handling of denormalized values by disabling all the buggy instructions. With this, floating point addition, subtraction, negation, absolute value and conversion between floats and integer types are performed in software, leaving only floating point multiplication and comparison performed in hardware. * has no negative impact on regular ARM code generation. * always works round the hardware bugs in the FPU and no longer has the -mcirrus-fix-invalid-insns flag since chip development has stopped and all existing silicon has the same bugs except for the original revision D0 which is not supported. * passes GCC's IEEE testsuite except for the one specific test that checks for correct handling of denormalized values. With -mieee it passes all the math tests. * passes all other testsuites that I've tried (see below) including the stringent "paranoia" floating point IEEE conformance test. * produces the fastest Maverick code yet: 5.94 MFLOPS according to FFTW's tests/bench -opatient cf1024 benchmark and LAME takes 2m25 to encode that 30-second WAV file on a 200MHz EP9307 (compared to 5.4 and 2m30 for the futaris patches for 4.1.2 and 4.2.0). * does not use the FPU's buggy 64-bit integer instructions unless the new -mcirrus-di flag is given. Programs that do a lot of 64-bit integer operations (add, sub, mul, neg, abs, shifts) may be faster using this, but rigorous testing will be necessary to ensure that bad code is not being produced. OpenSSL's testsuite fails if this is enabled. There is more detail at the head of the arm-crunch-cirrus-di-flag.patch file. Known bugs * C: Values held in Maverick registers are not restored when performing a setjmp/longjmp pair. There is a fix to glibc for this in a message to the linux-cirrus mailing list. * C++: Similarly, exception unwinding (performing a throw back to a catch block in a different function) does not restore floating point and 64-bit values held in Maverick registers. * C++: Some C++ files will not compile, saying ".save {mv8}" Error: register expected although the same files will compile with optimization disabled. There is a patch to make binutils recognize these registers in the .save macro in a message to the linux-cirrus mailing list.
2009-09-30apt: add /var/log/apt to volatilesJeremy Lainé1
2009-09-30Merge branch 'org.openembedded.dev' of ↵Jeremy Lainé2
ssh://git.openembedded.net/openembedded into org.openembedded.dev
2009-09-30apt: add volatiles support for /var/cache/aptJeremy Lainé6
2009-09-30proftpd: fixed makefile issue (replaced CC by BUILD_CC)frans2