Age | Commit message (Collapse) | Author | Files |
|
For .diff/.patch you need to apply manually, you can specify apply=no.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
|
|
I think this makes the behavior rather more clear.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
|
|
* all: multiple checked items in SRC_URI (needs name= param)
* other fixes like non-existent URL, checksums moved ot .inc or included .bb (ie for -native)
* ...
* tested with micro/micro-uclibc/Angstrom/SHR with
SOURCE_MIRROR_FETCH="True" (ignoring COMPATIBLE_*
* also tested -c fetch with s/SRC_URI_append_[^ ]*/SRC_URI_append/g and
s/SRC_URI_[^ ]*/SRC_URI_append/g to catch all URLs used only for
distro/machine/virtual override (see
http://build.shr-project.org/tests/jama/SRC_URI.removeOverrides.patch)
* in case I downloaded different checksum then what was in checksums.ini
I used the old one from checksums.ini and put my checksum in comment
* I'll send to ML list of recipes which cannot be downloaded (weren't
converted) and where I got different checksums
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
* fetch all *.bb with patched utils.bbclass appending all checksums
found only in checksums.ini to recipe
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Bernhard Guillon <Bernhard.Guillon@opensimpad.org>
Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Evaluation Board
* based on a patch from http://www.armbedded.eu/documentation
* bump PR
|
|
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
|
|
|
|
Now a correct commit, sorry for the previous attempt.
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
|
|
This reverts commit f1cc64d92cc4023fe8180dc0079d010eec0d71b0.
|
|
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.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>
|
|
|
|
|
|
- added EDB9301 support (from LAKML)
- hacked machine ID of EDB9301 (board here has other then official one)
|
|
|
|
- netfilter support (everything)
- 8MB Dataflash chip is now recognized
- power management
- watchdog
- dma engine
- ipv6
- i2c
- spi
- i2c/spi eeproms
- leds (built-in)
- userspace drivers
- dnotify
- fat/ntfs/iso/udf/cramfs/squashfs filesystems
- crypto
- ext2/ext3 are now built-in
|
|
|
|
|
|
|
|
|
|
|
|
|