All of lore.kernel.org
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH V2 0/9] Use llvmpile for mesa on x86/x86-64
Date: Sun, 19 Aug 2018 10:23:29 -0700	[thread overview]
Message-ID: <cover.1534699224.git.raj.khem@gmail.com> (raw)

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



             reply	other threads:[~2018-08-19 17:23 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-19 17:23 Khem Raj [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1534699224.git.raj.khem@gmail.com \
    --to=raj.khem@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.