Message ID | 20250721145146.21181-1-reatmon@ti.com |
---|---|
State | Superseded |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | [meta-arago,master] dma-heap-tests: Update SRCREV to fix CMake 4.0 issue | expand |
ERROR: dma-heap-tests-1.0-r0 do_populate_lic: QA Issue: dma-heap-tests: LIC_FILES_CHKSUM points to an invalid file: .../dma-heap-tests-1.0/src/heap_test_fixture.cpp [license-checksum] On Mon, Jul 21, 2025 at 09:51:46AM -0500, Ryan Eatmon via lists.yoctoproject.org wrote: > Signed-off-by: Ryan Eatmon <reatmon@ti.com> > --- > meta-arago-test/recipes-devtools/dma-heap/dma-heap-tests.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta-arago-test/recipes-devtools/dma-heap/dma-heap-tests.bb b/meta-arago-test/recipes-devtools/dma-heap/dma-heap-tests.bb > index 69f95391..c0eeaaaa 100644 > --- a/meta-arago-test/recipes-devtools/dma-heap/dma-heap-tests.bb > +++ b/meta-arago-test/recipes-devtools/dma-heap/dma-heap-tests.bb > @@ -7,7 +7,7 @@ PV = "1.0" > > BRANCH = "master" > SRC_URI = "git://github.com/glneo/dma-heap-tests.git;protocol=https;branch=${BRANCH}" > -SRCREV = "334fc8ec8056badc9c6667e6f1328705cb973ab4" > +SRCREV = "ead2ea8a9c3b81e97324da44c76cd9295e6c5efc" > > DEPENDS = "googletest" > > -- > 2.17.1
Sigh... Andrew changed the lic file... Ok. I'll do a more formal update and send a v2. On 7/21/2025 11:24 AM, Denys Dmytriyenko wrote: > ERROR: dma-heap-tests-1.0-r0 do_populate_lic: QA Issue: dma-heap-tests: LIC_FILES_CHKSUM points to an invalid file: .../dma-heap-tests-1.0/src/heap_test_fixture.cpp [license-checksum] > > > On Mon, Jul 21, 2025 at 09:51:46AM -0500, Ryan Eatmon via lists.yoctoproject.org wrote: >> Signed-off-by: Ryan Eatmon <reatmon@ti.com> >> --- >> meta-arago-test/recipes-devtools/dma-heap/dma-heap-tests.bb | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/meta-arago-test/recipes-devtools/dma-heap/dma-heap-tests.bb b/meta-arago-test/recipes-devtools/dma-heap/dma-heap-tests.bb >> index 69f95391..c0eeaaaa 100644 >> --- a/meta-arago-test/recipes-devtools/dma-heap/dma-heap-tests.bb >> +++ b/meta-arago-test/recipes-devtools/dma-heap/dma-heap-tests.bb >> @@ -7,7 +7,7 @@ PV = "1.0" >> >> BRANCH = "master" >> SRC_URI = "git://github.com/glneo/dma-heap-tests.git;protocol=https;branch=${BRANCH}" >> -SRCREV = "334fc8ec8056badc9c6667e6f1328705cb973ab4" >> +SRCREV = "ead2ea8a9c3b81e97324da44c76cd9295e6c5efc" >> >> DEPENDS = "googletest" >> >> -- >> 2.17.1
Oh I see. He moved files around. I'm going to do another patch to the upstream repo to pull the license out into it's own file that won't have this again down the road. On 7/21/2025 11:51 AM, Ryan Eatmon via lists.yoctoproject.org wrote: > > Sigh... Andrew changed the lic file... Ok. I'll do a more formal > update and send a v2. > > > On 7/21/2025 11:24 AM, Denys Dmytriyenko wrote: >> ERROR: dma-heap-tests-1.0-r0 do_populate_lic: QA Issue: >> dma-heap-tests: LIC_FILES_CHKSUM points to an invalid file: >> .../dma-heap-tests-1.0/src/heap_test_fixture.cpp [license-checksum] >> >> >> On Mon, Jul 21, 2025 at 09:51:46AM -0500, Ryan Eatmon via >> lists.yoctoproject.org wrote: >>> Signed-off-by: Ryan Eatmon <reatmon@ti.com> >>> --- >>> meta-arago-test/recipes-devtools/dma-heap/dma-heap-tests.bb | 2 +- >>> 1 file changed, 1 insertion(+), 1 deletion(-) >>> >>> diff --git >>> a/meta-arago-test/recipes-devtools/dma-heap/dma-heap-tests.bb >>> b/meta-arago-test/recipes-devtools/dma-heap/dma-heap-tests.bb >>> index 69f95391..c0eeaaaa 100644 >>> --- a/meta-arago-test/recipes-devtools/dma-heap/dma-heap-tests.bb >>> +++ b/meta-arago-test/recipes-devtools/dma-heap/dma-heap-tests.bb >>> @@ -7,7 +7,7 @@ PV = "1.0" >>> BRANCH = "master" >>> SRC_URI = >>> "git://github.com/glneo/dma-heap-tests.git;protocol=https;branch=${BRANCH}" >>> -SRCREV = "334fc8ec8056badc9c6667e6f1328705cb973ab4" >>> +SRCREV = "ead2ea8a9c3b81e97324da44c76cd9295e6c5efc" >>> DEPENDS = "googletest" >>> -- >>> 2.17.1 >
diff --git a/meta-arago-test/recipes-devtools/dma-heap/dma-heap-tests.bb b/meta-arago-test/recipes-devtools/dma-heap/dma-heap-tests.bb index 69f95391..c0eeaaaa 100644 --- a/meta-arago-test/recipes-devtools/dma-heap/dma-heap-tests.bb +++ b/meta-arago-test/recipes-devtools/dma-heap/dma-heap-tests.bb @@ -7,7 +7,7 @@ PV = "1.0" BRANCH = "master" SRC_URI = "git://github.com/glneo/dma-heap-tests.git;protocol=https;branch=${BRANCH}" -SRCREV = "334fc8ec8056badc9c6667e6f1328705cb973ab4" +SRCREV = "ead2ea8a9c3b81e97324da44c76cd9295e6c5efc" DEPENDS = "googletest"
Signed-off-by: Ryan Eatmon <reatmon@ti.com> --- meta-arago-test/recipes-devtools/dma-heap/dma-heap-tests.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)