From patchwork Sat Aug 9 23:46:32 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Denys Dmytriyenko X-Patchwork-Id: 68294 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 A6A0BC87FD2 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.17025.1754783198337748327 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 BB34140CB5; 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 3bnDfHRNpmbR; 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 A330940C56; 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 5EB0C16EF1D; Sat, 9 Aug 2025 19:46:36 -0400 (EDT) From: Denys Dmytriyenko To: meta-ti@lists.yoctoproject.org Cc: Denys Dmytriyenko Subject: [scarthgap][PATCH 1/4] linux-bb.org_6.6: update to the latest Date: Sat, 9 Aug 2025 19:46:32 -0400 Message-Id: <20250809234635.3626366-1-denis@denix.org> X-Mailer: git-send-email 2.25.1 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/18917 From: Denys Dmytriyenko Update BB.org 6.6 kernel to the latest tags. Signed-off-by: Denys Dmytriyenko --- meta-beagle/recipes-kernel/linux/linux-bb.org_6.6.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-beagle/recipes-kernel/linux/linux-bb.org_6.6.bb b/meta-beagle/recipes-kernel/linux/linux-bb.org_6.6.bb index a29fc5ae..036bf5d5 100644 --- a/meta-beagle/recipes-kernel/linux/linux-bb.org_6.6.bb +++ b/meta-beagle/recipes-kernel/linux/linux-bb.org_6.6.bb @@ -56,14 +56,14 @@ KERNEL_DEVICETREE:append:armv7a = " \ S = "${WORKDIR}/git" # 6.6.58 version for 32-bit -SRCREV:armv7a = "0d043a88f69f48789e43526d7a807ab744708071" +SRCREV:armv7a = "3d519995234675748a38b1e3bc087baa03e3ac25" PV:armv7a = "6.6.58+git" -BRANCH:armv7a = "v6.6.58-ti-arm32-r10" +BRANCH:armv7a = "v6.6.58-ti-arm32-r12" # 6.6.58 version for 64-bit -SRCREV:aarch64 = "0987ef737c9812374607475972f0868b8fecbbf7" +SRCREV:aarch64 = "1de9481cd5749807550148086aea959295bd11db" PV:aarch64 = "6.6.58+git" -BRANCH:aarch64 = "v6.6.58-ti-arm64-r23" +BRANCH:aarch64 = "v6.6.58-ti-arm64-r30" KERNEL_GIT_URI = "git://github.com/beagleboard/linux.git"