From patchwork Fri Feb 3 15:48:06 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: LCPD Automation Script X-Patchwork-Id: 18983 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 B3880C05027 for ; Fri, 3 Feb 2023 15:48:20 +0000 (UTC) Received: from fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) by mx.groups.io with SMTP id smtpd.web10.14094.1675439292226625404 for ; Fri, 03 Feb 2023 07:48:12 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: list.ti.com, ip: 198.47.19.141, mailfrom: lcpdbld@list.ti.com) Received: from lelv0266.itg.ti.com ([10.180.67.225]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 313Fm9CW022994; Fri, 3 Feb 2023 09:48:09 -0600 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 313Fm90N081088 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 3 Feb 2023 09:48:09 -0600 Received: from DLEE105.ent.ti.com (157.170.170.35) 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.2507.16; Fri, 3 Feb 2023 09:48:09 -0600 Received: from fllv0040.itg.ti.com (10.64.41.20) by DLEE105.ent.ti.com (157.170.170.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16 via Frontend Transport; Fri, 3 Feb 2023 09:48:09 -0600 Received: from fllvdckhpci039.itg.ti.com (fllvdckhpci039.itg.ti.com [10.248.132.250]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 313Fm9eT067515; Fri, 3 Feb 2023 09:48:09 -0600 Received: by fllvdckhpci039.itg.ti.com (Postfix, from userid 60899) id 37DD810FE253; Fri, 3 Feb 2023 09:48:09 -0600 (CST) From: LCPD Automation Script To: Ryan Eatmon , Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-ti][dunfell][PATCH 1/4] ti-linux-fw: CI/CD Auto-Merger: cicd.dunfell.202302030400 Date: Fri, 3 Feb 2023 09:48:06 -0600 Message-ID: <1675439289-21302-2-git-send-email-lcpdbld@list.ti.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1675439289-21302-1-git-send-email-lcpdbld@list.ti.com> References: <1675439289-21302-1-git-send-email-lcpdbld@list.ti.com> MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 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 ; Fri, 03 Feb 2023 15:48:20 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-ti/message/15722 Updated the value(s) for: K3_IMAGE_GEN_SRCREV TI_LINUX_FW_SRCREV Signed-off-by: LCPD Automation Script --- recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/ti-linux-fw/ti-linux-fw.inc b/recipes-bsp/ti-linux-fw/ti-linux-fw.inc index 8188d72..d6ee366 100644 --- a/recipes-bsp/ti-linux-fw/ti-linux-fw.inc +++ b/recipes-bsp/ti-linux-fw/ti-linux-fw.inc @@ -20,12 +20,12 @@ IMG_DEC_FW_VERSION = "1.0" CNM_WAVE521_FW_VERSION = "1.0.00" TIFS_LPM_STUB_FW_VERSION = "08.03.02" -TI_LINUX_FW_SRCREV ?= "54f54f37192bdb95f08d9e7fcc64659a98f6b6c4" +TI_LINUX_FW_SRCREV ?= "e13f60459c72a315ff63d9800e8abb0d88bf45fc" SRCREV = "${TI_LINUX_FW_SRCREV}" BRANCH ?= "ti-linux-firmware" -K3_IMAGE_GEN_SRCREV ?= "2308bfb01e7bd3e03514cb33f06180dd9bb79121" +K3_IMAGE_GEN_SRCREV ?= "69250070a328f7a658a3d5cb4b8ca8f81947e8ac" SRCREV_imggen = "${K3_IMAGE_GEN_SRCREV}" SRCREV_FORMAT = "imggen" From patchwork Fri Feb 3 15:48:07 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: LCPD Automation Script X-Patchwork-Id: 18984 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 9F44FC636D4 for ; Fri, 3 Feb 2023 15:48:20 +0000 (UTC) Received: from lelv0143.ext.ti.com (lelv0143.ext.ti.com [198.47.23.248]) by mx.groups.io with SMTP id smtpd.web11.14137.1675439290996222633 for ; Fri, 03 Feb 2023 07:48:11 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: list.ti.com, ip: 198.47.23.248, mailfrom: lcpdbld@list.ti.com) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 313Fm9kb024081; Fri, 3 Feb 2023 09:48:09 -0600 Received: from DLEE112.ent.ti.com (dlee112.ent.ti.com [157.170.170.23]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 313Fm92I021616 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 3 Feb 2023 09:48:09 -0600 Received: from DLEE111.ent.ti.com (157.170.170.22) by DLEE112.ent.ti.com (157.170.170.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16; Fri, 3 Feb 2023 09:48:09 -0600 Received: from lelv0326.itg.ti.com (10.180.67.84) by DLEE111.ent.ti.com (157.170.170.22) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16 via Frontend Transport; Fri, 3 Feb 2023 09:48:09 -0600 Received: from fllvdckhpci039.itg.ti.com (fllvdckhpci039.itg.ti.com [10.248.132.250]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 313Fm9U4016209; Fri, 3 Feb 2023 09:48:09 -0600 Received: by fllvdckhpci039.itg.ti.com (Postfix, from userid 60899) id 3B06C10BAD8F; Fri, 3 Feb 2023 09:48:09 -0600 (CST) From: LCPD Automation Script To: Ryan Eatmon , Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-ti][dunfell][PATCH 2/4] u-boot-ti-staging: CI/CD Auto-Merger: cicd.dunfell.202302030400 Date: Fri, 3 Feb 2023 09:48:07 -0600 Message-ID: <1675439289-21302-3-git-send-email-lcpdbld@list.ti.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1675439289-21302-1-git-send-email-lcpdbld@list.ti.com> References: <1675439289-21302-1-git-send-email-lcpdbld@list.ti.com> MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 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 ; Fri, 03 Feb 2023 15:48:20 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-ti/message/15721 Updated the value(s) for: SRCREV Signed-off-by: LCPD Automation Script --- recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb index 1a5adf8..eaab13a 100644 --- a/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb +++ b/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb @@ -6,4 +6,4 @@ PR = "r33" BRANCH = "ti-u-boot-2021.01" -SRCREV = "b5ae22b98fe0de5108c0ff60bdb4844558a14a8f" +SRCREV = "072a9b409c15bfd1e0de99b2b0e7c06f850a32df" From patchwork Fri Feb 3 15:48:08 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: LCPD Automation Script X-Patchwork-Id: 18982 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 A53A9C636D6 for ; Fri, 3 Feb 2023 15:48:20 +0000 (UTC) Received: from fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) by mx.groups.io with SMTP id smtpd.web11.14141.1675439292290904516 for ; Fri, 03 Feb 2023 07:48:12 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: list.ti.com, ip: 198.47.19.141, mailfrom: lcpdbld@list.ti.com) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 313Fm9IR022990; Fri, 3 Feb 2023 09:48:09 -0600 Received: from DLEE101.ent.ti.com (dlee101.ent.ti.com [157.170.170.31]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 313Fm92U021619 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 3 Feb 2023 09:48:09 -0600 Received: from DLEE100.ent.ti.com (157.170.170.30) by DLEE101.ent.ti.com (157.170.170.31) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16; Fri, 3 Feb 2023 09:48:09 -0600 Received: from fllv0039.itg.ti.com (10.64.41.19) by DLEE100.ent.ti.com (157.170.170.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16 via Frontend Transport; Fri, 3 Feb 2023 09:48:09 -0600 Received: from fllvdckhpci039.itg.ti.com (fllvdckhpci039.itg.ti.com [10.248.132.250]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 313Fm9PS001761; Fri, 3 Feb 2023 09:48:09 -0600 Received: by fllvdckhpci039.itg.ti.com (Postfix, from userid 60899) id 3E03F10FE254; Fri, 3 Feb 2023 09:48:09 -0600 (CST) From: LCPD Automation Script To: Ryan Eatmon , Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-ti][dunfell][PATCH 3/4] linux-ti-staging-rt: CI/CD Auto-Merger: cicd.dunfell.202302030400 Date: Fri, 3 Feb 2023 09:48:08 -0600 Message-ID: <1675439289-21302-4-git-send-email-lcpdbld@list.ti.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1675439289-21302-1-git-send-email-lcpdbld@list.ti.com> References: <1675439289-21302-1-git-send-email-lcpdbld@list.ti.com> MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 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 ; Fri, 03 Feb 2023 15:48:20 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-ti/message/15723 Updated the value(s) for: PV SRCREV Signed-off-by: LCPD Automation Script --- recipes-kernel/linux/linux-ti-staging-rt_5.10.bb | 4 ++-- 1 file 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 a88ca05..3f73509 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 = "80820e92639d729730d00c1ef65346c4eef0f9fb" -PV = "5.10.158+git${SRCPV}" +SRCREV = "ef2648a6a6202f5dd78ccf2c45de48cf7653e19e" +PV = "5.10.162+git${SRCPV}" From patchwork Fri Feb 3 15:48:09 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: LCPD Automation Script X-Patchwork-Id: 18981 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 A631AC61DA4 for ; Fri, 3 Feb 2023 15:48:20 +0000 (UTC) Received: from lelv0142.ext.ti.com (lelv0142.ext.ti.com [198.47.23.249]) by mx.groups.io with SMTP id smtpd.web11.14136.1675439290948653428 for ; Fri, 03 Feb 2023 07:48:11 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: list.ti.com, ip: 198.47.23.249, mailfrom: lcpdbld@list.ti.com) Received: from fllv0035.itg.ti.com ([10.64.41.0]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 313Fm98D113662; Fri, 3 Feb 2023 09:48:09 -0600 Received: from DLEE105.ent.ti.com (dlee105.ent.ti.com [157.170.170.35]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 313Fm9bF089292 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 3 Feb 2023 09:48:09 -0600 Received: from DLEE112.ent.ti.com (157.170.170.23) by DLEE105.ent.ti.com (157.170.170.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16; Fri, 3 Feb 2023 09:48:09 -0600 Received: from lelv0326.itg.ti.com (10.180.67.84) by DLEE112.ent.ti.com (157.170.170.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16 via Frontend Transport; Fri, 3 Feb 2023 09:48:09 -0600 Received: from fllvdckhpci039.itg.ti.com (fllvdckhpci039.itg.ti.com [10.248.132.250]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 313Fm9Vj016212; Fri, 3 Feb 2023 09:48:09 -0600 Received: by fllvdckhpci039.itg.ti.com (Postfix, from userid 60899) id 40E4410FE252; Fri, 3 Feb 2023 09:48:09 -0600 (CST) From: LCPD Automation Script To: Ryan Eatmon , Praneeth Bajjuri , Denys Dmytriyenko , Subject: [meta-ti][dunfell][PATCH 4/4] linux-ti-staging: CI/CD Auto-Merger: cicd.dunfell.202302030400 Date: Fri, 3 Feb 2023 09:48:09 -0600 Message-ID: <1675439289-21302-5-git-send-email-lcpdbld@list.ti.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1675439289-21302-1-git-send-email-lcpdbld@list.ti.com> References: <1675439289-21302-1-git-send-email-lcpdbld@list.ti.com> MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 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 ; Fri, 03 Feb 2023 15:48:20 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-ti/message/15720 Updated the value(s) for: PV SRCREV Signed-off-by: LCPD Automation Script --- recipes-kernel/linux/linux-ti-staging_5.10.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging_5.10.bb b/recipes-kernel/linux/linux-ti-staging_5.10.bb index 480b607..84ec204 100644 --- a/recipes-kernel/linux/linux-ti-staging_5.10.bb +++ b/recipes-kernel/linux/linux-ti-staging_5.10.bb @@ -25,8 +25,8 @@ S = "${WORKDIR}/git" BRANCH = "ti-linux-5.10.y" -SRCREV = "06bd1d157b9b43163c1a2184e4a0c92f98656dd0" -PV = "5.10.158+git${SRCPV}" +SRCREV = "2927372e2c7cc3782c07b1896757962bc346d4c5" +PV = "5.10.162+git${SRCPV}" # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild MACHINE_KERNEL_PR_append = "b"