summaryrefslogtreecommitdiff
path: root/recipes/linux/linux_2.6.28.bb
AgeCommit message (Collapse)AuthorFiles
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson1
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 Larson1
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-12recipes: move checksums to recipes from checksums.ini, part 2 manual adjustementMartin Jansa1
* 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 Jansa1
* 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-04-09recipes/linux/linux_2.6.28.bb: bumped DEFAULT_PREFERENCE_mh355Marco Cavallini1
2010-03-22linux_2.6.28.bb: added patches for machine Microhard mh355Marco Cavallini1
2010-03-11linux_2.6.28.bb: updated to new paches for Ronetix PM9263Marco Cavallini1
* used new 003_linux-2.6.28-at91-ronetix-20112009.patch * bump DEFAULT_PREFERENCE_ronetix-pm9263
2010-02-10linux 2.6.28: fix nokia900 buildMarcin Juszkiewicz1
- defconfig is based on Maemo5 one (present in sources as rx51_defconfig) - MACHINE_KERNEL_PR is set in nokia900.conf as we do not use linux-omap recipes for that device. It was discussed with OMAP3 maintainter (Koen Kooi) on IRC: 11:02 < hrw> koen: nokia900 uses omap3.inc and I need to bump kernel - are you ok with bumping M_K_PR for all omap3? 11:02 < hrw> koen: I can also move M_K_PR to nokia900.conf to separate it 11:02 < hrw> this device do not use linux-omap recipes 11:02 < hrw> at least not yet 11:06 < _koen_> hrw: either solution is fine by me, but if it isn't using linux-omap I think I prefer moving MKPR to nokia900.conf
2010-02-01linux 2.6.28: added Nokia N900 supportMarcin Juszkiewicz1
Patch made by nokia does not apply to 2.6.28 with stable updates so we redefine whole SRC_URI instead of adding into it. Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2009-12-14linux 2.6.28: update to latest stable patchMarcin Juszkiewicz1
2009-09-08linux: bump 2.6.28 PRFlorian Boor1
2009-07-14linux: tweaked 2.6.28 for at91sam9263ek boardMarcin Juszkiewicz1
Enabled: - backlight - leds (ds1/2/3) - keyboard ("left button", "right button" keys) - suspend - i2c eeprom Moved some things into modules.
2009-06-09linux: Update 2.6.28 defconfig for tx27Florian Boor1
2009-05-29linux: Initial support for the Ka-Ro TX27 (rev. 4)Florian Boor1
2009-04-14linux: fixed defconfigs for at91sam* devboardsMarcin Juszkiewicz1
2009-04-11linux_2.6.28.bb : increment PR and add better defconfig that has MMC enabled soGraeme Gregory1
the board can at least be booted from MMC
2009-03-25linux_2.6.28, linux_2.6.29-rc6 : demote tosa for these recipesGraeme Gregory1
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko1
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>