Age | Commit message (Collapse) | Author | Files |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
a mess
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
busybox-mountall * this makes them parallel installable
|
|
|
|
Acked-by: Leon Woestenberg <leon@sidebranch.com>
|
|
Acked-by: Leon Woestenberg <leon@sidebranch.com>
|
|
|
|
into org.openembedded.dev
|
|
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>
|
|
|
|
|
|
MINI2440: Updated kernel recipes
To use MACHINE_KERNEL_PR instead of PR.
Signed-off-by: Michel Pollet <buserror@gmail.com>
|
|
MINI2440: Bumped 2.6.30 recipe
For the -rc8 merge
Signed-off-by: Michel Pollet <buserror@gmail.com>
|
|
MINI2440: Bumped Kernels version
2.6.29.4 and 2.6.30-rc6 -- updated defconfig too.
Signed-off-by: Michel Pollet <buserror@gmail.com>
|
|
MINI2440: Update kernel recipe to get 2.6.29.3
Fetch it from git, with an updated config
Signed-off-by: Michel Pollet <buserror@gmail.com>
|
|
[MINI2440] Removed evbug from default kernel
This removes the million of debug traces of the touchscreen
Signed-off-by: Michel Pollet <buserror@gmail.com>
|
|
MINI2440: Bumped kernel version tag
So it gets rebuild with upstream git.
Signed-off-by: Michel Pollet <buserror@gmail.com>
|
|
[MINI2440] Small kernel defconfig update
Make sure this builds a new kernel with last config.
Signed-off-by: Michel Pollet <buserror@gmail.com>
|
|
MINI2440: Kernel 2.6.30 recipe
Extracts the top of the mini2440-dev git branch
Signed-off-by: Michel Pollet <buserror@gmail.com>
|
|
Automagically load u-boot git and build that.
Make sure we use the 16k aligned one, so it can
be flashed with mtd_debug.
Signed-off-by: Michel Pollet <buserror@gmail.com>
|
|
git://git.openembedded.org/openembedded into org.openembedded.dev
|
|
library package
Acked-By: Michael Smith <msmith@cbnco.com>
|
|
|
|
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>
|
|
into org.openembedded.dev
|
|
Hi,
structure on our server was changed, sou we've got different URI now.
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
|
|
gdk-pixbuf recipe.
|
|
into org.openembedded.dev
|
|
partition since the first 'rootfs' is too small to hold a filesystem with GUI.
|
|
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>
|
|
|
|
because mips and mipsel are incompatible with GNU hash:
see: http://www.sourceware.org/ml/binutils/2006-07/msg00341.html for more details about that incompatibility
|
|
|
|
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>
|
|
|
|
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>
|