Thank you for the diff - it's much easier to review now!
On Wed, Nov 12, 2025 at 01:30:05PM -0600, Antonios Christidis via lists.yoctoproject.org wrote: > From: Antonios Christidis <[email protected]> > > New recipes for GPU DDK 25.2. Update DSP configuration files with new > preferred recipe versions. > > Recipes regarding DDK 24.2 will still stay present, as scarthgap > supports kernel 6.6 and DDK 24.2 is the latest support. > > Signed-off-by: Antonios Christidis <[email protected]> > --- > v2: > - Removed recipes for 24.2 > - Update ti/beagle dsp config files to build 25.2 for kenrel 6.6 dsp -> bsp But, in v1 you were keeping 24 around, while in v2 you are removing it. Yet, the commit message above still says 24 is remaining... Are there advantages or more importantly disadvantages of using 25 with 6.6? > meta-beagle/conf/machine/include/beagle-bsp.inc | 4 ++-- > meta-ti-bsp/conf/machine/include/ti-bsp.inc | 4 ++-- > ...er_24.2.6643903.bb => ti-img-rogue-driver_25.2.6850647.bb} | 2 +- > ...bs_24.2.6643903.bb => ti-img-rogue-umlibs_25.2.6850647.bb} | 4 ++-- > 4 files changed, 7 insertions(+), 7 deletions(-) > rename > meta-ti-bsp/recipes-bsp/powervr-drivers/{ti-img-rogue-driver_24.2.6643903.bb > => ti-img-rogue-driver_25.2.6850647.bb} (96%) > rename > meta-ti-bsp/recipes-graphics/powervr-umlibs/{ti-img-rogue-umlibs_24.2.6643903.bb > => ti-img-rogue-umlibs_25.2.6850647.bb} (98%) <snip> > # GC320 support requires out-of-tree drivers not yet available in 6.6 > diff --git > a/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_24.2.6643903.bb > b/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_25.2.6850647.bb > similarity index 96% > rename from > meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_24.2.6643903.bb > rename to > meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_25.2.6850647.bb > index 513429bd..0f50026a 100644 > --- > a/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_24.2.6643903.bb > +++ > b/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_25.2.6850647.bb > @@ -19,7 +19,7 @@ SRC_URI = > "git://git.ti.com/git/graphics/ti-img-rogue-driver.git;protocol=https; > > S = "${WORKDIR}/git" > > -SRCREV = "8eaff654a8871118c08cfafe53795f57e3b6b396" > +SRCREV = "a838ac0074db640ebd1b64be6364417b1bbca3cd" > > 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.2.6643903.bb > > b/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_25.2.6850647.bb > similarity index 98% > rename from > meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_24.2.6643903.bb > rename to > meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_25.2.6850647.bb > index 57f48fec..6dba5d7e 100644 > --- > a/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_24.2.6643903.bb > +++ > b/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_25.2.6850647.bb > @@ -6,11 +6,11 @@ LIC_FILES_CHKSUM = > "file://${WORKDIR}/git/LICENSE;md5=7232b98c1c58f99e3baa03de52 > PACKAGE_ARCH = "${MACHINE_ARCH}" > COMPATIBLE_MACHINE = "j721e|j721s2|j784s4|j742s2|am62xx|am62pxx|j722s" > > -PR = "r4" > +PR = "r0" Please remove PR completely here, since you are resetting it and it is no longer required to manually bump it with changes. > BRANCH = "linuxws/scarthgap/k6.12/${PV}" > SRC_URI = > "git://git.ti.com/git/graphics/ti-img-rogue-umlibs.git;protocol=https;branch=${BRANCH}" > -SRCREV = "1ed9ee185cd876200e6747192854015b8e94a7b0" > +SRCREV = "adcbb5c620ff172da4152c02a2fee8f42dc4c472" > S = "${WORKDIR}/git" > > TARGET_PRODUCT:j721e = "j721e_linux" > -- > 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#19257): https://lists.yoctoproject.org/g/meta-ti/message/19257 Mute This Topic: https://lists.yoctoproject.org/mt/116262249/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
