From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.yoctoproject.org (mail.yoctoproject.org [198.145.29.25]) by mx.groups.io with SMTP id smtpd.web10.1225.1608230972799604275 for ; Thu, 17 Dec 2020 10:49:33 -0800 Authentication-Results: mx.groups.io; dkim=fail reason="body hash did not verify" header.i=@ti.com header.s=ti-com-17q1 header.b=ilCovLUu; spf=fail (domain: ti.com, ip: 198.145.29.25, mailfrom: dmurphy@ti.com) Received: from fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) by mail.yoctoproject.org (Postfix) with ESMTPS id D77E638C1142 for ; Thu, 17 Dec 2020 18:49:31 +0000 (UTC) Received: from lelv0266.itg.ti.com ([10.180.67.225]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 0BHInV3j059832 for ; Thu, 17 Dec 2020 12:49:31 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1608230971; bh=+IApAPJuwbmd1EVePlPsW39VNYG+zfNvtE7reZ80E54=; h=From:To:CC:Subject:Date; b=ilCovLUuM0YoiMGei009gLk3K15pdCvVmP7Uzsr+5bcbtjSR8aSRbDTcTIdpm1Cxk gpO+wJ9HUDkBNKT1lPYO16/s25Q/NKC+WKrYdkezDhoKRVLsKfmH3ltb6mhmClhlT1 NfSwO5pmE4DY+2hRNKFavFfKcaJpz9kFKnPYvrfc= Received: from DLEE108.ent.ti.com (dlee108.ent.ti.com [157.170.170.38]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 0BHInVEC038465 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 17 Dec 2020 12:49:31 -0600 Received: from DLEE102.ent.ti.com (157.170.170.32) by DLEE108.ent.ti.com (157.170.170.38) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3; Thu, 17 Dec 2020 12:49:30 -0600 Received: from fllv0040.itg.ti.com (10.64.41.20) by DLEE102.ent.ti.com (157.170.170.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3 via Frontend Transport; Thu, 17 Dec 2020 12:49:30 -0600 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 0BHInUEa012251; Thu, 17 Dec 2020 12:49:30 -0600 From: "Dan Murphy" To: CC: Dan Murphy Subject: [dunfell/master] [PATCH v3 01/10] linux-ti-staging: Update kernel to latest commit sha Date: Thu, 17 Dec 2020 12:49:20 -0600 Message-ID: <20201217184929.18031-1-dmurphy@ti.com> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Signed-off-by: Dan Murphy --- recipes-kernel/linux/linux-ti-staging-rt_5.4.bb | 4 ++-- recipes-kernel/linux/linux-ti-staging_5.4.bb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging-rt_5.4.bb b/recipes-ke= rnel/linux/linux-ti-staging-rt_5.4.bb index 2f8fe2bfec9d..faa7f6d8226e 100644 --- a/recipes-kernel/linux/linux-ti-staging-rt_5.4.bb +++ b/recipes-kernel/linux/linux-ti-staging-rt_5.4.bb @@ -6,5 +6,5 @@ FILESEXTRAPATHS_prepend :=3D "${THISDIR}/${PN}-5.4:" =20 BRANCH =3D "ti-rt-linux-5.4.y" =20 -SRCREV =3D "a59ca20fbcdc436be90ca38c199f9b640671fdb7" -PV =3D "5.4.78+git${SRCPV}" +SRCREV =3D "058c8ee4e4ae3ae72ca01b5b4b2aea8213561ab9" +PV =3D "5.4.82+git${SRCPV}" diff --git a/recipes-kernel/linux/linux-ti-staging_5.4.bb b/recipes-kerne= l/linux/linux-ti-staging_5.4.bb index 8275988bb1a7..cd13d6e33e13 100644 --- a/recipes-kernel/linux/linux-ti-staging_5.4.bb +++ b/recipes-kernel/linux/linux-ti-staging_5.4.bb @@ -21,8 +21,8 @@ S =3D "${WORKDIR}/git" =20 BRANCH =3D "ti-linux-5.4.y" =20 -SRCREV =3D "7a5e2e57a39a097b4dde09bad8f72a2d31dc09c4" -PV =3D "5.4.78+git${SRCPV}" +SRCREV =3D "73039d258adb0cac813342cc7e746e22295765fe" +PV =3D "5.4.82+git${SRCPV}" =20 # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebu= ild MACHINE_KERNEL_PR_append =3D "a" --=20 2.29.2