Skip to content
Snippets Groups Projects
Commit 69fa80f2 authored by Jerome Forissier's avatar Jerome Forissier Committed by Jérôme Forissier
Browse files

optee_examples_ext.mk, optee_test_ext.mk: use host-python3-pycryptodomex


The optee_examples_ext and optee_test_ext packages are currently using
the python3 command found in $PATH. It is more correct to use the
Buildroot one.

Signed-off-by: default avatarJerome Forissier <jerome@forissier.org>
Acked-by: default avatarJens Wiklander <jens.wiklander@linaro.org>
Reviewed-by: default avatarEtienne Carriere <etienne.carriere@linaro.org>
parent b126e6ef
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ define OPTEE_EXAMPLES_EXT_BUILD_TAS
echo Building $f && \
$(MAKE) CROSS_COMPILE="$(shell echo $(BR2_PACKAGE_OPTEE_EXAMPLES_EXT_CROSS_COMPILE))" \
O=out TA_DEV_KIT_DIR=$(OPTEE_EXAMPLES_EXT_SDK) \
PYTHON3=$(HOST_DIR)/bin/python3 \
$(TARGET_CONFIGURE_OPTS) -C $(dir $f) all &&) true
endef
......
......@@ -15,6 +15,7 @@ define OPTEE_TEST_EXT_BUILD_TAS
echo Building $f && \
$(MAKE) CROSS_COMPILE="$(shell echo $(BR2_PACKAGE_OPTEE_TEST_EXT_CROSS_COMPILE))" \
O=out TA_DEV_KIT_DIR=$(OPTEE_TEST_EXT_SDK) \
PYTHON3=$(HOST_DIR)/bin/python3 \
$(TARGET_CONFIGURE_OPTS) -C $(dir $f) all &&) true
endef
......
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