summaryrefslogtreecommitdiff
path: root/meta/recipes-bsp/grub/grub_1.99.bb
Commit message (Collapse)AuthorAgeFilesLines
* grub: Fix insane/QA architecture warningRichard Purdie2011-09-271-1/+1
| | | | | | | | There is QA warning about this package for an architecture mismatch but this is inappropriate in this case since the bootloader needs 32 and 64 bit code. We therefore flag the QA check to be skipped. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* grub_1.99: add PN to RDEPENDSTom Zanussi2011-09-161-2/+2
| | | | | | | RDEPENDS is package-specific, so add ${PN} to it. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* grub2: new recipeTom Zanussi2011-09-151-0/+44
This adds the grub-1.98 from meta-intel while upgrading it to 1.99. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>