]> code.ossystems Code Review - openembedded-core.git/commit
grub-efi-native: New recipe to build GRUB EFI images
authorDarren Hart <dvhart@linux.intel.com>
Mon, 21 Nov 2011 22:01:26 +0000 (14:01 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 30 Nov 2011 22:11:27 +0000 (22:11 +0000)
commitf9518a368f041ceccb4a36061d91ae64cd4dabd4
tree795724bc6607b2743cd126c075c6fac12d3e9e4a
parent50f1bfb818f141eecd36517d3a760b22af8c1d84
grub-efi-native: New recipe to build GRUB EFI images

Add a recipe to build the GRUB efi images. This recipe is written as
a native recipe as the resulting GRUB utils are required to assemble
the final image. Rather than build a native and a target recipe (and
increase build times), this recipe builds the utils for the host and
passes an appropriate --target argument to the GRUB configure script
to build the modules for the target arch. The only output of this
recipe is an EFI image in the deploy directory.

Care is taken to ensure changing targets will force a rebuild of this
native recipe by including the target arch in the PN.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
meta/recipes-bsp/grub/grub-efi-native_1.99.bb [new file with mode: 0644]