summaryrefslogtreecommitdiffstats
path: root/recipes/grub
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-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-03-27Grub: Add disk geometry patchMartyn Welch
Add a patch to allow for larger disk geometries. Signed-off-by: Martyn Welch <martyn.welch@ge.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-01-23grub 0.97: added config for eee701Denis 'Gnutoo' Carikli
I took the default config and changed the following things: hda1->sda1: eee710 uses the new pata/sata subsystem driver in the linux kenrel,and the devices nodes changed from hdxx (in use in the old ata subsbsystem) to sdxx (in use in the new unified pata/sata one) ro was temporarly remplaced by rw because of the problem where the boot process hung. Udev could not write his cache on the disk, should have been fixed by commit 2b835db69e6b838fa8628dd85b11b4f930d5f5f9 but it was not (same issue than before...maybe this commit fix something else then)
2009-12-28grub 0.97 : add support fo 256 bytes inodesDenis 'Gnutoo' Carikli
Recent mkfs.ext[2|3|4] create filesystems with 256 bytes inodes So if you boot a system with a recent e2fsprogs, install an openembedded based distribution like angstrom from it, and then try to boot the openembedded-based distribution: it won't work (grub wouldn't be able to read files from the disk) The patch came from: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=%23463236
2009-05-21grub: Split the grub-install script and friends into a separate package.Michael Smith
In the main grub package, menu.lst and stage1/2 files will now be installed in /boot/grub. stage2_eltorito is split into its own package for bootable ISOs. Signed-off-by: Michael Smith <msmith@cbnco.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2009-05-21Remove unused grub-0.93.Michael Smith
As far as I can tell, only the wrap board and gpe-phone-image are using grub, and they use the default version, 0.97. Signed-off-by: Michael Smith <msmith@cbnco.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
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>