From patchwork Thu Aug 1 18:27:14 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 47188 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 39117C5B543 for ; Thu, 1 Aug 2024 18:27:27 +0000 (UTC) Received: from a27-23.smtp-out.us-west-2.amazonses.com (a27-23.smtp-out.us-west-2.amazonses.com [54.240.27.23]) by mx.groups.io with SMTP id smtpd.web10.75738.1722536823030410136 for ; Thu, 01 Aug 2024 11:27:14 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=b3JykbVP; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=A5E/w0Ki; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 010101910f323506-79ad28d3-4716-4b02-96d5-102521f3ddd3-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1722536834; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=ivEw8guD7ghOqEMrefWeoDdT6w3rd5eJL1+X7KTfqfo=; b=b3JykbVP/OeturDbDEJmFxyY1W4AiTx/nxrHm8rR/FhULj90jYuWvufoFsx6RwnH MwEL4UH3oigzT5Tx9czCNHVPd3ryfD+j7xMNao/IaG4r9iO+Yx7iChp+1TIeP2aS7GU 0osMpVJv2TPL9f9vF5AzSl+AFskh98MyeO6m/1VA= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1722536834; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=ivEw8guD7ghOqEMrefWeoDdT6w3rd5eJL1+X7KTfqfo=; b=A5E/w0KiajpHJYHyF1OwI5Snir8YMpX+sq+ccuC+otYz7ztzlSWvV5o9qQ8yRWQl iGAgFyRtTNl6nc88q3FhxFZq+dCv3mAE7Jwoa44X1c0kpylp/f7bDxt73yksxY4mPUx ik0HhPFg5fDy6AlpoYQMdgKGMJpxFyC4UIlFVUjU= MIME-Version: 1.0 From: auh@yoctoproject.org To: Ross Burton Cc: openembedded-core@lists.openembedded.org Subject: [AUH] waffle: upgrading to 1.8.1 FAILED Message-ID: <010101910f323506-79ad28d3-4716-4b02-96d5-102521f3ddd3-000000@us-west-2.amazonses.com> Date: Thu, 1 Aug 2024 18:27:14 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.08.01-54.240.27.23 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 ; Thu, 01 Aug 2024 18:27:27 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/202857 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *waffle* to *1.8.1* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-waffle-upgrade-1.8.0-1.8.1.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 b0b39fee0c388a751708844c9926d0947985a5cf Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 1 Aug 2024 14:48:31 +0000 Subject: [PATCH] waffle: upgrade 1.8.0 -> 1.8.1 --- ...01-waffle-do-not-make-core-protocol-into-the-library.patch | 2 +- .../waffle/{waffle_1.8.0.bb => waffle_1.8.1.bb} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-graphics/waffle/{waffle_1.8.0.bb => waffle_1.8.1.bb} (96%) diff --git a/meta/recipes-graphics/waffle/waffle/0001-waffle-do-not-make-core-protocol-into-the-library.patch b/meta/recipes-graphics/waffle/waffle/0001-waffle-do-not-make-core-protocol-into-the-library.patch index 31ac3e0dd1..8275cc3170 100644 --- a/meta/recipes-graphics/waffle/waffle/0001-waffle-do-not-make-core-protocol-into-the-library.patch +++ b/meta/recipes-graphics/waffle/waffle/0001-waffle-do-not-make-core-protocol-into-the-library.patch @@ -1,4 +1,4 @@ -From 79b9e4338f803d79449e53a40b1ecc0a5a5889e4 Mon Sep 17 00:00:00 2001 +From 3299ddd1383e7abf49a20bf017ea260fad9e63ed Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Tue, 26 Oct 2021 08:52:17 +0200 Subject: [PATCH] waffle: do not make core protocol into the library diff --git a/meta/recipes-graphics/waffle/waffle_1.8.0.bb b/meta/recipes-graphics/waffle/waffle_1.8.1.bb similarity index 96% rename from meta/recipes-graphics/waffle/waffle_1.8.0.bb rename to meta/recipes-graphics/waffle/waffle_1.8.1.bb index ad8649b40e..4603212c92 100644 --- a/meta/recipes-graphics/waffle/waffle_1.8.0.bb +++ b/meta/recipes-graphics/waffle/waffle_1.8.1.bb @@ -9,10 +9,10 @@ LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4c5154407c2490750dd461c50ad94797 \ file://include/waffle-1/waffle.h;endline=24;md5=61dbf8697f61c78645e75a93c585b1bf" -SRC_URI = "git://gitlab.freedesktop.org/mesa/waffle.git;protocol=https;branch=master \ +SRC_URI = "git://gitlab.freedesktop.org/mesa/waffle.git;protocol=https;branch=maint-1.8 \ file://0001-waffle-do-not-make-core-protocol-into-the-library.patch \ " -SRCREV = "580b912a30085528886603942c100c7b309b3bdb" +SRCREV = "49abc7cb5f73cc6852136c91da49ea3a338960e4" S = "${WORKDIR}/git" inherit meson features_check lib_package bash-completion pkgconfig