Message ID | 20250924172610.8166-1-p-bhagat@ti.com |
---|---|
State | Accepted |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | [scarthgap] meta-arago-test: hwspinlocktest: Update SRCREV to latest | expand |
meta-arago / na / 20250924172610.8166-1-p-bhagat PRC Results: PASS ========================================================= check-yocto-patches: PASS ========================================================= Patches ---------------------------------------- WARN - [scarthgap][PATCH] meta-arago-test: hwspinlocktest: Update SRCREV to latest WARN: Commit message should not include directory path to recipe: meta-arago-test: hwspinlocktest: Update SRCREV to latest. meta-arago-test: (COMMIT-MESSAGE-3) patch ========================================================= apply-yocto-patch: PASS ========================================================= scarthgap ===================== Summary: - Patch Series: [scarthgap][PATCH] meta-arago-test: hwspinlocktest: Update SRCREV to latest - Submitter: From: Paresh Bhagat <p-bhagat@ti.com> - Date: Date: Wed, 24 Sep 2025 22:56:10 +0530 - Num Patches: 1 - Mailing List (public inbox) Commit SHA: 5835411a904d7fb7ee2ba99e93b16725babe7e64 Applied to: - Repository: lcpd-prc-meta-arago - Base Branch: scarthgap-wip - Commit Author: Ryan Eatmon <reatmon@ti.com> - Commit Subject: check_yocto_rules: Flip to regex for files - Commit SHA: 7aedd68536e2fdc3f84579560e8c5a99c98a12d0 Patches ---------------------------------------- All patches applied ========================================================= check-yocto-repo: PASS ========================================================= scarthgap ===================== PASS
Hi Ryan, On 24/09/25 22:56, Paresh Bhagat wrote: > Pulls in AM62D SoC support. > > Signed-off-by: Paresh Bhagat <p-bhagat@ti.com> > --- > .../recipes-kernel/hwspinlocktest/hwspinlocktest_0.1.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta-arago-test/recipes-kernel/hwspinlocktest/hwspinlocktest_0.1.bb b/meta-arago-test/recipes-kernel/hwspinlocktest/hwspinlocktest_0.1.bb > index 39171041..6dec53e7 100644 > --- a/meta-arago-test/recipes-kernel/hwspinlocktest/hwspinlocktest_0.1.bb > +++ b/meta-arago-test/recipes-kernel/hwspinlocktest/hwspinlocktest_0.1.bb > @@ -10,7 +10,7 @@ SRC_URI = "\ > file://0001-Fix-Makefile-for-to-build-with-yocto.patch \ > " > > -SRCREV = "a8297c7a2ca9e127929095045228dd4761121d56" > +SRCREV = "1d154fbe5b56ef81045763f574c2098a35d6a8b8" Can we add this recipe as well under CI/CD Auto-Merger for Auto SRCREV updates [0] ? [0] - https://git.ti.com/cgit/arago-project/meta-arago/commit/?h=scarthgap&id=96f3c5b8e2efec96de9db131992e56272becc174 Chirag > > S = "${WORKDIR}/git" >
Hi Paresh, On 9/24/25 12:26 PM, Paresh Bhagat via lists.yoctoproject.org wrote: > Pulls in AM62D SoC support. > > Signed-off-by: Paresh Bhagat <p-bhagat@ti.com> > --- > .../recipes-kernel/hwspinlocktest/hwspinlocktest_0.1.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta-arago-test/recipes-kernel/hwspinlocktest/hwspinlocktest_0.1.bb b/meta-arago-test/recipes-kernel/hwspinlocktest/hwspinlocktest_0.1.bb > index 39171041..6dec53e7 100644 > --- a/meta-arago-test/recipes-kernel/hwspinlocktest/hwspinlocktest_0.1.bb > +++ b/meta-arago-test/recipes-kernel/hwspinlocktest/hwspinlocktest_0.1.bb > @@ -10,7 +10,7 @@ SRC_URI = "\ > file://0001-Fix-Makefile-for-to-build-with-yocto.patch \ > " > > -SRCREV = "a8297c7a2ca9e127929095045228dd4761121d56" > +SRCREV = "1d154fbe5b56ef81045763f574c2098a35d6a8b8" > > S = "${WORKDIR}/git" > please send to master as well. ~ Judith
Sending again, forgot to reply to all... On 9/24/2025 12:37 PM, Chirag Shilwant wrote: > Hi Ryan, > > On 24/09/25 22:56, Paresh Bhagat wrote: >> Pulls in AM62D SoC support. >> >> Signed-off-by: Paresh Bhagat <p-bhagat@ti.com> >> --- >> .../recipes-kernel/hwspinlocktest/hwspinlocktest_0.1.bb | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/meta-arago-test/recipes-kernel/hwspinlocktest/ >> hwspinlocktest_0.1.bb b/meta-arago-test/recipes-kernel/hwspinlocktest/ >> hwspinlocktest_0.1.bb >> index 39171041..6dec53e7 100644 >> --- a/meta-arago-test/recipes-kernel/hwspinlocktest/hwspinlocktest_0.1.bb >> +++ b/meta-arago-test/recipes-kernel/hwspinlocktest/hwspinlocktest_0.1.bb >> @@ -10,7 +10,7 @@ SRC_URI = "\ >> file://0001-Fix-Makefile-for-to-build-with-yocto.patch \ >> " >> -SRCREV = "a8297c7a2ca9e127929095045228dd4761121d56" >> +SRCREV = "1d154fbe5b56ef81045763f574c2098a35d6a8b8" > > > Can we add this recipe as well under CI/CD Auto-Merger for Auto SRCREV > updates [0] ? > > [0] - https://git.ti.com/cgit/arago-project/meta-arago/commit/? > h=scarthgap&id=96f3c5b8e2efec96de9db131992e56272becc174 Is this something that is going to be changing often enough that it warrants that level of integration? Or are we just being a little lazy and not wanting to send a patch? We don't tend to do the auto promotion for very many packages. Just the big ones. > > Chirag > > >> S = "${WORKDIR}/git"
On 9/24/2025 2:19 PM, Ryan Eatmon wrote: > > Sending again, forgot to reply to all... > > > On 9/24/2025 12:37 PM, Chirag Shilwant wrote: >> Hi Ryan, >> >> On 24/09/25 22:56, Paresh Bhagat wrote: >>> Pulls in AM62D SoC support. >>> >>> Signed-off-by: Paresh Bhagat <p-bhagat@ti.com> >>> --- >>> .../recipes-kernel/hwspinlocktest/hwspinlocktest_0.1.bb | 2 +- >>> 1 file changed, 1 insertion(+), 1 deletion(-) >>> >>> diff --git a/meta-arago-test/recipes-kernel/hwspinlocktest/ >>> hwspinlocktest_0.1.bb >>> b/meta-arago-test/recipes-kernel/hwspinlocktest/ hwspinlocktest_0.1.bb >>> index 39171041..6dec53e7 100644 >>> --- >>> a/meta-arago-test/recipes-kernel/hwspinlocktest/hwspinlocktest_0.1.bb >>> +++ >>> b/meta-arago-test/recipes-kernel/hwspinlocktest/hwspinlocktest_0.1.bb >>> @@ -10,7 +10,7 @@ SRC_URI = "\ >>> file://0001-Fix-Makefile-for-to-build-with-yocto.patch \ >>> " >>> -SRCREV = "a8297c7a2ca9e127929095045228dd4761121d56" >>> +SRCREV = "1d154fbe5b56ef81045763f574c2098a35d6a8b8" >> >> >> Can we add this recipe as well under CI/CD Auto-Merger for Auto SRCREV >> updates [0] ? >> >> [0] - https://git.ti.com/cgit/arago-project/meta-arago/commit/? >> h=scarthgap&id=96f3c5b8e2efec96de9db131992e56272becc174 > > Is this something that is going to be changing often enough that it > warrants that level of integration? Or are we just being a little lazy > and not wanting to send a patch? We don't tend to do the auto promotion > for very many packages. Just the big ones. Not expecting this repo to change regularly. Dont need CI/CD auto-merge flow for this recipe. > >> >> Chirag >> >> >>> S = "${WORKDIR}/git" >
Hi Judith, On 25/09/25 00:34, Judith Mendez wrote: > Hi Paresh, > > On 9/24/25 12:26 PM, Paresh Bhagat via lists.yoctoproject.org wrote: >> Pulls in AM62D SoC support. >> >> Signed-off-by: Paresh Bhagat <p-bhagat@ti.com> >> --- >> .../recipes-kernel/hwspinlocktest/hwspinlocktest_0.1.bb | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git >> a/meta-arago-test/recipes-kernel/hwspinlocktest/hwspinlocktest_0.1.bb >> b/meta-arago-test/recipes-kernel/hwspinlocktest/hwspinlocktest_0.1.bb >> index 39171041..6dec53e7 100644 >> --- >> a/meta-arago-test/recipes-kernel/hwspinlocktest/hwspinlocktest_0.1.bb >> +++ >> b/meta-arago-test/recipes-kernel/hwspinlocktest/hwspinlocktest_0.1.bb >> @@ -10,7 +10,7 @@ SRC_URI = "\ >> file://0001-Fix-Makefile-for-to-build-with-yocto.patch \ >> " >> -SRCREV = "a8297c7a2ca9e127929095045228dd4761121d56" >> +SRCREV = "1d154fbe5b56ef81045763f574c2098a35d6a8b8" >> S = "${WORKDIR}/git" > > > please send to master as well. master is still using the patch approach and old source(not TI one). Should I add a new patch for AM62D support? > > ~ Judith
On 25/09/25 14:47, Paresh Bhagat wrote: > Hi Judith, > > > On 25/09/25 00:34, Judith Mendez wrote: >> Hi Paresh, >> >> On 9/24/25 12:26 PM, Paresh Bhagat via lists.yoctoproject.org wrote: >>> Pulls in AM62D SoC support. >>> >>> Signed-off-by: Paresh Bhagat <p-bhagat@ti.com> >>> --- >>> .../recipes-kernel/hwspinlocktest/hwspinlocktest_0.1.bb | 2 +- >>> 1 file changed, 1 insertion(+), 1 deletion(-) >>> >>> diff --git >>> a/meta-arago-test/recipes-kernel/hwspinlocktest/hwspinlocktest_0.1.bb >>> b/meta-arago-test/recipes-kernel/hwspinlocktest/hwspinlocktest_0.1.bb >>> index 39171041..6dec53e7 100644 >>> --- >>> a/meta-arago-test/recipes-kernel/hwspinlocktest/hwspinlocktest_0.1.bb >>> +++ >>> b/meta-arago-test/recipes-kernel/hwspinlocktest/hwspinlocktest_0.1.bb >>> @@ -10,7 +10,7 @@ SRC_URI = "\ >>> file://0001-Fix-Makefile-for-to-build-with-yocto.patch \ >>> " >>> -SRCREV = "a8297c7a2ca9e127929095045228dd4761121d56" >>> +SRCREV = "1d154fbe5b56ef81045763f574c2098a35d6a8b8" >>> S = "${WORKDIR}/git" >> >> >> please send to master as well. > > > master is still using the patch approach and old source(not TI one). > Should I add a new patch for AM62D support? the patch is already in master-next [0] you can just send a SRCREV update patch on top of master-next [0] - https://git.ti.com/cgit/arago-project/meta-arago/commit/?h=master-next&id=10e3c057594b75d486c90c730fe6b83faecda8d7 Chirag > > > >> >> ~ Judith
On 25/09/25 00:50, Bajjuri, Praneeth wrote: > > > On 9/24/2025 2:19 PM, Ryan Eatmon wrote: >> >> Sending again, forgot to reply to all... >> >> >> On 9/24/2025 12:37 PM, Chirag Shilwant wrote: >>> Hi Ryan, >>> >>> On 24/09/25 22:56, Paresh Bhagat wrote: >>>> Pulls in AM62D SoC support. >>>> >>>> Signed-off-by: Paresh Bhagat <p-bhagat@ti.com> Acked-by: Chirag Shilwant <c-shilwant@ti.com> >>>> >>>> --- >>>> .../recipes-kernel/hwspinlocktest/hwspinlocktest_0.1.bb | 2 +- >>>> 1 file changed, 1 insertion(+), 1 deletion(-) >>>> >>>> diff --git a/meta-arago-test/recipes-kernel/hwspinlocktest/ >>>> hwspinlocktest_0.1.bb >>>> b/meta-arago-test/recipes-kernel/hwspinlocktest/ hwspinlocktest_0.1.bb >>>> index 39171041..6dec53e7 100644 >>>> --- >>>> a/meta-arago-test/recipes-kernel/hwspinlocktest/hwspinlocktest_0.1.bb >>>> +++ >>>> b/meta-arago-test/recipes-kernel/hwspinlocktest/hwspinlocktest_0.1.bb >>>> @@ -10,7 +10,7 @@ SRC_URI = "\ >>>> file://0001-Fix-Makefile-for-to-build-with-yocto.patch \ >>>> " >>>> -SRCREV = "a8297c7a2ca9e127929095045228dd4761121d56" >>>> +SRCREV = "1d154fbe5b56ef81045763f574c2098a35d6a8b8" >>> >>> >>> Can we add this recipe as well under CI/CD Auto-Merger for Auto >>> SRCREV updates [0] ? >>> >>> [0] - https://git.ti.com/cgit/arago-project/meta-arago/commit/? >>> h=scarthgap&id=96f3c5b8e2efec96de9db131992e56272becc174 >> >> Is this something that is going to be changing often enough that it >> warrants that level of integration? Or are we just being a little >> lazy and not wanting to send a patch? We don't tend to do the auto >> promotion for very many packages. Just the big ones. > > Not expecting this repo to change regularly. Dont need CI/CD > auto-merge flow for this recipe. Okay, then this patch on scarthgap is good to go -- Chirag > > > >> >>> >>> Chirag >>> >>> >>>> S = "${WORKDIR}/git" >>
diff --git a/meta-arago-test/recipes-kernel/hwspinlocktest/hwspinlocktest_0.1.bb b/meta-arago-test/recipes-kernel/hwspinlocktest/hwspinlocktest_0.1.bb index 39171041..6dec53e7 100644 --- a/meta-arago-test/recipes-kernel/hwspinlocktest/hwspinlocktest_0.1.bb +++ b/meta-arago-test/recipes-kernel/hwspinlocktest/hwspinlocktest_0.1.bb @@ -10,7 +10,7 @@ SRC_URI = "\ file://0001-Fix-Makefile-for-to-build-with-yocto.patch \ " -SRCREV = "a8297c7a2ca9e127929095045228dd4761121d56" +SRCREV = "1d154fbe5b56ef81045763f574c2098a35d6a8b8" S = "${WORKDIR}/git"
Pulls in AM62D SoC support. Signed-off-by: Paresh Bhagat <p-bhagat@ti.com> --- .../recipes-kernel/hwspinlocktest/hwspinlocktest_0.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)