Skip to content

Patch/optee client

Petr Hodina requested to merge phodina/pmaports:patch/optee-client into master

Hi,

this is atm draft to add support for communication with the ARM TrustZone.

Currently it's blocked by missing sys/queue.h at muslc. https://wiki.musl-libc.org/faq.html#Q:-Why-is-%3Ccode%3Esys/queue.h%3C/code%3E-not-included?

/home/pmos/build/src/optee_client-3.20.0/tee-supplicant/src/tee_socket.c:40:10: fatal error: sys/queue.h: No such file or directory
   40 | #include <sys/queue.h>

Based on the FAQ in muslc

So the header file should be added to optee-client include path.

Merge request reports