summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
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-01package bbclass: strip static libs as wellKoen Kooi1
2009-10-01checksums.ini: Added hotspot express and icedtea 1.6.1 sources.Robert Schuster1
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
2009-09-30apt-0.7.20.2: re-add nodoc.patch, needed by apt-nativeJeremy Lainé1
2009-09-30Merge branch 'org.openembedded.dev' of ↵Graeme Gregory15
git+ssh://git@git.openembedded.org/openembedded into org.openembedded.dev
2009-09-30glibc_2.9.bb : add already existing OE patch arm-lowlevellock-include-tls.patchGraeme Gregory1
This is required to get glibc 2.9 to build on arm oabi. eglibc already includes this patch and the patch is already in OE Signed-off-by: Graeme Gregory <dp@xora.org.uk> Acked-by: Philip Balister <philip@balister.org> Acked-by: Koen Kooi <koen@openembedded.org>
2009-09-30at-spi: add 1.28.0Steve Sakoman2
2009-09-30file-roller: add 2.28.0Steve Sakoman2
2009-09-30evince: add 2.28.0Steve Sakoman2
2009-09-30epiphany-extensions: add 2.28.0Steve Sakoman2
2009-09-30epiphany: add 2.28.0Steve Sakoman2
2009-09-30gnome-power-manager: update DEPENDSSteve Sakoman1
2009-09-30webkit: bump SRCREVSteve Sakoman5
2009-09-30gst-plugin-gles: gles2 fix from PratheeshKoen Kooi3
2009-09-30apt-0.7.20.2: disabled only doxygen instead of docsJeremy Lainé3
* don't disable the 'docs' directory, it causes packaging to fail * disable building doxygen documentation, it fails
2009-09-30apt-0.7.20: copy over missing patchesJeremy Lainé2
2009-09-29strace: Fix compilation for 4.5.14 and 4.5.18Khem Raj4
* Delete drop-ctl-proc.patch its included in mips-sigcontext.patch. * Delete strace-dont-include-linux-dirent-h.patch as it is not needed for 4.5.18. * Combine the SRC_URIs for mips and non mips in 4.5.14. * Make 4.5.18 default for mips and mipsel. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-30kexec-tools-klibc-static_2.0.1: set LD options for static. FixAndrea Adami1
fuzzyness. WIP
2009-09-29eglibc: Dont package timezone dataKhem Raj3
* Depend on USE_LDCONFIG to package ldconfig. * Delete usr/share/zoneinfo from install tree. * Delete extra binaries installed by getconf. POSIX_V6_ILP32_OFF32 POSIX_V7_ILP32_OFF32 XBS5_ILP32_OFF32 POSIX_V6_ILP32_OFFBIG POSIX_V7_ILP32_OFFBIG XBS5_ILP32_OFFBIG * Fix dangling symlink to /lib/libcidn-2.10.1.so * in do_stage dont do duplicate install its time consuming and complex instead copy the install tree into staging. This part it from poky http://git.pokylinux.org/cgit.cgi/poky/commit/?h=canadian&id=48a278ed71306f633091ed81d170eeff45ba3759 * Remove tzdata from RPROVIDES Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-09-29checksums.ini: some new entriesMarcin Juszkiewicz1
2009-09-29linux-mini2440: Get rid of floating revision.Florian Boor1
2009-09-29netbase: on BUG eth0 is always built-in Ethernet not wifiMarcin Juszkiewicz2
2009-09-29Merge branch 'org.openembedded.dev' of ↵Graeme Gregory28
git+ssh://git@git.openembedded.org/openembedded into org.openembedded.dev
2009-09-29tzcode-native_2009k.bb : 2009m is no longer availableGraeme Gregory4
tzdata_2009n.bb : 2009m is no longer available so make 2009n
2009-09-29linux-mini2440: Update to 2.6.31 and follow some more standards.Florian Boor3
2009-09-29hplip: add recipeCliff Brake3
2009-09-29vlc: update to 1.0.2Koen Kooi2
2009-09-29gst-plugin-gles: add git versionTK, Pratheesh Gangadhar2
* the upstream git repo is corrupted, so we employ some tricks to build it * and it has an RPATH problem...
2009-09-29angstrom: switch to a more recent gtkmmKoen Kooi1
2009-09-29opencv: update to latest svn, tweak buildsystem a bitKoen Kooi2
* the autofoo buildsystem has problems with exporting symbols * the cmake buildsystem introduces bad RPATHs into the python extensions
2009-09-29jamvm-initial 1.x.y: Use 512MB for Xmx by default, install libjvm in private ↵Robert Schuster2
directory.
2009-09-29classpath-native: Use --enable-tool-wrapper (increased PRs in respective BB ↵Robert Schuster3
files).
2009-09-29Fix t1lib dependency.Graham Gower1
Failed with: | mipsel-angstrom-linux-libtool: compile: mipsel-angstrom-linux-gcc -c -isystem/home/grg/oe/tmp/staging/mipsel-angstrom-linux/usr/include -isystem/home/grg/oe/tmp/staging/mipsel-angstrom-linux/usr/include -fexpensive-optimizations -frename-registers -fomit-frame-pointer -O2 -ggdb3 -fno-strength-reduce -DT1LIB_IDENT=\"5.0.2\" -DGLOBAL_CONFIG_DIR=\"/usr/share/t1lib\" xglyph.c -fPIC -DPIC -o .libs/xglyph.o | xglyph.c:47:27: error: X11/Xaw/Label.h: No such file or directory | xglyph.c:48:29: error: X11/Xaw/Command.h: No such file or directory | xglyph.c:49:26: error: X11/Xaw/Form.h: No such file or directory | xglyph.c:50:28: error: X11/Xaw/Dialog.h: No such file or directory | xglyph.c:51:25: error: X11/Xaw/Box.h: No such file or directory | xglyph.c:52:28: error: X11/Xaw/Toggle.h: No such file or directory | xglyph.c:54:31: error: X11/Xaw/AsciiText.h: No such file or directory | xglyph.c:55:32: error: X11/Xaw/SimpleMenu.h: No such file or directory | xglyph.c:56:28: error: X11/Xaw/SmeBSB.h: No such file or directory | xglyph.c:57:26: error: X11/Xaw/List.h: No such file or directory ... <snip> Signed-off-by: Graham Gower <graham.gower@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2009-09-29Fix lesstif compilation.Graham Gower1
Failed like this: | /bin/sh ../mipsel-angstrom-linux-libtool --tag=CC --mode=link mipsel-angstrom-linux-gcc -isystem/home/grg/oe/tmp/staging/mipsel-angstrom-linux/usr/include -fexpensive-optimizations -frename-registers -fomit-frame-pointer -O2 -ggdb3 -L/home/grg/oe/tmp/staging/mipsel-angstrom-linux/usr/lib -Wl,-rpath-link,/home/grg/oe/tmp/staging/mipsel-angstrom-linux/usr/lib -Wl,-O1 -o man2html man2html.o -L/home/grg/oe/tmp/staging/mipsel-angstrom-linux/usr/lib -lfreetype -L -lXft -lXrender | mipsel-angstrom-linux-libtool: link: require no space between `-L' and `-lXft' | make[2]: *** [man2html] Error 1 | make[2]: Leaving directory `/home/grg/oe/tmp/work/mipsel-angstrom-linux/lesstif-0.95.0-r1/lesstif-0.95.0/scripts' | make[1]: *** [all-recursive] Error 1 | make[1]: Leaving directory `/home/grg/oe/tmp/work/mipsel-angstrom-linux/lesstif-0.95.0-r1/lesstif-0.95.0/scripts' | make: *** [all-recursive] Error 1 | FATAL: oe_runmake failed Signed-off-by: Graham Gower <graham.gower@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2009-09-29x264: update to a more recent snapshotKoen Kooi3
2009-09-29gnome-mplayer: add 0.9.8Koen Kooi2
2009-09-29libsoup: add gnome-keyring dependency.Graham Gower1
libsoup's configure.in added a gnome-keyring check since the last version. Failure looks like this: | checking whether to build libsoup-gnome... yes | checking for GNOME_KEYRING... no | configure: error: Could not find gnome-keyring devel files. | Configure with --without-gnome if you wish to build only libsoup | without GNOME-specific features. | FATAL: oe_runconf failed` Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org>
2009-09-29python-django: Update to work with Python 2.6Petri Lehtinen1
Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi>
2009-09-29python-flup: Bump to version 1.0.2Petri Lehtinen2
Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi>