optee-ftpm: Update to "main" branch

Message ID 20220623120616.210153-1-leo.yan@linaro.org
State New
Headers show
Series optee-ftpm: Update to "main" branch | expand

Commit Message

Leo Yan June 23, 2022, 12:06 p.m. UTC
Since the github repository doesn't contain a "master" branch bu has the
"main" branch now, this patch updates to the "main" branch so can
download the repository successfully.

CC: Ilias Apalodimas <ilias.apalodimas@linaro.org>
CC: Jerome Forissier <jerome.forissier@linaro.org>
CC: Peter Griffin <peter.griffin@linaro.org>
Signed-off-by: Leo Yan <leo.yan@linaro.org>
---
 meta-arm/recipes-security/optee-ftpm/optee-ftpm_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Patch

diff --git a/meta-arm/recipes-security/optee-ftpm/optee-ftpm_git.bb b/meta-arm/recipes-security/optee-ftpm/optee-ftpm_git.bb
index d282c25..3b4eb5c 100644
--- a/meta-arm/recipes-security/optee-ftpm/optee-ftpm_git.bb
+++ b/meta-arm/recipes-security/optee-ftpm/optee-ftpm_git.bb
@@ -19,7 +19,7 @@  DEPENDS = "python3-pyelftools-native optee-os-tadevkit python3-cryptography-nati
 
 FTPM_UUID="bc50d971-d4c9-42c4-82cb-343fb7f37896"
 
-SRC_URI = "gitsm://github.com/Microsoft/ms-tpm-20-ref;branch=master;protocol=https \
+SRC_URI = "gitsm://github.com/Microsoft/ms-tpm-20-ref;branch=main;protocol=https \
            file://0001-add-enum-to-ta-flags.patch"
 
 SRCREV = "d638536d0fe01acd5e39ffa1bd100b3da82d92c7"