From patchwork Tue Sep 2 21:56:35 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 69472 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 F2B49CAC593 for ; Tue, 2 Sep 2025 21:56:42 +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.89808.1756850196030763749 for ; Tue, 02 Sep 2025 14:56:36 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=O890lJ7D; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=LCwWITqW; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 010101990c6e8b9f-323b0a86-43a5-4a05-9c12-74312841e945-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=j46ser6a2yusdzubpv7m7ewqgesde2ie; d=yoctoproject.org; t=1756850195; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=JhMYnuJQvAuocbqVDlFut+Dm6kTU2wae0QzxM/DGSGo=; b=O890lJ7DlGlkpbSriGLB3zY3rZ4ZBKD17A9xDfxtiat7aWfZY6+8YJCJRkPYP/ht TShCsLj1+8/rCpMTi2h8//RJgHxZ+WU3M3/YrkxZOurg1D9dRDOEmtShoY2LqOEQJLK bjDg9CuOuZvWe/BCjE9SC5/F2x0n1EWboJoWBrpg= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1756850195; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=JhMYnuJQvAuocbqVDlFut+Dm6kTU2wae0QzxM/DGSGo=; b=LCwWITqWiPgnAp5eszopZoAjyKPKCvmk+yz2GD599X5nbL/+f2n/T5zSngcPCs6v jKa+NGw08kw5EjalXQMnOLjO7epYASrul7WbDtcHVhqLkp4JPfnSj4TZV1d2fzOPn+l AEiOb7a/++4Gg57WnXE0R6ff1HZhmxkdAru159qU= MIME-Version: 1.0 From: auh@yoctoproject.org To: Ross Burton Cc: openembedded-core@lists.openembedded.org Subject: [AUH] acpica: upgrading to 20250807 SUCCEEDED Message-ID: <010101990c6e8b9f-323b0a86-43a5-4a05-9c12-74312841e945-000000@us-west-2.amazonses.com> Date: Tue, 2 Sep 2025 21:56:35 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.09.02-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 ; Tue, 02 Sep 2025 21:56:42 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/222796 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *acpica* to *20250807* has Succeeded. Next steps: - apply the patch: git am 0001-acpica-upgrade-20240827-20250807.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 40ab2251066e4e2366850e74dc8beac32e001cf8 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 2 Sep 2025 19:12:05 +0000 Subject: [PATCH] acpica: upgrade 20240827 -> 20250807 --- ...{acpica_20240827.bb => acpica_20250807.bb} | 26 +++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) rename meta/recipes-extended/acpica/{acpica_20240827.bb => acpica_20250807.bb} (66%) diff --git a/meta/recipes-extended/acpica/acpica_20240827.bb b/meta/recipes-extended/acpica/acpica_20250807.bb similarity index 66% rename from meta/recipes-extended/acpica/acpica_20240827.bb rename to meta/recipes-extended/acpica/acpica_20250807.bb index f9f9f9f687..cba1a51fdd 100644 --- a/meta/recipes-extended/acpica/acpica_20240827.bb +++ b/meta/recipes-extended/acpica/acpica_20250807.bb @@ -1,3 +1,25 @@ +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. +# The following is the difference between the old and the new license text. +# Please update the LICENSE value if needed, and summarize the changes in +# the commit message via 'License-Update:' tag. +# (example: 'License-Update: copyright years updated.') +# +# The changes: +# +# --- source/compiler/aslcompile.c +# +++ source/compiler/aslcompile.c +# @@ -2,7 +2,7 @@ +# * +# * 1. Copyright Notice +# * +# - * Some or all of this work - Copyright (c) 1999 - 2024, Intel Corp. +# + * Some or all of this work - Copyright (c) 1999 - 2025, Intel Corp. +# * All rights reserved. +# * +# * 2. License +# +# + SUMMARY = "ACPICA tools for the development and debug of ACPI tables" DESCRIPTION = "The ACPI Component Architecture (ACPICA) project provides an \ OS-independent reference implementation of the Advanced Configuration and \ @@ -10,14 +32,14 @@ HOMEPAGE = "https://www.intel.com/content/www/us/en/developer/topic-technology/o SECTION = "console/tools" LICENSE = "Intel | BSD-3-Clause | GPL-2.0-only" -LIC_FILES_CHKSUM = "file://source/compiler/aslcompile.c;beginline=7;endline=150;md5=05eb845b15a27440410f456adc2ed082" +LIC_FILES_CHKSUM = "file://source/compiler/aslcompile.c;beginline=7;endline=150;md5=8566a414d226d05b68e41f30698f9624" COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux" DEPENDS = "m4-native flex-native bison-native" SRC_URI = "git://github.com/acpica/acpica;protocol=https;branch=master" -SRCREV = "e80cbd7b52de20aa8c75bfba9845e9cb61f2e681" +SRCREV = "aa98db3bd149fc1f8d2a3017cb05b6b1982c3296" inherit update-alternatives