Message ID | 20250114015945.3554905-2-rs@ti.com |
---|---|
State | Superseded |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | Rogue graphics 24.2 release | expand |
On Mon, 2025-01-13 at 19:59 -0600, Randolph Sapp via lists.yoctoproject.org wrote: > From: Randolph Sapp <rs@ti.com> > > Bump the package version for DDK 24.2, this includes a few fixups from > IMG and support for a newer version of mesa. > > Signed-off-by: Randolph Sapp <rs@ti.com> A first test in our TQMa62xx BSP found that the build of ti-img-rogue-driver currently fails with ti-linux 6.12.y if CONFIG_TRACING is enabled in the kernel config. Without CONFIG_TRACING, the build is successful and the driver is working as expected (tested with Weston + weston-simple-egl so far). Best, Matthias > --- > ...er_24.1.6554834.bb => ti-img-rogue-driver_24.2.6643903.bb} | 4 ++-- > ...bs_24.1.6554834.bb => ti-img-rogue-umlibs_24.2.6643903.bb} | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) > rename meta-ti-bsp/recipes-bsp/powervr-drivers/{ti-img-rogue-driver_24.1.6554834.bb => ti-img-rogue-driver_24.2.6643903.bb} (93%) > rename meta-ti-bsp/recipes-graphics/powervr-umlibs/{ti-img-rogue-umlibs_24.1.6554834.bb => ti-img-rogue-umlibs_24.2.6643903.bb} (98%) > > diff --git a/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_24.1.6554834.bb b/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_24.2.6643903.bb > similarity index 93% > rename from meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_24.1.6554834.bb > rename to meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_24.2.6643903.bb > index 9007872f..eef940d6 100644 > --- a/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_24.1.6554834.bb > +++ b/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_24.2.6643903.bb > @@ -13,13 +13,13 @@ COMPATIBLE_MACHINE = "j721e|j721s2|j784s4|j742s2|am62xx|am62pxx|j722s" > > DEPENDS = "virtual/kernel" > > -BRANCH = "linuxws/scarthgap/k6.6/${PV}" > +BRANCH = "linuxws/scarthgap/k6.12/${PV}" > > SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-driver.git;protocol=https;branch=${BRANCH}" > > S = "${WORKDIR}/git" > > -SRCREV = "707bb373902babf9ced5fd2f99139209ca0f605a" > +SRCREV = "51a23d9fba59a9aa9179793dfa6ee649fdd44015" > > TARGET_PRODUCT:j721e = "j721e_linux" > TARGET_PRODUCT:j721s2 = "j721s2_linux" > diff --git a/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_24.1.6554834.bb b/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_24.2.6643903.bb > similarity index 98% > rename from meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_24.1.6554834.bb > rename to meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_24.2.6643903.bb > index 720a3cff..0de66b72 100644 > --- a/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_24.1.6554834.bb > +++ b/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_24.2.6643903.bb > @@ -12,9 +12,9 @@ COMPATIBLE_MACHINE = "j721e|j721s2|j784s4|j742s2|am62xx|am62pxx|j722s" > > PR = "r3" > > -BRANCH = "linuxws/scarthgap/k6.6/${PV}" > +BRANCH = "linuxws/scarthgap/k6.12/${PV}" > SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-umlibs.git;protocol=https;branch=${BRANCH}" > -SRCREV = "ba93a3e38c683ccb03a7cf8f2e7dffe2f9cbcf1c" > +SRCREV = "d578666fc6ecd09f7d6c3431747f1d93d128fe28" > S = "${WORKDIR}/git/targetfs/${TARGET_PRODUCT}/${PVR_WS}/${PVR_BUILD}" > > TARGET_PRODUCT:j721e = "j721e_linux" > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#18196): https://lists.yoctoproject.org/g/meta-ti/message/18196 > Mute This Topic: https://lists.yoctoproject.org/mt/110600827/4454427 > Group Owner: meta-ti+owner@lists.yoctoproject.org > Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [matthias.schiffer@ew.tq-group.com] > -=-=-=-=-=-=-=-=-=-=-=- >
On Thu Jan 16, 2025 at 8:16 AM CST, Matthias Schiffer wrote: > On Mon, 2025-01-13 at 19:59 -0600, Randolph Sapp via lists.yoctoproject.org > wrote: > > From: Randolph Sapp <rs@ti.com> > > > > Bump the package version for DDK 24.2, this includes a few fixups from > > IMG and support for a newer version of mesa. > > > > Signed-off-by: Randolph Sapp <rs@ti.com> > > > A first test in our TQMa62xx BSP found that the build of ti-img-rogue-driver > currently fails with ti-linux 6.12.y if CONFIG_TRACING is enabled in the kernel > config. > > Without CONFIG_TRACING, the build is successful and the driver is working as > expected (tested with Weston + weston-simple-egl so far). > > Best, > Matthias Thanks for the report. Looking into this now. - Randolph > > --- > > ...er_24.1.6554834.bb => ti-img-rogue-driver_24.2.6643903.bb} | 4 ++-- > > ...bs_24.1.6554834.bb => ti-img-rogue-umlibs_24.2.6643903.bb} | 4 ++-- > > 2 files changed, 4 insertions(+), 4 deletions(-) > > rename meta-ti-bsp/recipes-bsp/powervr-drivers/{ti-img-rogue-driver_24.1.6554834.bb => ti-img-rogue-driver_24.2.6643903.bb} (93%) > > rename meta-ti-bsp/recipes-graphics/powervr-umlibs/{ti-img-rogue-umlibs_24.1.6554834.bb => ti-img-rogue-umlibs_24.2.6643903.bb} (98%) > > > > diff --git a/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_24.1.6554834.bb b/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_24.2.6643903.bb > > similarity index 93% > > rename from meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_24.1.6554834.bb > > rename to meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_24.2.6643903.bb > > index 9007872f..eef940d6 100644 > > --- a/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_24.1.6554834.bb > > +++ b/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_24.2.6643903.bb > > @@ -13,13 +13,13 @@ COMPATIBLE_MACHINE = "j721e|j721s2|j784s4|j742s2|am62xx|am62pxx|j722s" > > > > DEPENDS = "virtual/kernel" > > > > -BRANCH = "linuxws/scarthgap/k6.6/${PV}" > > +BRANCH = "linuxws/scarthgap/k6.12/${PV}" > > > > SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-driver.git;protocol=https;branch=${BRANCH}" > > > > S = "${WORKDIR}/git" > > > > -SRCREV = "707bb373902babf9ced5fd2f99139209ca0f605a" > > +SRCREV = "51a23d9fba59a9aa9179793dfa6ee649fdd44015" > > > > TARGET_PRODUCT:j721e = "j721e_linux" > > TARGET_PRODUCT:j721s2 = "j721s2_linux" > > diff --git a/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_24.1.6554834.bb b/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_24.2.6643903.bb > > similarity index 98% > > rename from meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_24.1.6554834.bb > > rename to meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_24.2.6643903.bb > > index 720a3cff..0de66b72 100644 > > --- a/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_24.1.6554834.bb > > +++ b/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_24.2.6643903.bb > > @@ -12,9 +12,9 @@ COMPATIBLE_MACHINE = "j721e|j721s2|j784s4|j742s2|am62xx|am62pxx|j722s" > > > > PR = "r3" > > > > -BRANCH = "linuxws/scarthgap/k6.6/${PV}" > > +BRANCH = "linuxws/scarthgap/k6.12/${PV}" > > SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-umlibs.git;protocol=https;branch=${BRANCH}" > > -SRCREV = "ba93a3e38c683ccb03a7cf8f2e7dffe2f9cbcf1c" > > +SRCREV = "d578666fc6ecd09f7d6c3431747f1d93d128fe28" > > S = "${WORKDIR}/git/targetfs/${TARGET_PRODUCT}/${PVR_WS}/${PVR_BUILD}" > > > > TARGET_PRODUCT:j721e = "j721e_linux" > > -=-=-=-=-=-=-=-=-=-=-=- > > Links: You receive all messages sent to this group. > > View/Reply Online (#18196): https://lists.yoctoproject.org/g/meta-ti/message/18196 > > Mute This Topic: https://lists.yoctoproject.org/mt/110600827/4454427 > > Group Owner: meta-ti+owner@lists.yoctoproject.org > > Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [matthias.schiffer@ew.tq-group.com] > > -=-=-=-=-=-=-=-=-=-=-=- > >
diff --git a/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_24.1.6554834.bb b/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_24.2.6643903.bb similarity index 93% rename from meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_24.1.6554834.bb rename to meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_24.2.6643903.bb index 9007872f..eef940d6 100644 --- a/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_24.1.6554834.bb +++ b/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_24.2.6643903.bb @@ -13,13 +13,13 @@ COMPATIBLE_MACHINE = "j721e|j721s2|j784s4|j742s2|am62xx|am62pxx|j722s" DEPENDS = "virtual/kernel" -BRANCH = "linuxws/scarthgap/k6.6/${PV}" +BRANCH = "linuxws/scarthgap/k6.12/${PV}" SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-driver.git;protocol=https;branch=${BRANCH}" S = "${WORKDIR}/git" -SRCREV = "707bb373902babf9ced5fd2f99139209ca0f605a" +SRCREV = "51a23d9fba59a9aa9179793dfa6ee649fdd44015" TARGET_PRODUCT:j721e = "j721e_linux" TARGET_PRODUCT:j721s2 = "j721s2_linux" diff --git a/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_24.1.6554834.bb b/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_24.2.6643903.bb similarity index 98% rename from meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_24.1.6554834.bb rename to meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_24.2.6643903.bb index 720a3cff..0de66b72 100644 --- a/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_24.1.6554834.bb +++ b/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_24.2.6643903.bb @@ -12,9 +12,9 @@ COMPATIBLE_MACHINE = "j721e|j721s2|j784s4|j742s2|am62xx|am62pxx|j722s" PR = "r3" -BRANCH = "linuxws/scarthgap/k6.6/${PV}" +BRANCH = "linuxws/scarthgap/k6.12/${PV}" SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-umlibs.git;protocol=https;branch=${BRANCH}" -SRCREV = "ba93a3e38c683ccb03a7cf8f2e7dffe2f9cbcf1c" +SRCREV = "d578666fc6ecd09f7d6c3431747f1d93d128fe28" S = "${WORKDIR}/git/targetfs/${TARGET_PRODUCT}/${PVR_WS}/${PVR_BUILD}" TARGET_PRODUCT:j721e = "j721e_linux"