From patchwork Sun Mar 15 13:41:53 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: 83421 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 DBE13EFCBA7 for ; Sun, 15 Mar 2026 13:41:55 +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.msgproc01-g2.28795.1773582114506140725 for ; Sun, 15 Mar 2026 06:41:54 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=cRFoYdb5; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=iLELjX6s; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 0101019cf1bb5bec-59c0036d-cf9f-4133-9a27-4f70a7286fa7-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=1773582113; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=RtZ1Fo5KxDx1qSgvFkxO8/2tC/f+OubZqQMgVyGYDfs=; b=cRFoYdb5Wne9nHnOv297Bti85o0W0631Q4JD4MXSq1kJeP1cf3BGOZgzw83+V8Xx M92ApV5a5UkMKTeWli5i/Ty2e24iY94IIZgUiTrNspNeN9oZ/QBKtfRbTXl9rJoBkal rVQ2OdLm7WmtW3aAm9FCcP5kkJLj3xujnEmgvMO0= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1773582113; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=RtZ1Fo5KxDx1qSgvFkxO8/2tC/f+OubZqQMgVyGYDfs=; b=iLELjX6s8Ub5g4ZaqklqVGBC8v6Q04exUdnPzNiOge4p8uwlEkJgmV9IYJBmzBT9 dMZAXKv7TIN3HoBFiBV6tr4Roeg15tDM5pvj8Eq+UwADhC++rL+V4zGfNxZzq6e2Q2S aJ+pNNSi8GDvPfN/zOEVRPI88JDvcbvdI1MuVV9A= MIME-Version: 1.0 From: auh@yoctoproject.org To: =?utf-8?q?Enrico_J=C3=B6rns_=3Cyocto=40pengutronix=2Ede=3E?= @yoctoproject.org Cc: openembedded-core@lists.openembedded.org Subject: [AUH] barebox-tools: upgrading to 2026.03.0 SUCCEEDED Message-ID: <0101019cf1bb5bec-59c0036d-cf9f-4133-9a27-4f70a7286fa7-000000@us-west-2.amazonses.com> Date: Sun, 15 Mar 2026 13:41:53 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.03.15-54.240.27.191 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 ; Sun, 15 Mar 2026 13:41:55 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/233128 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *barebox-tools* to *2026.03.0* has Succeeded. Next steps: - apply the patch: git am 0001-barebox-tools-upgrade-2026.01.0-2026.03.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 438f0f0ffae24211eea1172ab8ab5a734f317b94 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 15 Mar 2026 06:01:23 +0000 Subject: [PATCH] barebox-tools: upgrade 2026.01.0 -> 2026.03.0 --- meta/recipes-bsp/barebox/barebox-common.inc | 4 +- meta/recipes-bsp/barebox/barebox-tools.bb | 2 - ...x-tools-fix-glibc-2.43-openat2-build.patch | 43 ------------------- 3 files changed, 2 insertions(+), 47 deletions(-) delete mode 100644 meta/recipes-bsp/barebox/files/0001-barebox-tools-fix-glibc-2.43-openat2-build.patch diff --git a/meta/recipes-bsp/barebox/barebox-common.inc b/meta/recipes-bsp/barebox/barebox-common.inc index 14a5ca9709..17cfc25692 100644 --- a/meta/recipes-bsp/barebox/barebox-common.inc +++ b/meta/recipes-bsp/barebox/barebox-common.inc @@ -3,6 +3,6 @@ SECTION = "bootloaders" LIC_FILES_CHKSUM = "file://COPYING;md5=f5125d13e000b9ca1f0d3364286c4192" -PV = "2026.01.0" +PV = "2026.03.0" SRC_URI = "https://barebox.org/download/barebox-${PV}.tar.bz2" -SRC_URI[sha256sum] = "219283d67c5d2f79bd22915b8a71906531223cb01e6e5b8d1658f299441e4169" +SRC_URI[sha256sum] = "760f22ff34ca00539d29826cce07d83210e41ebb51266616c6969b855c099bc2" diff --git a/meta/recipes-bsp/barebox/barebox-tools.bb b/meta/recipes-bsp/barebox/barebox-tools.bb index 1459f48db2..eb327306d9 100644 --- a/meta/recipes-bsp/barebox/barebox-tools.bb +++ b/meta/recipes-bsp/barebox/barebox-tools.bb @@ -2,8 +2,6 @@ SUMMARY = "barebox bootloader tools" require barebox-common.inc -SRC_URI += "file://0001-barebox-tools-fix-glibc-2.43-openat2-build.patch" - LICENSE = "GPL-2.0-only" DEPENDS = "bison-native flex-native libusb1" diff --git a/meta/recipes-bsp/barebox/files/0001-barebox-tools-fix-glibc-2.43-openat2-build.patch b/meta/recipes-bsp/barebox/files/0001-barebox-tools-fix-glibc-2.43-openat2-build.patch deleted file mode 100644 index 2ff7cb82a6..0000000000 --- a/meta/recipes-bsp/barebox/files/0001-barebox-tools-fix-glibc-2.43-openat2-build.patch +++ /dev/null @@ -1,43 +0,0 @@ -barebox-tools: fix build failure with glibc 2.43 - -glibc 2.43 introduces linux/openat2.h through the fcntl include chain -(bits/fcntl-linux.h -> linux/openat2.h). This header expects the -__u64 type to be defined before inclusion. - -In barebox scripts/include/linux/types.h the header was -included before the __u64 typedef, causing build failures such as: - - linux/openat2.h:20:9: error: unknown type name '__u64' - -Move the inclusion of after the typedef definitions so that -__u64 and related types are defined before linux/openat2.h is parsed. - -Upstream-Status: Pending - -Signed-off-by: Hemanth Kumar M D ---- - - scripts/include/linux/types.h | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -diff --git a/scripts/include/linux/types.h b/scripts/include/linux/types.h -index 5b01333..33cea19 100644 ---- a/scripts/include/linux/types.h -+++ b/scripts/include/linux/types.h -@@ -4,7 +4,6 @@ - #include - #include - #include --#include - - typedef uint64_t __u64; - typedef int64_t __s64; -@@ -15,6 +14,8 @@ typedef int16_t __s16; - typedef uint8_t __u8; - typedef int8_t __s8; - -+#include -+ - #ifndef __linux__ - typedef long long loff_t; - #endif