summaryrefslogtreecommitdiffstats
path: root/recipes/barebox
AgeCommit message (Collapse)Author
2010-08-19barebox_git removed superfluous FILESPATHPKGFrans Meulenbroeks
removed FILESPATHPKG =. "barebox-git:" This is the default so it is not needed. Apart from that no dir barebox-git (or any other files dir) exists (which is odd as there is a file:// line) Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
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-12barebox: add missing SRCREV and bump PV accordinglyMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-01-21barebox: Add recipe for this new bootloaderEric BĂ©nard
* barebox is "a bootloader that inherits the best of U-Boot and the Linux kernel" * add recipe for v2009.12.0 (last stable) * add recipe for git repository Signed-off-by: Eric Benard <eric@eukrea.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>