Re: [meta-ti][wrynose/master][PATCH V2] mesa-pvr: Migration from v24.0.1 -> v25.2.8

Ryan Eatmon <[email protected]> Wed, 10 Jun 2026 18:28:53 -0500
Newsgroups org.yoctoproject.lists.meta-ti
Message-ID <[email protected]>

On 6/10/2026 5:55 PM, PRC Automation wrote:
> meta-ti / na / 20260610225153.154945-1-a-christidis
> 
> PRC Results: FAIL
> 
> =========================================================
>    check-yocto-patches: PASS
> =========================================================
> Patches
> ----------------------------------------
> All patches passed
> 
> 
> 
> =========================================================
>    apply-yocto-patch: PASS
> =========================================================
> wrynose
> =====================
> Summary:
> - Patch Series: [meta-ti][wrynose/master][PATCH V2] mesa-pvr: Migration from v24.0.1 -> v25.2.8
> - Submitter: From: <[email protected]>
> From: Antonios Christidis <[email protected]>
> +From: Khem Raj <[email protected]>
> - Date: Date: Wed, 10 Jun 2026 17:51:53 -0500
> +Date: Mon, 13 Jan 2020 15:23:47 -0800
> - Num Patches: 1
> - Mailing List (public inbox) Commit SHA: 597a7c94355990e9d49ba59d995f90c009682575
> 
> Applied to:
> - Repository: lcpd-prc-meta-ti
> - Base Branch: wrynose-wip
> - Commit Author: Judith Mendez <[email protected]>
> - Commit Subject: conf: am62dxx-evm: Fixup packaged overlay list
> - Commit SHA: b5f503ddbff2cdd22d86cfb6769ebbcc11f1e60e
> 
> Patches
> ----------------------------------------
> All patches applied
> 
> master
> =====================
> Summary:
> - Patch Series: [meta-ti][wrynose/master][PATCH V2] mesa-pvr: Migration from v24.0.1 -> v25.2.8
> - Submitter: From: <[email protected]>
> From: Antonios Christidis <[email protected]>
> +From: Khem Raj <[email protected]>
> - Date: Date: Wed, 10 Jun 2026 17:51:53 -0500
> +Date: Mon, 13 Jan 2020 15:23:47 -0800
> - Num Patches: 1
> - Mailing List (public inbox) Commit SHA: 597a7c94355990e9d49ba59d995f90c009682575
> 
> Applied to:
> - Repository: lcpd-prc-meta-ti
> - Base Branch: master-next
> - Commit Author: Denys Dmytriyenko (TI) <[email protected]>
> - Commit Subject: meta-beagle: linux-bb.org: upgrade 6.12.43 -> 6.12.57
> - Commit SHA: dd0f9863bd65467d689ec895d96b386a034df660
> 
> Patches
> ----------------------------------------
> All patches applied
> 
> 
> 
> =========================================================
>    check-yocto-repo: FAIL
> =========================================================
> wrynose
> =====================
> FAIL

You need to also update the meta-ti/check_yocto_rules.json file since 
you renamed the file that we were looking for.  That will help clear up 
these warnings if you did that as part of this patch.


