aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux_2.6.24.bb
AgeCommit message (Collapse)Author
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
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>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
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>
2010-04-16linux-2.6.24: deactivate the LEON co-processor for hipox machinet.fromm
There are massive network problems when transmitting UDP packets using the LEON copro. UDP packet contents get overwritten at the sender side, UDP checksums are incorrect, and the like. The problem can be triggered by writing small (< MTU size) packets into a socket in rapid succession to multiple receivers on a system without any other load. Until we can fix the LEON firmware we disable it. Signed-off-by: Thilo Fromm <t.fromm@dresearch.de> Acked-by: Steffen Sledz <sledz@dresearch.de>
2010-04-12recipes: move checksums to recipes from checksums.ini, part 2 manual adjustementMartin Jansa
* 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>
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
* 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>
2010-03-04linux: fix compulab_image dependency loopMarcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2010-03-04linux 2.6.24: update ts72xx patchset and stop using it as default kernelPetr Štetiar
Signed-off-by: Petr Štetiar <ynezz@true.cz> Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2010-02-04oxnas: remove support for oxnas machineSteffen Sledz
OXNAS machine was only used as prototyp for HIPOX machine and is not needed any longer. Because of constant build problems support is finished. Signed-off-by: Steffen Sledz <sledz@dresearch.de>
2010-01-29linux-2.6.24: mutual access to NOR, NAND, and PCI at hipox machineSteffen Sledz
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
2010-01-15linux_2.6.24: secure NAND access against PCI activity at hipox machineSteffen Sledz
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
2009-12-14linux 2.6.24: drop time.h.patch - it is in 2.6.24.7 updateMarcin Juszkiewicz
2009-12-14linux 2.6.24: update to latest stable patchMarcin Juszkiewicz
2009-12-02linux-2.6.24: use rtc-drbcc at hipox machineSteffen Sledz
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
2009-12-01linux-2.6.24: signal power on/off to hipox machine board ctrlSteffen Sledz
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
2009-11-26linux 2.6.24: add support for smartq5 device (machine.conf will follow later)Koen Kooi
* also fix task ordering due to kernel.bbclass changes
2009-11-25linux-omap 2.6.29: add smsc patches and update overo defconfigKoen Kooi
2009-08-20linux-2.6.24: use kernel module for SATA disks at hipox machineSteffen Sledz
2009-04-24linux-2.6.24: make ubifs available for all machinesSteffen Sledz
2009-04-20linux-2.6.24: new defconfig for HIPOX machineSteffen Sledz
2009-04-20linux-2.6.24: Kconfig patch for HIPOX machine addedSteffen Sledz
2009-04-17linux-2.6.24: nand and ubifs patches for HIPOX machineSteffen Sledz
2009-04-17linux-2.6.24, linux-rt-2.6.24: squashfs-lzma-2.6.24.patch imported to oe repoSteffen Sledz
(former URL no longer available)
2009-03-27hipox: new machine added (derived from oxnas)Steffen Sledz
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>