From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from fllv0016.ext.ti.com (fllv0016.ext.ti.com [198.47.19.142]) by mx.groups.io with SMTP id smtpd.web10.1202.1623365832116038357 for ; Thu, 10 Jun 2021 15:57:12 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17q1 header.b=qyItMyx5; spf=pass (domain: ti.com, ip: 198.47.19.142, mailfrom: praneeth@ti.com) Received: from fllv0035.itg.ti.com ([10.64.41.0]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 15AMvBx8028917; Thu, 10 Jun 2021 17:57:11 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1623365831; bh=ed6P0CBOKNSTCJ7bSrS6itWtRu0IZXJHDn1v7LfbzOY=; h=From:To:CC:Subject:Date; b=qyItMyx5X3kBrHOd0xCfH/VPIrk85ht7W+COaQZxzDErTCLHqHzNZheLyWo+Y0Ljj Ul/lxANtk2MgkOVDshoPR5yV1fqTXYinQ9pdP1UL8BA+8TIjV5VjGbv+OZ9wBKJHII ASg2/ceA1pmNpKSIGW8QuA1/XmdOxWhUXVSbvQDg= Received: from DLEE114.ent.ti.com (dlee114.ent.ti.com [157.170.170.25]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 15AMvBBZ030639 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 10 Jun 2021 17:57:11 -0500 Received: from DLEE106.ent.ti.com (157.170.170.36) by DLEE114.ent.ti.com (157.170.170.25) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2; Thu, 10 Jun 2021 17:57:10 -0500 Received: from lelv0327.itg.ti.com (10.180.67.183) by DLEE106.ent.ti.com (157.170.170.36) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2 via Frontend Transport; Thu, 10 Jun 2021 17:57:10 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id 15AMvACs012610; Thu, 10 Jun 2021 17:57:10 -0500 From: "praneeth" To: Praneeth Bajjuri , Yogesh Siraswar CC: Denys Dmytriyenko , Subject: [dunfell/master PATCH] linux-ti-staging: Update 5.10 kernel to tag 08.00.00.000 Date: Thu, 10 Jun 2021 17:57:09 -0500 Message-ID: <20210610225710.1259-1-praneeth@ti.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Content-Type: text/plain From: Praneeth Bajjuri Update 5.10 kernel to tag 08.00.00.000 Signed-off-by: Praneeth Bajjuri --- recipes-kernel/linux/linux-ti-staging-rt_5.10.bb | 2 +- recipes-kernel/linux/linux-ti-staging_5.10.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb b/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb index 275a4006..a8516ae1 100644 --- a/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb +++ b/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb @@ -6,5 +6,5 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-5.10:" BRANCH = "ti-rt-linux-5.10.y" -SRCREV = "374d0c3aa1763a13a606df3318ba86a1d634c203" +SRCREV = "06894f664e012a2df68e6fc28169d21042bb134a" PV = "5.10.41+git${SRCPV}" diff --git a/recipes-kernel/linux/linux-ti-staging_5.10.bb b/recipes-kernel/linux/linux-ti-staging_5.10.bb index c5445f2c..edb42156 100644 --- a/recipes-kernel/linux/linux-ti-staging_5.10.bb +++ b/recipes-kernel/linux/linux-ti-staging_5.10.bb @@ -23,7 +23,7 @@ S = "${WORKDIR}/git" BRANCH = "ti-linux-5.10.y" -SRCREV = "db13654efaf0379e80a8fea1bd09431984bb64d8" +SRCREV = "3314837930ce2cf2bbd51a34f32a7494a6aec8c8" PV = "5.10.41+git${SRCPV}" # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild -- 2.17.1