]> code.ossystems Code Review - openembedded-core.git/commit
recipes-bsp: Add gummiboot recipe
authorStefan Stanacar <stefanx.stanacar@intel.com>
Fri, 21 Feb 2014 10:17:35 +0000 (12:17 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 11 Mar 2014 16:27:12 +0000 (09:27 -0700)
commit8f95d0598c31fff76e2a58fecb6c96197121a044
tree73803edd759f3203871f69f9dd15fd46681a8568
parentfdb65c569db2b55023f9d1d72959e4e7d187a1d8
recipes-bsp: Add gummiboot recipe

gummiboot is a simple UEFI boot manager.

Recipe imported from meta-intel with these changes:
 - drop PR and update configure options
 - upgraded to latest version

A couple of notes:
 - If you wish you can install the gummiboot package on the target and
use 'gummiboot install' to add the payload to the ESP (see gummiboot --help,
just make sure the ESP partition has the boot flag on as gummiboot won't accept it
otherwise). However the point of this recipe is to be used by bootimg.bbclass and
generate images with gummiboot instead of grub-efi.
 - You need a kernel which has CONFIG_EFI_STUB=y at least
 - The default linux-yocto kernel config does not enable that, easiest way
to enable is to build with KERNEL_FEATURES_append = " cfg/efi-ext" in local.conf

Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-bsp/gummiboot/gummiboot_git.bb [new file with mode: 0644]