From patchwork Thu Jun 11 16:31:59 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 89867 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 266DFCDE00A for ; Thu, 11 Jun 2026 16:32:10 +0000 (UTC) Received: from a27-33.smtp-out.us-west-2.amazonses.com (a27-33.smtp-out.us-west-2.amazonses.com [54.240.27.33]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.50618.1781195511185228388 for ; Thu, 11 Jun 2026 09:32:00 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=hSyKS8vV; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=nRm3Y7MD; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.33, mailfrom: 0101019eb786b5fb-cd151ce3-6f3e-47a7-8a6e-8eaa8437ae05-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=1781195520; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=/nCok9NqINpNnhwHduaPpq7hT8qZSIX9m1vd1jSLYKE=; b=hSyKS8vVml6LDDRgBRPOgnPFYUejTMy/sXyRT+msIFBh3cfvdgw8mzmTUfjNXu6R Q7qKbKndxK3Wq0bc7tBnLh4pr67467CrTBvrcnsMf7KnbpeXJ57C3qs9/H2eFV7wlN8 G2nSToI5NAbnO/4TwOi4pyX+S42jg+C62sp1He/8= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1781195520; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=/nCok9NqINpNnhwHduaPpq7hT8qZSIX9m1vd1jSLYKE=; b=nRm3Y7MD+YYl5W1FVXViVn8HyavDglebsQGof9qKEyc496LBaM711rmWIMQe5sgi yWe7BjJIK4bqZ+aNtch9DNn8Pe+FMVScxwCC1UovkbQq9V8I7r1Y6DrSG0Hfbbl+IJ6 ndZgsrw3IEiZhl0vdPyaiKKmcAebnFT8dXlN4VTA= MIME-Version: 1.0 From: auh@yoctoproject.org To: Wang Mingyu Cc: openembedded-core@lists.openembedded.org Subject: [AUH] dtc: upgrading to 1.8.1 FAILED Message-ID: <0101019eb786b5fb-cd151ce3-6f3e-47a7-8a6e-8eaa8437ae05-000000@us-west-2.amazonses.com> Date: Thu, 11 Jun 2026 16:31:59 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.06.11-54.240.27.33 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 11 Jun 2026 16:32:10 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/238553 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *dtc* to *1.8.1* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-dtc-upgrade-1.7.2-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 3b141d2f70677a9962550e363401c54b3a2c5025 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 11 Jun 2026 13:28:33 +0000 Subject: [PATCH] dtc: upgrade 1.7.2 -> 1.8.1 --- .../dtc/{dtc_1.7.2.bb => dtc_1.8.1.bb} | 27 +++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) rename meta/recipes-kernel/dtc/{dtc_1.7.2.bb => dtc_1.8.1.bb} (51%) diff --git a/meta/recipes-kernel/dtc/dtc_1.7.2.bb b/meta/recipes-kernel/dtc/dtc_1.8.1.bb similarity index 51% rename from meta/recipes-kernel/dtc/dtc_1.7.2.bb rename to meta/recipes-kernel/dtc/dtc_1.8.1.bb index b8b79542c5..864494805c 100644 --- a/meta/recipes-kernel/dtc/dtc_1.7.2.bb +++ b/meta/recipes-kernel/dtc/dtc_1.8.1.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: +# +# --- README.license +# +++ README.license +# @@ -28,7 +28,7 @@ +# makes that it easier for vendors or authors of such software to do so. +# +# This does mean that libfdt code could be "stolen" - say, included in a +# -proprietary fimware and extended without contributing those extensions +# +proprietary firmware and extended without contributing those extensions +# back to the libfdt mainline. While I hope that doesn't happen, I +# believe the goal of allowing libfdt to be widely used is more +# important than avoiding that. libfdt is quite small, and hardly +# +# + SUMMARY = "Device Tree Compiler" HOMEPAGE = "https://devicetree.org/" DESCRIPTION = "The Device Tree Compiler is a toolchain for working with device tree source and binary files." @@ -6,13 +28,14 @@ LICENSE = "GPL-2.0-only | BSD-2-Clause" LIC_FILES_CHKSUM = "file://GPL;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ file://BSD-2-Clause;md5=5d6306d1b08f8df623178dfd81880927 \ - file://README.license;md5=a1eb22e37f09df5b5511b8a278992d0e" + file://README.license;md5=a5696bd07fcc7285cbbacc42c2132248 \ + " SRC_URI = " \ git://git.kernel.org/pub/scm/utils/dtc/dtc.git;branch=main;protocol=https \ file://0001-Fix-discarded-const-qualifiers.patch \ " -SRCREV = "2d10aa2afe35527728db30b35ec491ecb6959e5c" +SRCREV = "8f48565e5cfedc74d3f7512f1e0188e9d85dc1de" UPSTREAM_CHECK_GITTAGREGEX = "v(?P\d+(\.\d+)+)"