From 4b85a68e689abd873d727895db1461ac815315ee Mon Sep 17 00:00:00 2001 From: Joakim Bech <joakim.bech@linaro.org> Date: Wed, 21 Dec 2016 09:41:51 +0100 Subject: [PATCH] Fix incorrect UUID for hello world TA With the recently fixed UUID changes (commit in optee_os: (9a8a19cdba48dbca89c2a35d7984e9ec28f97bda) we missed to fix the hello world TA. Signed-off-by: Joakim Bech <joakim.bech@linaro.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Igor Opaniuk <igor.opaniuk@linaro.org> --- common.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common.mk b/common.mk index 1721eee..c4be162 100644 --- a/common.mk +++ b/common.mk @@ -296,8 +296,8 @@ filelist-tee-common: optee-client xtest helloworld @if [ -e $(HELLOWORLD_PATH)/host/hello_world ]; then \ echo "file /bin/hello_world" \ "$(HELLOWORLD_PATH)/host/hello_world 755 0 0" >> $(fl); \ - echo "file /lib/optee_armtz/8aaaf200-2450-11e4-abe20002a5d5c51b.ta" \ - "$(HELLOWORLD_PATH)/ta/8aaaf200-2450-11e4-abe20002a5d5c51b.ta" \ + echo "file /lib/optee_armtz/8aaaf200-2450-11e4-abe2-0002a5d5c51b.ta" \ + "$(HELLOWORLD_PATH)/ta/8aaaf200-2450-11e4-abe2-0002a5d5c51b.ta" \ "444 0 0" >> $(fl); \ fi @echo "# Secure storage dir" >> $(fl) -- GitLab