All of lore.kernel.org
 help / color / mirror / Atom feed
* [v2 PATCH 0/2] grub-efi-native: fix build failure on 32bit host
@ 2013-11-09  7:56 jackie.huang
  2013-11-09  7:56 ` [v2 PATCH 1/2] " jackie.huang
  2013-11-09  7:56 ` [v2 PATCH 2/2] grub-efi: allow compilation without large model support jackie.huang
  0 siblings, 2 replies; 6+ messages in thread
From: jackie.huang @ 2013-11-09  7:56 UTC (permalink / raw)
  To: openembedded-core

From: Jackie Huang <jackie.huang@windriver.com>

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



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-11-15  8:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-09  7:56 [v2 PATCH 0/2] grub-efi-native: fix build failure on 32bit host jackie.huang
2013-11-09  7:56 ` [v2 PATCH 1/2] " jackie.huang
2013-11-13 22:06   ` Saul Wold
2013-11-14  1:58     ` jhuang0
2013-11-15  8:02       ` jhuang0
2013-11-09  7:56 ` [v2 PATCH 2/2] grub-efi: allow compilation without large model support jackie.huang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.