summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikko Rapeli <mikko.rapeli@linaro.org>2023-01-09 14:34:34 +0000
committerMikko Rapeli <mikko.rapeli@linaro.org>2023-01-09 16:33:43 +0000
commit36641ab6e9dfca1a76551bb7d31382d50d73735a (patch)
tree09bfa757fbd7deb78a191f276992f553dd1b5632
parentfa5683477e9192c640f7d3bca1d4f2ce36876bfd (diff)
optee-test: set branch to master
3.18.0 and the commit we use are from master branch so set it to get rid of a few warnings from bitbake. Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
-rw-r--r--meta-ledge-secure/recipes-security/optee/optee-test_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ledge-secure/recipes-security/optee/optee-test_%.bbappend b/meta-ledge-secure/recipes-security/optee/optee-test_%.bbappend
index 6176830..1096ab1 100644
--- a/meta-ledge-secure/recipes-security/optee/optee-test_%.bbappend
+++ b/meta-ledge-secure/recipes-security/optee/optee-test_%.bbappend
@@ -1,6 +1,6 @@
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
-SRC_URI = "git://github.com/OP-TEE/optee_test.git;protocol=https"
+SRC_URI = "git://github.com/OP-TEE/optee_test.git;protocol=https;branch=master"
PV="3.18.0+git${SRCPV}"
SRCREV = "da5282a011b40621a2cf7a296c11a35c833ed91b"