summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2009-06-05busybox: let update-alternatives create all symlinks, and use INC_PRMichael Smith9
Back in 2005, commit 5e01906b set this up; in f7f1ac27 the recipe was changed to keep all the links in the package. This changes it back, and also removes special treatment of the links for crond, httpd, udhcpd, hwclock, and udhcpc. Signed-off-by: Michael Smith <msmith@cbnco.com>
2009-06-04glibc-package: respect ${base_libdir}, don't admit .a files into main ↵Phil Blundell1
library package Acked-By: Michael Smith <msmith@cbnco.com>
2009-06-04update cppunit version to 1.12.1Lucian Ion1
2009-06-04update cppunit version to 1.12.1Lucian Ion1
2009-06-04ep93xx: switch back to armv4tMarcin Juszkiewicz1
- maverick optimisations should be used only in applications/libraries which make use of floating point operations - glibc requires patching to have full Maverick support
2009-06-04at2440evb.conf: Add AT2440EVB machine config.Ramax Lo2
2009/5/12 Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> > > Dnia czwartek, 7 maja 2009 o 03:30:00 Ramax Lo napisał(a): > > --- > >  conf/machine/at2440evb.conf |   19 +++++++++++++++++++ > >  1 files changed, 19 insertions(+), 0 deletions(-) > >  create mode 100644 conf/machine/at2440evb.conf > > Can you send also kernel config? > Ok, please see the attached file. And a patch for this is also attached. Ramax > Regards, > -- > JID:      hrw@jabber.org > Website:  http://marcin.juszkiewicz.com.pl/ > LinkedIn: http://www.linkedin.com/in/marcinjuszkiewicz > > > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel >From 714e9915572b7c8eda2d4c10b6b4420bd011c1eb Mon Sep 17 00:00:00 2001 From: Ramax Lo <ramaxlo@gmail.com> Date: Thu, 2 Apr 2009 14:31:27 +0800 Subject: [PATCH] linux: Add initial support for AT2440EVB board Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2009-06-04at2440evb.conf: Add AT2440EVB machine config.Ramax Lo1
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2009-06-04Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Marcin Juszkiewicz10
into org.openembedded.dev
2009-06-04linux-hackndev: fixed SRC_URIMichal Hrusecky1
Hi, structure on our server was changed, sou we've got different URI now. Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2009-06-04gtk+: Provide gdk-pixbuf in order to avoid conflict with the framebuffer ↵Florian Boor1
gdk-pixbuf recipe.
2009-06-04add myself entryLynn Lin1
2009-06-03Merge branch 'org.openembedded.dev' of git@new.openembedded.org:openembedded ↵Phil Blundell2
into org.openembedded.dev
2009-06-03linux: Update Linux 2.6.28 defconfig for TX27. Move root to 'userfs' ↵Florian Boor1
partition since the first 'rootfs' is too small to hold a filesystem with GUI.
2009-06-03TX27: Generate a better jffs2 and add hook for summary information enabled ↵Florian Boor1
jffs2.
2009-06-03busybox: allow building when prefix is "", not "/usr".Michael Smith1
There was code to handle this, but it needed a tweak to prevent copying a directory on top of itself. Other prefixes (besides /usr) may also work now, but this is untested. busybox will also build when base_sbindir is "/bin" instead of "/sbin". Signed-off-by: Michael Smith <msmith@cbnco.com>
2009-06-03micro2440.conf: make matchbox penel look nicer with the big displayFlorian Boor1
2009-06-03mutt_1.5.19.bb : latest version of the mutt MTA with sidebar supportGraeme Gregory4
2009-06-02gnuradio-3.2.0 : Add recipe for new release of gnuradio.Philip Balister1
2009-06-02angstrom: no binary locales for ep93xxMarcin Juszkiewicz1
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Tom Rini <trini@embeddedalley.com>
2009-06-02tune-ep3912: optimize with -O not -O2Marcin Juszkiewicz1
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Tom Rini <trini@embeddedalley.com>
2009-06-02tune-ep9312: ep9312 can run armv4tMarcin Juszkiewicz1
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Tom Rini <trini@embeddedalley.com>
2009-06-02tune-ep9312: use flags from Martin W. Guy workMarcin Juszkiewicz1
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Tom Rini <trini@embeddedalley.com>
2009-06-02ep93xx: use Maverick FPMarcin Juszkiewicz1
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Tom Rini <trini@embeddedalley.com>
2009-06-02gcc 4.3.3: add ep93xx patches from Martin W. GuyMarcin Juszkiewicz29
Patchset taken from http://martinwguy.co.uk/martin/crunch/ Text from page: On 10 March there were no known bugs in this stuff (again). On 19 March libvorbisenc managed to find a bug in GCC whereby it incorrectly optimizes certain code sequences that use single-precision floats. The Maverick code generator exhibits similar symptoms for the same code, but only at optimization levels -O2 and above, so the fastest reliable optimization options for Maverick at present are -O -ffast-math. I've been working on GCC-4.3.3 to make it generate working code for the Cirrus Logic MaverickCrunch FPU, as found in their ARM-based EP9302, EP9307, EP9312 and EP9315 chips, making floating point-intensive code about 2.5 times faster. This follows on from Hasjim Williams' earlier work with gcc-4.1.2 and 4.2.0, a bundle of his more recent ideas and more hacks from me. If you want to understand the patches themselves, there is an article about the MaverickCrunch FPU and GCC's problems with it on the Debian wiki [1] and I have added commentary at the top of the individual patch files. 1. http://wiki.debian.org/ArmEabiMaverickCrunch Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Tom Rini <trini@embeddedalley.com>
2009-06-02atd: fix spelling of LICENSERolf Leggewie2
2009-06-01checksums.ini : Add checksum for gnuradio-3.2Philip Balister1
* Still working on bb file
2009-06-01(e)glibc.inc: add minimal sane kernel versions, move from bitbake.confRoman I Khimov3
(e)glibc is configured for OLDEST_KERNEL, certain target architectures have specific requirements for kernel versions, if that are not satisfied (e)glibc reconfigures itself with what it think more appropriate and warns user that there is misconfiguration on his side. Add minimal sane kernel versions for architectures requiring that. Also move (e)glibc-specific OLDEST_KERNEL variable from bitbake.conf to (e)glibc.inc files that are more appropriate for this. Acked-by: Tom Rini <trini@embeddedalley.com>
2009-06-01initscripts: Get rid of the vtmaster stuff, bump PR.Tom Rini3
I ran into this on my boards that start out with the really minimal (console and null only) set of dev nodes prior to udev running. The banner script looks around for what might be the vtmaster (aka what's got console) to say that we're booting. But that's where things go by default anyhow. Signed-off-by: Tom Rini <trini@embeddedalley.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Mike Westerhof <mwester@dls.net>
2009-06-01python-native: Actually bump PRTom Rini1
2009-06-01moblin: add nbtk, hornsey and bognor-regisKoen Kooi3
2009-06-01clutter-gst: add 0.9Koen Kooi1
* only works with proper GL, the clutter folks broke GLES
2009-06-01startup-notification: add 0.9Koen Kooi1
2009-06-01clutter 0.9: fixup GLES backendKoen Kooi1
2009-06-01clutter 0.9: add from pokyKoen Kooi2
2009-06-01librsvg: add 2.26.0Koen Kooi2
2009-06-01connman: fix initscript and start earlier (but after dbus) (from poky)Koen Kooi3
2009-06-01dbus: start a bit earlier in the init sequence (from poky)Koen Kooi2
2009-06-01udev: Allow standard users to access shared memory (from poky)Koen Kooi2
2009-06-01gnuradio: add hack to build a private copy of libusb (the gnarly old one) ↵Koen Kooi3
and statically link that since gnuradio is using private methods of libusb that libusb-compat won't provide
2009-05-31gnome-vfs: bump PR for gnome.bbclass changeKoen Kooi1
2009-05-31gimp 2.6.3: bump PR for gnome.bbclass changeKoen Kooi1
2009-05-31moblin: add recipes from poky 'meta-moblin' overlayKoen Kooi9
* the juicy parts depend on clutter and clutter-gst
2009-05-31xdg-user-dirs: add 0.10 (from poky)Koen Kooi2
2009-05-31redland: add 1.0.8 (from poky)Koen Kooi3
2009-05-31libjana: sync with pokyKoen Kooi2
2009-05-31gnet: sync with pokyKoen Kooi4
2009-05-31gupnp*: sync with pokyKoen Kooi3
2009-05-31check: add 0.9.5 (from poky)Koen Kooi2
2009-05-31angstrom-gpe-task-base: bump PRKoen Kooi1
2009-05-31angstrom 2009.X: preferred-versions updatesKoen Kooi1