From: Jackie Huang <[email protected]> v2 comments: 1. make the allow-a-compilation-without-mcmodel-large.patch into a standalone commit 2. remove RDEPENDS for grub-efi-native 3. the reason why I put them in 3 files is: For grub-efi-native, it needs to determine the target arch and the target STAGING_LIBDIR (used for do_mkimage to generate the target EFI binary) before inherit native class, if we make them into one bb and use BBCLASSEXTEND, seems no chance to do that, so grub-efi-native need to be a standalone bb, and the inc is to avoid duplicating contents.
-- The following changes since commit eac8cb7cacab7f2fb392128aa5ebc2046ca4a793: kbd: Fix stdarg related errors on uclibc (2013-11-08 17:31:17 +0000) are available in the git repository at: git://git.pokylinux.org/poky-contrib jhuang0/d_grub-efi_1109_0 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=jhuang0/d_grub-efi_1109_0 Jackie Huang (2): grub-efi-native: fix build failure on 32bit host grub-efi: allow compilation without large model support ...allow-a-compilation-without-mcmodel-large.patch | 69 ++++++++++++++++++++++ meta/recipes-bsp/grub/grub-efi-native_2.00.bb | 54 ++++------------- meta/recipes-bsp/grub/grub-efi.inc | 43 ++++++++++++++ meta/recipes-bsp/grub/grub-efi_2.00.bb | 11 ++++ 4 files changed, 134 insertions(+), 43 deletions(-) create mode 100644 meta/recipes-bsp/grub/files/grub-efi-allow-a-compilation-without-mcmodel-large.patch create mode 100644 meta/recipes-bsp/grub/grub-efi.inc create mode 100644 meta/recipes-bsp/grub/grub-efi_2.00.bb -- 1.8.3 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
