1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-06 14:50:03 +00:00

arm-bsp/psa-arch-tests: change master to main for psa-arch-tests repo

master branch is renamed to main on psa-arch-tests github

Signed-off-by: Vishnu Banavath <vishnu.banavath@arm.com>
Change-Id: I6bd49c68aa1a2358c976a3eb0adc5b2a9c5edb94
This commit is contained in:
Vishnu Banavath
2022-01-18 13:36:19 +00:00
committed by Jon Mason
parent 74caf3d057
commit 522350ba73
@@ -3,7 +3,7 @@ SUMMARY = "PSA arch test application"
require secure-partitions.inc
LIC_FILES_CHKSUM += "file://../psa-arch-tests/LICENSE.md;md5=2a944942e1496af1886903d274dedb13"
SRC_URI_PSA = "git://github.com/ARM-software/psa-arch-tests.git;protocol=https;branch=master;name=psa;destsuffix=git/psa-arch-tests"
SRC_URI_PSA = "git://github.com/ARM-software/psa-arch-tests.git;protocol=https;branch=main;name=psa;destsuffix=git/psa-arch-tests"
SRC_URI:append = " ${SRC_URI_PSA}"
SRCREV_FORMAT="ts_psa"