linaro-swg / optee_examples

OP-TEE Sample Applications
Other
163 stars 140 forks source link

cmake: prefix host tools file names with optee_example_ #51

Closed etienne-lms closed 5 years ago

etienne-lms commented 5 years ago

Sync the CMake build with the GNU make and the Android make process. All client applications generated by this package are prefixed with opteeexample.

Signed-off-by: Etienne Carriere etienne.carriere@linaro.org

jenswi-linaro commented 5 years ago

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

jbech-linaro commented 5 years ago

Ah, bummer, I've been so happy with having it un-prefixed :smiley: I was against prefixing it initially (when we did it for the old Makefiles). But .. anyhow ... Reviewed-by: Joakim Bech <joakim.bech@linaro.org>

etienne-lms commented 5 years ago

Sorry, and thanks for the ack :) IBART fails because of the tool name change. It looks like the IBART test sequence is outside of opteee_examples source tree. @jbech-linaro, can you update it once this change is merged?

jbech-linaro commented 5 years ago

Technically you could send a pull request to: https://github.com/jbech-linaro/ibart/blob/master/jobdefs/examples/hikey6220.yaml but, since I still need to do a git pull where I have IBART installed I can do it for you.

etienne-lms commented 5 years ago

ok, thanks. tags applied.

jbech-linaro commented 5 years ago

I've updated IBART and rebuilt it, so Job ID 679 now have worked out as expected.