YOCTO: imx-gpu-viv-6 recipe RDEPENDS valgrind

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

YOCTO: imx-gpu-viv-6 recipe RDEPENDS valgrind

622 Views
jzabalza
Contributor II

Hello everybody

Does anyone know why imx-gpu-viv recipe RDEPEDS valgrind?

I found this sentence in meta-imx/meta-bsp/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc

RDEPENDS_libgal-imx += "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'valgrind', '', d)}"

This is the reason why valgrind package is included in the image rootfs but I believe this is not good for a production image.

Thanks in advance

0 Kudos
2 Replies

613 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello jzabalza,

 

The gpu form vivante not depend of Valgrind, what depend of Valgrid is the application, you can move is you don;t want to use valgrind.

 

Regards

0 Kudos

607 Views
joseluiszabalz1
Contributor II

Thanks for your answer

What would be the proper procedure to do so?

I think that commenting the line would not be a proper procedure.

0 Kudos