>      WARN: You might need a " " as the first character for the :append. (APPEND-2)
>          meta-ti-bsp/recipes-graphics/mesa/mesa-pvr-24.inc:117
>              VULKAN_DRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'freedreno', ',freedreno', '', d)}"
>      
>      WARN: You might need a " " as the first character for the :append. (APPEND-2)
>          meta-ti-bsp/recipes-graphics/mesa/mesa-pvr-24.inc:118
>              VULKAN_DRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'broadcom', ',broadcom', '', d)}"
>      
>      WARN: You might need a " " as the first character for the :append. (APPEND-2)
>          meta-ti-bsp/recipes-graphics/mesa/mesa-pvr-24.inc:119
>              VULKAN_DRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'gallium-llvm', ',swrast', '', d)}"
>      
>      WARN: You might need a " " as the first character for the :append. (APPEND-2)
>          meta-ti-bsp/recipes-graphics/mesa/mesa-pvr-24.inc:120
>              VULKAN_DRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'imagination', ',imagination-experimental', '', d)}"
>      
>      WARN: You might need a " " as the first character for the :append. (APPEND-2)
>          meta-ti-bsp/recipes-graphics/mesa/mesa-pvr-24.inc:126
>              TOOLS:append = "${@bb.utils.contains('PACKAGECONFIG', 'etnaviv', ',etnaviv', '', d)}"
>      
>      WARN: You might need a " " as the first character for the :append. (APPEND-2)
>          meta-ti-bsp/recipes-graphics/mesa/mesa-pvr-24.inc:127
>              TOOLS:append = "${@bb.utils.contains('PACKAGECONFIG', 'freedreno', ',freedreno', '', d)}"
>      
>      WARN: You might need a " " as the first character for the :append. (APPEND-2)
>          meta-ti-bsp/recipes-graphics/mesa/mesa-pvr-24.inc:128
>              TOOLS:append = "${@bb.utils.contains('PACKAGECONFIG', 'lima', ',lima', '', d)}"
>      
>      WARN: You might need a " " as the first character for the :append. (APPEND-2)
>          meta-ti-bsp/recipes-graphics/mesa/mesa-pvr-24.inc:129
>              TOOLS:append = "${@bb.utils.contains('PACKAGECONFIG', 'panfrost', ',panfrost', '', d)}"
>      
>      WARN: You might need a " " as the first character for the :append. (APPEND-2)
>          meta-ti-bsp/recipes-graphics/mesa/mesa-pvr-24.inc:130
>              TOOLS:append = "${@bb.utils.contains('PACKAGECONFIG', 'imagination', ',imagination', '', d)}"
>      
>      WARN: You might need a " " as the first character for the :append. (APPEND-2)
>          meta-ti-bsp/recipes-graphics/mesa/mesa-pvr-24.inc:133
>              TOOLS_DEPS:append = "${@bb.utils.contains('PACKAGECONFIG', 'freedreno', ' ncurses libxml2 ', '', d)}"
>      
>      WARN: You might need a " " as the first character for the :append. (APPEND-2)
>          meta-ti-bsp/recipes-graphics/mesa/mesa-pvr-24.inc:170
>              GALLIUMDRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'etnaviv', ',etnaviv', '', d)}"
>      
>      WARN: You might need a " " as the first character for the :append. (APPEND-2)
>          meta-ti-bsp/recipes-graphics/mesa/mesa-pvr-24.inc:171
>              GALLIUMDRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'freedreno', ',freedreno', '', d)}"
>      
>      WARN: You might need a " " as the first character for the :append. (APPEND-2)
>          meta-ti-bsp/recipes-graphics/mesa/mesa-pvr-24.inc:172
>              GALLIUMDRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'kmsro', ',kmsro', '', d)}"
>      
>      WARN: You might need a " " as the first character for the :append. (APPEND-2)
>          meta-ti-bsp/recipes-graphics/mesa/mesa-pvr-24.inc:173
>              GALLIUMDRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'vc4', ',vc4', '', d)}"
>      
>      WARN: You might need a " " as the first character for the :append. (APPEND-2)
>          meta-ti-bsp/recipes-graphics/mesa/mesa-pvr-24.inc:174
>              GALLIUMDRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'v3d', ',v3d', '', d)}"
>      
>      WARN: You might need a " " as the first character for the :append. (APPEND-2)
>          meta-ti-bsp/recipes-graphics/mesa/mesa-pvr-24.inc:175
>              GALLIUMDRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'zink', ',zink', '', d)}"
>      
>      WARN: You might need a " " as the first character for the :append. (APPEND-2)
>          meta-ti-bsp/recipes-graphics/mesa/mesa-pvr-24.inc:188
>              GALLIUMDRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'gallium-llvm', '${GALLIUMDRIVERS_LLVM}', '', d)}"
>      
>      WARN: You might need a " " as the first character for the :append. (APPEND-2)
>          meta-ti-bsp/recipes-graphics/mesa/mesa-pvr-24.inc:189
>              GALLIUMDRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'r600', ',r600', '', d)}"
>      
>      WARN: You might need a " " as the first character for the :append. (APPEND-2)
>          meta-ti-bsp/recipes-graphics/mesa/mesa-pvr-24.inc:190
>              GALLIUMDRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'virgl', ',virgl', '', d)}"
>      
>      WARN: You might need a " " as the first character for the :append. (APPEND-2)
>          meta-ti-bsp/recipes-graphics/mesa/mesa-pvr-24.inc:201
>              GALLIUMDRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'lima', ',lima', '', d)}"
>      
>      WARN: You might need a " " as the first character for the :append. (APPEND-2)
>          meta-ti-bsp/recipes-graphics/mesa/mesa-pvr-24.inc:204
>              GALLIUMDRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'panfrost', ',panfrost', '', d)}"
>      
>      WARN: You might need a " " as the first character for the :append. (APPEND-2)
>          meta-ti-bsp/recipes-graphics/mesa/mesa-pvr-24.inc:207
>              GALLIUMDRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'tegra', ',tegra,nouveau', '', d)}"
>      
>      For details on the above errors/warnings visit: https://lists.yoctoproject.org/g/meta-ti/wiki/40887
> 
> master
> =====================
> FAIL
>      WARN: You might need a " " as the first character for the :append. (APPEND-2)
>          meta-ti-bsp/recipes-graphics/mesa/mesa-pvr-24.inc:117
>              VULKAN_DRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'freedreno', ',freedreno', '', d)}"
>      
>      WARN: You might need a " " as the first character for the :append. (APPEND-2)
>          meta-ti-bsp/recipes-graphics/mesa/mesa-pvr-24.inc:118
>              VULKAN_DRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'broadcom', ',broadcom', '', d)}"
>      
>      WARN: You might need a " " as the first character for the :append. (APPEND-2)
>          meta-ti-bsp/recipes-graphics/mesa/mesa-pvr-24.inc:119
>              VULKAN_DRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'gallium-llvm', ',swrast', '', d)}"
>      
>      WARN: You might need a " " as the first character for the :append. (APPEND-2)
>          meta-ti-bsp/recipes-graphics/mesa/mesa-pvr-24.inc:120
>              VULKAN_DRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'imagination', ',imagination-experimental', '', d)}"
>      
>      WARN: You might need a " " as the first character for the :append. (APPEND-2)
>          meta-ti-bsp/recipes-graphics/mesa/mesa-pvr-24.inc:126
>              TOOLS:append = "${@bb.utils.contains('PACKAGECONFIG', 'etnaviv', ',etnaviv', '', d)}"
>      
>      WARN: You might need a " " as the first character for the :append. (APPEND-2)
>          meta-ti-bsp/recipes-graphics/mesa/mesa-pvr-24.inc:127
>              TOOLS:append = "${@bb.utils.contains('PACKAGECONFIG', 'freedreno', ',freedreno', '', d)}"
>      
>      WARN: You might need a " " as the first character for the :append. (APPEND-2)
>          meta-ti-bsp/recipes-graphics/mesa/mesa-pvr-24.inc:128
>              TOOLS:append = "${@bb.utils.contains('PACKAGECONFIG', 'lima', ',lima', '', d)}"
>      
>      WARN: You might need a " " as the first character for the :append. (APPEND-2)
>          meta-ti-bsp/recipes-graphics/mesa/mesa-pvr-24.inc:129
>              TOOLS:append = "${@bb.utils.contains('PACKAGECONFIG', 'panfrost', ',panfrost', '', d)}"
>      
>      WARN: You might need a " " as the first character for the :append. (APPEND-2)
>          meta-ti-bsp/recipes-graphics/mesa/mesa-pvr-24.inc:130
>              TOOLS:append = "${@bb.utils.contains('PACKAGECONFIG', 'imagination', ',imagination', '', d)}"
>      
>      WARN: You might need a " " as the first character for the :append. (APPEND-2)
>          meta-ti-bsp/recipes-graphics/mesa/mesa-pvr-24.inc:133
>              TOOLS_DEPS:append = "${@bb.utils.contains('PACKAGECONFIG', 'freedreno', ' ncurses libxml2 ', '', d)}"
>      
>      WARN: You might need a " " as the first character for the :append. (APPEND-2)
>          meta-ti-bsp/recipes-graphics/mesa/mesa-pvr-24.inc:170
>              GALLIUMDRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'etnaviv', ',etnaviv', '', d)}"
>      
>      WARN: You might need a " " as the first character for the :append. (APPEND-2)
>          meta-ti-bsp/recipes-graphics/mesa/mesa-pvr-24.inc:171
>              GALLIUMDRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'freedreno', ',freedreno', '', d)}"
>      
>      WARN: You might need a " " as the first character for the :append. (APPEND-2)
>          meta-ti-bsp/recipes-graphics/mesa/mesa-pvr-24.inc:172
>              GALLIUMDRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'kmsro', ',kmsro', '', d)}"
>      
>      WARN: You might need a " " as the first character for the :append. (APPEND-2)
>          meta-ti-bsp/recipes-graphics/mesa/mesa-pvr-24.inc:173
>              GALLIUMDRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'vc4', ',vc4', '', d)}"
>      
>      WARN: You might need a " " as the first character for the :append. (APPEND-2)
>          meta-ti-bsp/recipes-graphics/mesa/mesa-pvr-24.inc:174
>              GALLIUMDRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'v3d', ',v3d', '', d)}"
>      
>      WARN: You might need a " " as the first character for the :append. (APPEND-2)
>          meta-ti-bsp/recipes-graphics/mesa/mesa-pvr-24.inc:175
>              GALLIUMDRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'zink', ',zink', '', d)}"
>      
>      WARN: You might need a " " as the first character for the :append. (APPEND-2)
>          meta-ti-bsp/recipes-graphics/mesa/mesa-pvr-24.inc:188
>              GALLIUMDRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'gallium-llvm', '${GALLIUMDRIVERS_LLVM}', '', d)}"
>      
>      WARN: You might need a " " as the first character for the :append. (APPEND-2)
>          meta-ti-bsp/recipes-graphics/mesa/mesa-pvr-24.inc:189
>              GALLIUMDRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'r600', ',r600', '', d)}"
>      
>      WARN: You might need a " " as the first character for the :append. (APPEND-2)
>          meta-ti-bsp/recipes-graphics/mesa/mesa-pvr-24.inc:190
>              GALLIUMDRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'virgl', ',virgl', '', d)}"
>      
>      WARN: You might need a " " as the first character for the :append. (APPEND-2)
>          meta-ti-bsp/recipes-graphics/mesa/mesa-pvr-24.inc:201
>              GALLIUMDRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'lima', ',lima', '', d)}"
>      
>      WARN: You might need a " " as the first character for the :append. (APPEND-2)
>          meta-ti-bsp/recipes-graphics/mesa/mesa-pvr-24.inc:204
>              GALLIUMDRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'panfrost', ',panfrost', '', d)}"
>      
>      WARN: You might need a " " as the first character for the :append. (APPEND-2)
>          meta-ti-bsp/recipes-graphics/mesa/mesa-pvr-24.inc:207
>              GALLIUMDRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'tegra', ',tegra,nouveau', '', d)}"
>      
>      For details on the above errors/warnings visit: https://lists.yoctoproject.org/g/meta-ti/wiki/40887
> 
> 
> 

-- 
Ryan Eatmon                [email protected]
-----------------------------------------
Texas Instruments, Inc.  -  LCPD  -  MGTS