Skip to content
Snippets Groups Projects
Commit e4877c25 authored by Pascal Brand's avatar Pascal Brand
Browse files

Hikey: create output repository to store mcuimage


Signed-off-by: default avatarPascal Brand <pascal.brand@st.com>
Reviewed-by: default avatarJerome Forissier <jerome.forissier@linaro.org>
parent 62d81791
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ OPTEE_OS_PATH ?= $(ROOT)/optee_os ...@@ -31,7 +31,7 @@ OPTEE_OS_PATH ?= $(ROOT)/optee_os
OPTEE_OS_BIN ?= $(OPTEE_OS_PATH)/out/arm-plat-hikey/core/tee.bin OPTEE_OS_BIN ?= $(OPTEE_OS_PATH)/out/arm-plat-hikey/core/tee.bin
OPTEE_CLIENT_PATH ?= $(ROOT)/optee_client OPTEE_CLIENT_PATH ?= $(ROOT)/optee_client
OPTEE_CLIENT_EXPORT ?= $(OPTEE_CLIENT_PATH)/out/export OPTEE_CLIENT_EXPORT ?= $(OPTEE_CLIENT_PATH)/out/export
OPTEE_LINUXDRIVER_PATH ?= $(ROOT)/optee_linuxdriver OPTEE_LINUXDRIVER_PATH ?= $(ROOT)/optee_linuxdriver
OPTEE_TEST_PATH ?= $(ROOT)/optee_test OPTEE_TEST_PATH ?= $(ROOT)/optee_test
...@@ -71,6 +71,7 @@ cleaner: clean mcuimage-cleaner busybox-cleaner linux-cleaner strace-cleaner ...@@ -71,6 +71,7 @@ cleaner: clean mcuimage-cleaner busybox-cleaner linux-cleaner strace-cleaner
################################################################################ ################################################################################
mcuimage: mcuimage:
@if [ ! -f "$(MCUIMAGE_BIN)" ]; then \ @if [ ! -f "$(MCUIMAGE_BIN)" ]; then \
mkdir -p `dirname $(MCUIMAGE_BIN)` ; \
curl https://builds.96boards.org/releases/hikey/linaro/binaries/latest/mcuimage.bin -o $(MCUIMAGE_BIN); \ curl https://builds.96boards.org/releases/hikey/linaro/binaries/latest/mcuimage.bin -o $(MCUIMAGE_BIN); \
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment