OE4T / meta-tegra

BSP layer for NVIDIA Jetson platforms, based on L4T
MIT License
420 stars 230 forks source link

nvidia-l4t-optee: update libteec version #1769

Closed wavesid closed 1 week ago

wavesid commented 1 week ago

File in meta-tegra/recipes-bsp/tegra-binaries/nvidia-l4t-optee_36.4.0.bb contains wrong references to new version of libteec

Error:

| install: cannot stat 'build/tmp-glibc/work/armv8a_tegra-oe-linux/nvidia-l4t-optee/36.4.0-20240912212859/nvidia-l4t-optee-36.4.0-20240912212859/usr/lib/libteec.so.1.0.0': No such file or directory

Here is the new content of nvidia-l4t-optee for 36.4.0

libckteec.so -> libckteec.so.0
libckteec.so.0 -> libckteec.so.0.1
libckteec.so.0.1 -> libckteec.so.0.1.0
libckteec.so.0.1.0
libteeacl.so -> libteeacl.so.0
libteeacl.so.0 -> libteeacl.so.0.1
libteeacl.so.0.1 -> libteeacl.so.0.1.0
libteeacl.so.0.1.0
libteec.so -> libteec.so.2
libteec.so.2 -> libteec.so.2.0.0
libteec.so.2.0 -> libteec.so.2.0.0
libteec.so.2.0.0
ichergui commented 1 week ago

Thanks @wavesid for this PR. I missed testing the prebuild optee. I'm guessing that you have changed USE_PREBUILT_OPTEE right ? Can you confirm that ?

wavesid commented 1 week ago

Yes exactly @ichergui

ichergui commented 1 week ago

@wavesid I believe that master branch needs those changes. Can you do that please ? Otherwise I will take about it.