All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Kanavin <alex.kanavin@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Alexander Kanavin <alex@linutronix.de>
Subject: [PATCH 1/7] llvm: update 15.0.4 -> 15.0.6
Date: Sat, 24 Dec 2022 17:59:37 +0100	[thread overview]
Message-ID: <20221224165943.1324800-1-alex@linutronix.de> (raw)

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 meta/conf/distro/include/tcmode-default.inc | 2 +-
 meta/recipes-devtools/llvm/llvm_git.bb      | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc
index 6f9a68a900..dc1cac734f 100644
--- a/meta/conf/distro/include/tcmode-default.inc
+++ b/meta/conf/distro/include/tcmode-default.inc
@@ -26,7 +26,7 @@ QEMUVERSION ?= "7.1%"
 GOVERSION ?= "1.19%"
 # This can not use wildcards like 8.0.% since it is also used in mesa to denote
 # llvm version being used, so always bump it with llvm recipe version bump
-LLVMVERSION ?= "15.0.4"
+LLVMVERSION ?= "15.0.6"
 RUSTVERSION ?= "1.66%"
 
 PREFERRED_VERSION_gcc ?= "${GCCVERSION}"
diff --git a/meta/recipes-devtools/llvm/llvm_git.bb b/meta/recipes-devtools/llvm/llvm_git.bb
index 2d346b70cf..402460ee10 100644
--- a/meta/recipes-devtools/llvm/llvm_git.bb
+++ b/meta/recipes-devtools/llvm/llvm_git.bb
@@ -19,14 +19,14 @@ inherit cmake pkgconfig
 
 PROVIDES += "llvm${PV}"
 
-PV = "15.0.4"
+PV = "15.0.6"
 
 MAJOR_VERSION = "${@oe.utils.trim_version("${PV}", 1)}"
 
 LLVM_RELEASE = "${PV}"
 
 BRANCH = "release/${MAJOR_VERSION}.x"
-SRCREV = "5c68a1cb123161b54b72ce90e7975d95a8eaf2a4"
+SRCREV = "088f33605d8a61ff519c580a71b1dd57d16a03f8"
 SRC_URI = "git://github.com/llvm/llvm-project.git;branch=${BRANCH};protocol=https \
            file://0007-llvm-allow-env-override-of-exe-path.patch;striplevel=2 \
            file://0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch;striplevel=2 \
-- 
2.30.2



             reply	other threads:[~2022-12-24 17:00 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-24 16:59 Alexander Kanavin [this message]
2022-12-24 16:59 ` [PATCH 2/7] tcmode-default.inc: set LLVMVERSION to a major version wildcard Alexander Kanavin
2022-12-24 16:59 ` [PATCH 3/7] cmake: update 3.24.2 -> 3.25.1 Alexander Kanavin
2022-12-24 16:59 ` [PATCH 4/7] python3-native: further tweak to sysconfig.py to find python includes correctly Alexander Kanavin
2022-12-27 18:41   ` [OE-core] " Khem Raj
2022-12-27 22:00     ` Alexander Kanavin
     [not found]     ` <1734C56F2C623C3D.12545@lists.openembedded.org>
2022-12-27 22:48       ` Alexander Kanavin
2022-12-24 16:59 ` [PATCH 5/7] devtool: process local files only for the main branch Alexander Kanavin
2022-12-24 16:59 ` [PATCH 6/7] libslirp: add recipe to continue slirp support in qemu Alexander Kanavin
2022-12-28 13:42   ` [OE-core] " Richard Purdie
2022-12-28 17:19     ` Alexander Kanavin
2022-12-24 16:59 ` [PATCH 7/7] qemu: update 7.1.0 -> 7.2.0 Alexander Kanavin
2022-12-29 23:19   ` [OE-core] " Richard Purdie
2022-12-30  7:30     ` Alexander Kanavin
     [not found]     ` <173581B798B2479E.21302@lists.openembedded.org>
2022-12-30  8:06       ` Alexander Kanavin
2022-12-30 10:36         ` Richard Purdie

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=20221224165943.1324800-1-alex@linutronix.de \
    --to=alex.kanavin@gmail.com \
    --cc=alex@linutronix.de \
    --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.