renesas-rcar / meta-renesas

MIT License
52 stars 80 forks source link

Make this rm command not break the build if the file doesn't exist #29

Open feilz opened 2 years ago

feilz commented 2 years ago

https://github.com/renesas-rcar/meta-renesas/blob/77419ff3826dd53ad9ed6d86840e5a418f270aaa/meta-rcar-gen3/recipes-kernel/kernel-module-gles/kernel-module-gles.bb#L50

Can you change this to be rm -f ${D}/etc/powervr_ddk_install_km.log

To avoid breaking a build if this file doesn't exist for some reason (like in my case).

DuyDang007 commented 2 years ago

Could you use the latest software package: https://www.renesas.com/us/en/application/automotive/r-car-h3-m3-h2-m2-e2-documents-software -> R-Car Gen3 Evaluation Software Package for Linux for Yocto v5.5.0

The error does not happen then