From patchwork Thu Oct 10 19:36:30 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: 50366 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 73C17D1A452 for ; Thu, 10 Oct 2024 19:36:31 +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.53275.1728588954413364594 for ; Thu, 10 Oct 2024 12:36:30 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=V1+0zscr; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=nDQeMm6D; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 0101019277eec75f-19ff11a0-94e9-4dbf-9d94-c17fbbe1b73d-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=1728588990; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=CRoOVZ3C2plsAzwl77yeI9Wp7/qIiVVcoJReK+WWlGg=; b=V1+0zscrgIClMVycVSA1naPkiwmvIhO0S9n6DOmaN282dlLinMMD62fjDxOwqklP n9MAqIsgYZsMfIHkX6M1LpcTeoRl1VAYY+semJcwCEzTWNFVZ5BSUkjMhR05GaAZKhq hPqMEHd1dHcqNmhurUb23SSPXZhGJfikMUb8RErM= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1728588990; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=CRoOVZ3C2plsAzwl77yeI9Wp7/qIiVVcoJReK+WWlGg=; b=nDQeMm6DCRkPMP8TW45jJuQ1Naite9lLtYklMqtRgIzqIxde7eUCkEXd+YBmRrj5 ZrF4mSgHbL2+32fUshB4jNM+KL2d23waL7kgqwU/bCxGX4TQx5S2K8SSNvTtnlIHzru 3YoTX4GNNHyut3i8Svjo7JYd0tOxYzSA3hEXfhjo= MIME-Version: 1.0 From: auh@yoctoproject.org To: Alexander Kanavin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] virglrenderer: upgrading to 1.1.0 FAILED Message-ID: <0101019277eec75f-19ff11a0-94e9-4dbf-9d94-c17fbbe1b73d-000000@us-west-2.amazonses.com> Date: Thu, 10 Oct 2024 19:36:30 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.10.10-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, 10 Oct 2024 19:36:31 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/205590 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *virglrenderer* to *1.1.0* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-virglrenderer-upgrade-1.0.1-1.1.0.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 e68042d518a980e5adf66ee0df47b748cb3ced04 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 10 Oct 2024 05:03:57 +0000 Subject: [PATCH] virglrenderer: upgrade 1.0.1 -> 1.1.0 --- ...001-meson.build-use-python3-directly-for-python.patch | 9 ++++----- .../{virglrenderer_1.0.1.bb => virglrenderer_1.1.0.bb} | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) rename meta/recipes-graphics/virglrenderer/{virglrenderer_1.0.1.bb => virglrenderer_1.1.0.bb} (96%) diff --git a/meta/recipes-graphics/virglrenderer/virglrenderer/0001-meson.build-use-python3-directly-for-python.patch b/meta/recipes-graphics/virglrenderer/virglrenderer/0001-meson.build-use-python3-directly-for-python.patch index 3e12495970..63196c23ed 100644 --- a/meta/recipes-graphics/virglrenderer/virglrenderer/0001-meson.build-use-python3-directly-for-python.patch +++ b/meta/recipes-graphics/virglrenderer/virglrenderer/0001-meson.build-use-python3-directly-for-python.patch @@ -1,4 +1,4 @@ -From dec8cca59124d7f8796b54902482ceb295a71b51 Mon Sep 17 00:00:00 2001 +From f7f42bcb72b577b686ae1c7fbfbcecea4fe6c225 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 6 Jan 2020 12:44:42 +0100 Subject: [PATCH] meson.build: use 'python3' directly for python @@ -8,16 +8,15 @@ its configuration). Upstream-Status: Inappropriate [oe-core specific] Signed-off-by: Alexander Kanavin - --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build -index 9f91ff2f..2391f89d 100644 +index 10be099e..3bb6eec7 100644 --- a/meson.build +++ b/meson.build -@@ -74,7 +74,7 @@ flags = [ +@@ -77,7 +77,7 @@ flags = [ add_project_arguments(cc.get_supported_arguments(flags), language : 'c') @@ -25,4 +24,4 @@ index 9f91ff2f..2391f89d 100644 +prog_python = 'python3' not_found = dependency('', required: false) - libdrm_dep = dependency('libdrm', version : '>=2.4.50', required: get_option('drm').enabled() or get_option('venus')) + gbm_dep = not_found diff --git a/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb b/meta/recipes-graphics/virglrenderer/virglrenderer_1.1.0.bb similarity index 96% rename from meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb rename to meta/recipes-graphics/virglrenderer/virglrenderer_1.1.0.bb index 0501b0c59c..dd72149295 100644 --- a/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb +++ b/meta/recipes-graphics/virglrenderer/virglrenderer_1.1.0.bb @@ -9,7 +9,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=c81c08eeefd9418fca8f88309a76db10" DEPENDS = "libdrm libepoxy virtual/egl virtual/libgbm" -SRCREV = "690680e5f0f952e22424fca1538c1b24457a0868" +SRCREV = "1aeaf5e10a9c89096e96d09599aa419d5c50712f" SRC_URI = "git://gitlab.freedesktop.org/virgl/virglrenderer.git;branch=main;protocol=https \ file://0001-meson.build-use-python3-directly-for-python.patch \ "