diff options
author | Darren Hart <dvhart@linux.intel.com> | 2011-11-21 14:01:26 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-30 22:11:27 +0000 |
commit | f9518a368f041ceccb4a36061d91ae64cd4dabd4 (patch) | |
tree | 795724bc6607b2743cd126c075c6fac12d3e9e4a /meta/lib/oe/packagegroup.py | |
parent | 50f1bfb818f141eecd36517d3a760b22af8c1d84 (diff) | |
download | openembedded-core-f9518a368f041ceccb4a36061d91ae64cd4dabd4.tar.gz openembedded-core-f9518a368f041ceccb4a36061d91ae64cd4dabd4.tar.bz2 openembedded-core-f9518a368f041ceccb4a36061d91ae64cd4dabd4.tar.xz openembedded-core-f9518a368f041ceccb4a36061d91ae64cd4dabd4.zip |
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>
Diffstat (limited to 'meta/lib/oe/packagegroup.py')
0 files changed, 0 insertions, 0 deletions