All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V3 0/5] Use llvmpile for mesa on x86/x86-64
@ 2018-08-20 18:59 Khem Raj
  2018-08-20 18:59 ` [PATCH 1/5] mesa: Enable gallium-llvm on x86 and x86_64 Khem Raj
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: Khem Raj @ 2018-08-20 18:59 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

v3:
Fix sstate differences between different builds for llvm-native
Fix gdb on x86_64/musl
Import dos2unix recipe into core along with bbclass

The following changes since commit 3cb303ffee8610d41c9a0745d366556c24066bc3:

  weston-init: run login before start weston.service (2018-08-20 11:59:44 +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 (5):
  mesa: Enable gallium-llvm on x86 and x86_64
  gdb: Upgrade to 8.1.1
  gdb: Alias rpl_stat to stat() on musl
  dos2unix.bbclass: Move to oe-core
  llvm: Use HOST_ARCH in LLVM_TARGETS_TO_BUILD for builds

 meta/conf/distro/include/maintainers.inc      |  1 +
 .../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}          |  2 +-
 meta/recipes-devtools/llvm/llvm_git.bb        | 11 +++---
 meta/recipes-graphics/cairo/cairo.inc         |  3 +-
 meta/recipes-graphics/mesa/mesa.inc           |  3 ++
 .../dos2unix/dos2unix_7.4.0.bb                | 34 +++++++++++++++++++
 9 files changed, 49 insertions(+), 9 deletions(-)
 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} (92%)
 create mode 100644 meta/recipes-support/dos2unix/dos2unix_7.4.0.bb

-- 
2.18.0



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

end of thread, other threads:[~2019-08-12 19:18 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-20 18:59 [PATCH V3 0/5] Use llvmpile for mesa on x86/x86-64 Khem Raj
2018-08-20 18:59 ` [PATCH 1/5] mesa: Enable gallium-llvm on x86 and x86_64 Khem Raj
2018-08-27 21:15   ` Andreas Müller
2018-08-27 22:55     ` Khem Raj
2018-08-28  6:43       ` Andreas Müller
2018-08-28 17:21         ` Andreas Müller
2018-08-28 17:36           ` Khem Raj
2018-08-28 18:28             ` Andreas Müller
2018-08-28 20:20               ` Khem Raj
2018-08-28 20:51                 ` Andreas Müller
2018-08-20 18:59 ` [PATCH 2/5] gdb: Upgrade to 8.1.1 Khem Raj
2018-08-20 18:59 ` [PATCH 3/5] gdb: Alias rpl_stat to stat() on musl Khem Raj
2019-08-12 18:12   ` Andre McCurdy
2019-08-12 18:55     ` Khem Raj
2019-08-12 19:18       ` Andre McCurdy
2018-08-20 18:59 ` [PATCH 4/5] dos2unix.bbclass: Move to oe-core Khem Raj
2018-08-20 18:59 ` [PATCH 5/5] llvm: Use HOST_ARCH in LLVM_TARGETS_TO_BUILD for builds 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.