All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] poison TARGET_CFLAGS etc for native builds
@ 2016-02-27  5:53 Andre McCurdy
  2016-02-27  5:53 ` [PATCH 1/4] grub2.inc: dont export TARGET_CFLAGS etc to grub2 configure Andre McCurdy
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Andre McCurdy @ 2016-02-27  5:53 UTC (permalink / raw)
  To: openembedded-core

The first patch fixes known problems with grub-efi-native
incorrectly leaking target flags into the native build.

The second and third patches fix related grub2.inc issues.

The final patch is the important change. It doesn't highlight
and new problems (ie apart from grub-efi-native) for my typical
builds, but needs wider testing.

Andre McCurdy (4):
  grub2.inc: dont export TARGET_CFLAGS etc to grub2 configure
  grub2.inc: avoid passing -isystem to native builds
  grub2.inc: drop bogus dependency on xz
  native.bbclass: poison TARGET_CFLAGS etc for native builds

 meta/classes/native.bbclass     | 16 ++++++++++++----
 meta/recipes-bsp/grub/grub2.inc | 19 +++++++++++++++++--
 2 files changed, 29 insertions(+), 6 deletions(-)

-- 
1.9.1



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

end of thread, other threads:[~2016-02-27 20:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-27  5:53 [PATCH 0/4] poison TARGET_CFLAGS etc for native builds Andre McCurdy
2016-02-27  5:53 ` [PATCH 1/4] grub2.inc: dont export TARGET_CFLAGS etc to grub2 configure Andre McCurdy
2016-02-27  5:53 ` [PATCH 2/4] grub2.inc: avoid passing -isystem to native builds Andre McCurdy
2016-02-27  5:53 ` [PATCH 3/4] grub2.inc: drop bogus dependency on xz Andre McCurdy
2016-02-27  5:53 ` [PATCH 4/4] native.bbclass: poison TARGET_CFLAGS etc for native builds Andre McCurdy
2016-02-27  8:20   ` Richard Purdie
2016-02-27 20:49     ` Burton, Ross

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.