All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/9] Use llvmpile for mesa on x86/x86-64
@ 2018-08-19 17:23 Khem Raj
  2018-08-19 17:23 ` [PATCH 1/9] mesa: Enable gallium-llvm on x86 and x86_64 Khem Raj
                   ` (8 more replies)
  0 siblings, 9 replies; 21+ messages in thread
From: Khem Raj @ 2018-08-19 17:23 UTC (permalink / raw)
  To: openembedded-core

This series fixes llvm build to support multilib configurations
Adds dos2unix bbclass to core from meta-oe
Fixes ppc security flags world builds

v2:
Upgrade binutils and gdb
Fix libidb2 cross build issue when build host == target host

The following changes since commit 007ef1f468110b2698a27ea9a6d43fed5a0a9fc2:

  kernel-devsrc: restructure for out of tree (and on target) module builds (2018-08-19 16:33:41 +0100)

are available in the Git repository at:

  git://git.openembedded.org/openembedded-core-contrib kraj/master
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=kraj/master

Khem Raj (9):
  mesa: Enable gallium-llvm on x86 and x86_64
  powerpc: Remove pie flags from compiler cmdline
  llvm: Point llvm-config to one built with llvm-native
  dos2unix.bbclass: Move to oe-core
  llvm: Use YOCTO_ALTERNATE_MULTILIB_NAME environment variable in
    llvm-config
  mesa: Define YOCTO_ALTERNATE_MULTILIB_NAME to consider multilib names
  binutils: Update past 2.31.1 release
  gdb: Upgrade to 8.1.1
  libidn2: Fix libunistring detection

 meta/classes/dos2unix.bbclass                 | 14 ++++++
 meta/conf/distro/include/security_flags.inc   |  7 +--
 .../binutils/binutils-2.31.inc                |  2 +-
 .../gdb/{gdb-8.1.inc => gdb-8.1.1.inc}        |  4 +-
 ...ian_8.1.bb => gdb-cross-canadian_8.1.1.bb} |  0
 .../{gdb-cross_8.1.bb => gdb-cross_8.1.1.bb}  |  0
 .../gdb/{gdb_8.1.bb => gdb_8.1.1.bb}          |  0
 ...-llvm-allow-env-override-of-exe-path.patch | 47 ++++++++++++++++---
 meta/recipes-devtools/llvm/llvm_git.bb        |  4 +-
 meta/recipes-extended/libidn/libidn2_2.0.5.bb |  4 ++
 meta/recipes-graphics/cairo/cairo.inc         |  3 +-
 meta/recipes-graphics/mesa/mesa.inc           |  4 ++
 12 files changed, 72 insertions(+), 17 deletions(-)
 create mode 100644 meta/classes/dos2unix.bbclass
 rename meta/recipes-devtools/gdb/{gdb-8.1.inc => gdb-8.1.1.inc} (89%)
 rename meta/recipes-devtools/gdb/{gdb-cross-canadian_8.1.bb => gdb-cross-canadian_8.1.1.bb} (100%)
 rename meta/recipes-devtools/gdb/{gdb-cross_8.1.bb => gdb-cross_8.1.1.bb} (100%)
 rename meta/recipes-devtools/gdb/{gdb_8.1.bb => gdb_8.1.1.bb} (100%)

-- 
2.18.0



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

end of thread, other threads:[~2018-08-20 17:51 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-19 17:23 [PATCH V2 0/9] Use llvmpile for mesa on x86/x86-64 Khem Raj
2018-08-19 17:23 ` [PATCH 1/9] mesa: Enable gallium-llvm on x86 and x86_64 Khem Raj
2018-08-20  9:40   ` Richard Purdie
2018-08-20 17:14     ` Khem Raj
2018-08-20 17:51       ` Khem Raj
2018-08-19 17:23 ` [PATCH 2/9] powerpc: Remove pie flags from compiler cmdline Khem Raj
2018-08-19 17:23 ` [PATCH 3/9] llvm: Point llvm-config to one built with llvm-native Khem Raj
2018-08-19 17:23 ` [PATCH 4/9] dos2unix.bbclass: Move to oe-core Khem Raj
2018-08-20  9:23   ` Martin Hundebøll
2018-08-20  9:43     ` Richard Purdie
2018-08-20 17:02       ` Khem Raj
2018-08-20 17:22         ` Khem Raj
2018-08-19 17:23 ` [PATCH 5/9] llvm: Use YOCTO_ALTERNATE_MULTILIB_NAME environment variable in llvm-config Khem Raj
2018-08-19 17:23 ` [PATCH 6/9] mesa: Define YOCTO_ALTERNATE_MULTILIB_NAME to consider multilib names Khem Raj
2018-08-19 17:23 ` [PATCH 7/9] binutils: Update past 2.31.1 release Khem Raj
2018-08-19 17:23 ` [PATCH 8/9] gdb: Upgrade to 8.1.1 Khem Raj
2018-08-20  2:23   ` ChenQi
2018-08-20  2:41     ` Khem Raj
2018-08-20 10:59       ` Richard Purdie
2018-08-20 17:01         ` Khem Raj
2018-08-19 17:23 ` [PATCH 9/9] libidn2: Fix libunistring detection Khem Raj

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.