Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH V3 0/4] llvm: Add recipe for 5.0
@ 2017-07-29  8:35 Khem Raj
  2017-07-29  8:35 ` [PATCH 1/4] ninja: Add recipe Khem Raj
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Khem Raj @ 2017-07-29  8:35 UTC (permalink / raw)
  To: openembedded-core

Create a recipe just for building llvm, which is needed by many other packages e.g. mesa
can use it for llvmpipe

Fix mesa to work with llvm 5.0.0

Add supporting recipes needed to build llvm

The following changes since commit 28fc6ba761ed4a47efa7c43e7f7dff5e2fe72b5e:

  core-image-minimal-initramfs: use initramfs-framework by default (2017-07-27 22:20:16 +0100)

are available in the git repository at:

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

Khem Raj (4):
  ninja: Add recipe
  re2c: Transfer recipe from meta-oe and upgrade to 0.16
  llvm: Add recipe for 5.0
  mesa: Fix build when building with llvmpipe

 ...LibraryInfo-Undefine-libc-functions-if-th.patch |  93 ++++++++++++
 .../0002-llvm-allow-env-override-of-exe-path.patch |  39 +++++
 meta/recipes-devtools/llvm/llvm_git.bb             | 166 +++++++++++++++++++++
 meta/recipes-devtools/ninja/ninja_1.7.2.bb         |  29 ++++
 ...1-ac-fix-build-after-LLVM-5.0-SVN-r300718.patch |  40 +++++
 ...allivm-Fix-build-against-LLVM-SVN-r302589.patch |  49 ++++++
 .../mesa/files/llvm-config-version.patch           |  23 +++
 meta/recipes-graphics/mesa/mesa.inc                |   7 +-
 meta/recipes-graphics/mesa/mesa_17.1.5.bb          |   3 +
 meta/recipes-support/re2c/re2c_0.16.bb             |  15 ++
 10 files changed, 462 insertions(+), 2 deletions(-)
 create mode 100644 meta/recipes-devtools/llvm/llvm/0001-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch
 create mode 100644 meta/recipes-devtools/llvm/llvm/0002-llvm-allow-env-override-of-exe-path.patch
 create mode 100644 meta/recipes-devtools/llvm/llvm_git.bb
 create mode 100644 meta/recipes-devtools/ninja/ninja_1.7.2.bb
 create mode 100644 meta/recipes-graphics/mesa/files/0001-ac-fix-build-after-LLVM-5.0-SVN-r300718.patch
 create mode 100644 meta/recipes-graphics/mesa/files/0002-gallivm-Fix-build-against-LLVM-SVN-r302589.patch
 create mode 100644 meta/recipes-graphics/mesa/files/llvm-config-version.patch
 create mode 100644 meta/recipes-support/re2c/re2c_0.16.bb

-- 
2.13.3



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

end of thread, other threads:[~2017-07-30  3:52 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-29  8:35 [PATCH V3 0/4] llvm: Add recipe for 5.0 Khem Raj
2017-07-29  8:35 ` [PATCH 1/4] ninja: Add recipe Khem Raj
2017-07-29  8:35 ` [PATCH 2/4] re2c: Transfer recipe from meta-oe and upgrade to 0.16 Khem Raj
2017-07-29  8:35 ` [PATCH 3/4] llvm: Add recipe for 5.0 Khem Raj
2017-07-29 11:39   ` Burton, Ross
2017-07-29 11:54     ` Burton, Ross
2017-07-29 14:16       ` Khem Raj
2017-07-30  3:22       ` Khem Raj
2017-07-30  3:52       ` Khem Raj
2017-07-29  8:35 ` [PATCH 4/4] mesa: Fix build when building with llvmpipe Khem Raj
2017-07-29  9:01 ` ✗ patchtest: failure for llvm: Add recipe for 5.0 (rev3) Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox