From patchwork Sat Aug 9 23:46:34 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Denys Dmytriyenko X-Patchwork-Id: 68296 X-Patchwork-Delegate: reatmon@ti.com 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 B6D87CA0EC0 for ; Sat, 9 Aug 2025 23:46:44 +0000 (UTC) Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.64]) by mx.groups.io with SMTP id smtpd.web10.17026.1754783198366605584 for ; Sat, 09 Aug 2025 16:46:38 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: denix.org, ip: 64.68.198.64, mailfrom: denis@denix.org) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id CFAD740C82; Sat, 9 Aug 2025 23:46:37 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo14-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aU-uE1vPlo73; Sat, 9 Aug 2025 23:46:37 +0000 (UTC) Received: from mail.denix.org (pool-100-15-87-159.washdc.fios.verizon.net [100.15.87.159]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id B996C40CB1; Sat, 9 Aug 2025 23:46:36 +0000 (UTC) Received: from thorin.han-sole.ts.net (thorin.denix [192.168.30.9]) by mail.denix.org (Postfix) with ESMTP id 754E016F92A; Sat, 9 Aug 2025 19:46:36 -0400 (EDT) From: Denys Dmytriyenko To: meta-ti@lists.yoctoproject.org Cc: Denys Dmytriyenko Subject: [scarthgap][PATCH 3/4] linux-bb.org_6.12: upgrade to the latest 6.12.34 Date: Sat, 9 Aug 2025 19:46:34 -0400 Message-Id: <20250809234635.3626366-3-denis@denix.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20250809234635.3626366-1-denis@denix.org> References: <20250809234635.3626366-1-denis@denix.org> MIME-Version: 1.0 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 ; Sat, 09 Aug 2025 23:46:44 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-ti/message/18918 From: Denys Dmytriyenko Upgrade BB.org 6.12 kernel to the latest 6.12.34 tags. Signed-off-by: Denys Dmytriyenko --- .../recipes-kernel/linux/linux-bb.org_6.12.bb | 23 +++++++++++-------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/meta-beagle/recipes-kernel/linux/linux-bb.org_6.12.bb b/meta-beagle/recipes-kernel/linux/linux-bb.org_6.12.bb index 52d5968a..829dbaad 100644 --- a/meta-beagle/recipes-kernel/linux/linux-bb.org_6.12.bb +++ b/meta-beagle/recipes-kernel/linux/linux-bb.org_6.12.bb @@ -19,7 +19,6 @@ KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT} ${EXTRA_DTC_ARGS}" # Extra DT overlays/capes KERNEL_DEVICETREE:append:armv7a = " \ - ti/omap/AM335X-PRU-UIO-00A0.dtbo \ ti/omap/BB-ADC-00A0.dtbo \ ti/omap/BB-BBBW-WL1835-00A0.dtbo \ ti/omap/BB-BBGG-WL1835-00A0.dtbo \ @@ -53,16 +52,22 @@ KERNEL_DEVICETREE:append:armv7a = " \ ti/omap/PB-MIKROBUS-1.dtbo \ " +KERNEL_DEVICETREE:append:aarch64 = " \ + ti/BONE-I2C1.dtbo \ + ti/BONE-I2C2.dtbo \ + ti/BONE-I2C3.dtbo \ +" + S = "${WORKDIR}/git" -# 6.12.22 version for 32-bit -SRCREV:armv7a = "d7f560ef48a867b94959f040b4c3c57053f4e32d" -PV:armv7a = "6.12.22+git" -BRANCH:armv7a = "v6.12.22-ti-arm32-r10" +# 6.12.34 version for 32-bit +SRCREV:armv7a = "9e419b26243bd7efcd103ae0f6456f828592b34b" +PV:armv7a = "6.12.34+git" +BRANCH:armv7a = "v6.12.34-ti-arm32-r12" -# 6.12.22 version for 64-bit -SRCREV:aarch64 = "9e43fd19ece3affb9406e87ec3df733b91b77a4f" -PV:aarch64 = "6.12.22+git" -BRANCH:aarch64 = "v6.12.22-ti-arm64-r35" +# 6.12.34 version for 64-bit +SRCREV:aarch64 = "9ca36b8c54806a037f357efcd40eaa8399798b05" +PV:aarch64 = "6.12.34+git" +BRANCH:aarch64 = "v6.12.34-ti-arm64-r46" KERNEL_GIT_URI = "git://github.com/beagleboard/linux.git"