summaryrefslogtreecommitdiff
path: root/recipes/linux/linux_2.6.23.bb
AgeCommit message (Collapse)AuthorFiles
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>
2009-12-14linux_2.6.23: move task compulab_image after do_package instead do_deployMartin Jansa1
* without this change there is dependency loop * do_deploy is now after do_package in kernel.bbclass * addtask after do_deploy before do_package is creating dependency loop Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-12-14linux 2.6.23: dropped em-x270 copy of time.h.patchMarcin Juszkiewicz1
2009-12-14linux 2.6.23: added time.h.patch to make it build for ARMMarcin Juszkiewicz1
2009-12-14linux 2.6.23: keep sched-cfs locally updated to 2.6.23.17Marcin Juszkiewicz1
2009-12-14linux 2.6.23: update to latest stable patchMarcin Juszkiewicz1
2009-08-11Update the em-x270 machine to work with linux_2.6.23.Rafael Campos Las Heras1
* Use of generic linux_2.6.23 recipe * remove em-x270_2.6.23 recipe (ugly). * Add a patch that allows to compile with gcc 4.1 compiler. Signed-off-by: Rafael Campos Las Heras <methril@gmail.com> Signed-off-By: Holger Hans Peter Freyther <zecke@selfish.org>
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>