From patchwork Thu Feb 1 18:00:07 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: 38585 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 01985C48BEC for ; Thu, 1 Feb 2024 18:00:16 +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.web10.2168.1706810408014869342 for ; Thu, 01 Feb 2024 10:00:08 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=J36jqTo1; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=ddf0P5Ej; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 0101018d65d3f9b3-9e9c3a5e-4796-4db0-91bf-e26d606d9c40-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=1706810407; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date; bh=ujwwjIS1f+X43rUuPsV0B1Pp+GY2yxkuvpmvZ8jjU6I=; b=J36jqTo1/cvTgDm9vWuAniSqb4KxVpWIJG5ao2KuLzHxl7mtj43S9a2nMN1duQlc USAHeXqLuD/x3MnLq9qnSgfEgtCDseaODoCz7IfHQ21Wmd4IcHb5jkviOgt5Py9cm4U gHacSj1s44tLzK/hhkF/f2ASLQpF8U+5cl65vnYQ= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1706810407; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date:Feedback-ID; bh=ujwwjIS1f+X43rUuPsV0B1Pp+GY2yxkuvpmvZ8jjU6I=; b=ddf0P5EjnEkXe8txwYok8HudZ1wj1xLVv6es35fJdT3sr1Af8lVzPoqhUPnHivR0 fZKpUb8N9P+VWDa2nxk/C/bIxyEwNmr2gu8YgRlBGq+lXxH3iaCrOD0f1qdG326pSVp /A5ouLFb8+HM4UzyTcXz0ZkmGfiuHNIt8Gv7GAg8= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Subject: [AUH] wireless-regdb: upgrading to 2024.01.23 FAILED Message-ID: <0101018d65d3f9b3-9e9c3a5e-4796-4db0-91bf-e26d606d9c40-000000@us-west-2.amazonses.com> Date: Thu, 1 Feb 2024 18:00:07 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.02.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 ; Thu, 01 Feb 2024 18:00:16 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/194699 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *wireless-regdb* to *2024.01.23* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-wireless-regdb-upgrade-2023.09.01-2024.01.23.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 468c1d0d891ac81422cb43514b57dc585491fbb8 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 1 Feb 2024 14:06:10 +0000 Subject: [PATCH] wireless-regdb: upgrade 2023.09.01 -> 2024.01.23 --- ...ireless-regdb_2023.09.01.bb => wireless-regdb_2024.01.23.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-kernel/wireless-regdb/{wireless-regdb_2023.09.01.bb => wireless-regdb_2024.01.23.bb} (94%) diff --git a/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb b/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.01.23.bb similarity index 94% rename from meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb rename to meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.01.23.bb index c09600ecbe..f8ce01e436 100644 --- a/meta/recipes-kernel/wireless-regdb/wireless-regdb_2023.09.01.bb +++ b/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.01.23.bb @@ -5,7 +5,7 @@ LICENSE = "ISC" LIC_FILES_CHKSUM = "file://LICENSE;md5=07c4f6dea3845b02a18dc00c8c87699c" SRC_URI = "https://www.kernel.org/pub/software/network/${BPN}/${BP}.tar.xz" -SRC_URI[sha256sum] = "26d4c2a727cc59239b84735aad856b7c7d0b04e30aa5c235c4f7f47f5f053491" +SRC_URI[sha256sum] = "c8a61c9acf76fa7eb4239e89f640dee3e87098d9f69b4d3518c9c60fc6d20c55" inherit bin_package allarch