From patchwork Thu Sep 17 07:10:06 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: 98514 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 691C2C982D0 for ; Thu, 17 Sep 2026 07:10:08 +0000 (UTC) Received: from a27-192.smtp-out.us-west-2.amazonses.com (a27-192.smtp-out.us-west-2.amazonses.com [54.240.27.192]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.33828.1789629007829378235 for ; Thu, 17 Sep 2026 00:10:07 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=pM0AxEg0; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=P1uLEyHU; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 010101a0ae3383f8-4170c7d7-9b47-45f8-bbb1-0835bd0e850e-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=1789629007; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=7pbPt6V8Fgwe+gwSRQO7eGVuxDlodEe1hgmLxczQRt8=; b=pM0AxEg0aRNfBzs2SrHsV9qm47QS2ajD5m+xg1epgwn6Iu8T+2Aqw/T2fDUrsDr3 Im4jORA9855+FgrV9R0Fo7LgmrjCCmkakiRbqmR4qJapuOEtPejdUtP2RLp5JNyHQok C5OXc2tBOBg690TszuZ6HxuEwfudl17f5lmrtRpw= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1789629007; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=7pbPt6V8Fgwe+gwSRQO7eGVuxDlodEe1hgmLxczQRt8=; b=P1uLEyHUlCYcI70R83+muYk/mPp64O04CmIAuigxeXkPr5mEOqmp0PRLL9JV7Of6 VjSl3inPHvKaORJRW6Ci6tGvW4/FUd22loWMweGwiBTg1qWRypybg/VFqerrboA4gnW XXrdpj97Lc7/tV10AIYK/Bdokq7RgvhwTx0LOKvY= 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.09.0 SUCCEEDED Message-ID: <010101a0ae3383f8-4170c7d7-9b47-45f8-bbb1-0835bd0e850e-000000@us-west-2.amazonses.com> Date: Thu, 17 Sep 2026 07:10:06 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.09.17-54.240.27.192 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, 17 Sep 2026 07:10:08 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/246028 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *barebox-tools* to *2026.09.0* has Succeeded. Next steps: - apply the patch: git am 0001-barebox-tools-upgrade-2026.08.0-2026.09.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 a95e5df7d06ab855edca881af16656a6d79374bb Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 17 Sep 2026 05:27:17 +0000 Subject: [PATCH] barebox-tools: upgrade 2026.08.0 -> 2026.09.0 Source: Documentation/migration-guides/migration-2026.08.0.rst, Documentation/migration-guides/migration-2026.09.0.rst Release v2026.08.0 ================== global.partitions.first_usable_lba removed ------------------------------------------ The ``global.partitions.first_usable_lba`` variable has been removed. Use ``global.partitions.first_partition_offset`` instead. The new variable is a byte offset used by free-space searches for new partitions, for example ``parted mkpart_size``. The default is ``8388608`` bytes (8 MiB). To keep an old configuration, multiply the old ``first_usable_lba`` value by 512. ARCH=arm64 ---------- Use of ``ARCH=arm`` for 64-bit ARM builds is deprecated and now emits a warning. Users should change build scripts to use ``ARCH=arm64`` instead when targetting ARMv8. Removal of deprecated CONFIG_BOOTM_OPTEE ---------------------------------------- The support for late loading of OP-TEE had been deprecated and ultimately removed as it greatly increased the attack surface and was only supported on 32-bit ARM systems. OP-TEE loading is now only supported :ref:`in the prebootloader `. For i.MX6 boards, this can be enabled by enabling ``CONFIG_FIRMWARE_IMX6_OPTEE``. sha1 no longer accepted for secure boot --------------------------------------- FIT images using sha1 are no longer accepted as secure boot images. sha1 has been proven insecure in 2017. --- meta/recipes-bsp/barebox/barebox-common.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-bsp/barebox/barebox-common.inc b/meta/recipes-bsp/barebox/barebox-common.inc index a9f0593e27..d94798193b 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.08.0" +PV = "2026.09.0" SRC_URI = "https://barebox.org/download/barebox-${PV}.tar.bz2" -SRC_URI[sha256sum] = "5b270cbde7f2fc6a78ff6e748eef788bbc04571682e2f2e964cd15a2e009774c" +SRC_URI[sha256sum] = "491b504c8a79b5a4e30c419b824916b7329bad8abfe34987ba066bafa1fbcfc5"