OP-TEE / build

Makefiles to use OP-TEE on various platforms
109 stars 218 forks source link

common.mk post-build.sh S30optee: change /data to /var/lib #783

Closed mikkorapeli-linaro closed 1 month ago

mikkorapeli-linaro commented 1 month ago

/data/tee is not FHS compatible path. Use /var/lib/tee instead. Related to optee_client side CMake change to use standard CMake install and runtime paths: https://github.com/OP-TEE/optee_client/pull/391

mikkorapeli-linaro commented 1 month ago

Is there a way to mark this PR to depend on https://github.com/OP-TEE/optee_client/pull/391 to test both together?

jforissier commented 1 month ago

Is there a way to mark this PR to depend on OP-TEE/optee_client#391 to test both together?

No, mentioning it in plain English as you did is the best you can do :) thanks!

jenswi-linaro commented 1 month ago

Acked-by: Jens Wiklander <jens.wiklander@linaro.org>

jforissier commented 1 month ago

Merged, thanks.