From patchwork Fri Dec 1 13:14:50 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 35553 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id F0C6CC25B6A for ; Fri, 1 Dec 2023 13:15:00 +0000 (UTC) Received: from a27-191.smtp-out.us-west-2.amazonses.com (a27-191.smtp-out.us-west-2.amazonses.com [54.240.27.191]) by mx.groups.io with SMTP id smtpd.web11.22199.1701436491944568414 for ; Fri, 01 Dec 2023 05:14:52 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=faHav2s7; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=VSjjpET6; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 0101018c25848444-775dcd73-c435-4cc2-b879-fbe182a2a88c-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1701436490; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=iNjjmCxxn8NzDinnVAmK+tn5a2hkpem9MMSqIy17UBE=; b=faHav2s7rqSPfdl2O8N/N12N43MuoLqjb2oVT9eAs8mPmJmUhK3ptegDjOXXEiw8 CjTPP9IL35LB2MVYPHabfsfvbuOn32kEdcOSbn8XLHurqBaz/ZoIDnaxyRDFedxwtmi HImUWci+wOjrOd+y82fcvmssMNhQVkkeXKZdDVsY= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1701436490; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=iNjjmCxxn8NzDinnVAmK+tn5a2hkpem9MMSqIy17UBE=; b=VSjjpET6pmKKkFqQQQVfQZ8S0KEHQQi0OMtPfLCGUlbcC74Bpe/O3mEmdv9jeweZ W7dRkWy2rih7uc0eZdyRz8ISW+1D35OYBvYqMymf9aaADNNYWOX4xbxac1jqwwUdyeV IG9nXbeBKRHQ2heAO9zhL8uFdqvbYQ4w2GZz9/ag= MIME-Version: 1.0 From: auh@yoctoproject.org To: Khem Raj Cc: openembedded-core@lists.openembedded.org Subject: [AUH] llvm: upgrading to 17.0.6 SUCCEEDED Message-ID: <0101018c25848444-775dcd73-c435-4cc2-b879-fbe182a2a88c-000000@us-west-2.amazonses.com> Date: Fri, 1 Dec 2023 13:14:50 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.12.01-54.240.27.191 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 01 Dec 2023 13:15:00 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/191610 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *llvm* to *17.0.6* has Succeeded. Next steps: - apply the patch: git am 0001-llvm-upgrade-17.0.5-17.0.6.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From 41b24b029592254b3fae431db9332ebdc9e05722 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 1 Dec 2023 08:08:59 +0000 Subject: [PATCH] llvm: upgrade 17.0.5 -> 17.0.6 --- meta/recipes-devtools/llvm/llvm_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/llvm/llvm_git.bb b/meta/recipes-devtools/llvm/llvm_git.bb index de8d411686..9a88549260 100644 --- a/meta/recipes-devtools/llvm/llvm_git.bb +++ b/meta/recipes-devtools/llvm/llvm_git.bb @@ -14,14 +14,14 @@ RDEPENDS:${PN}:append:class-target = " ncurses-terminfo" inherit cmake pkgconfig -PV = "17.0.5" +PV = "17.0.6" MAJOR_VERSION = "${@oe.utils.trim_version("${PV}", 1)}" LLVM_RELEASE = "${PV}" BRANCH = "release/${MAJOR_VERSION}.x" -SRCREV = "98bfdac5ce82d1679f8af9a57501471812ab68d7" +SRCREV = "6009708b4367171ccdbf4b5905cb6a803753fe18" 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 \