update tf-a-stm32mp bbapend srcurl

This commit is contained in:
peyoot 2026-06-02 19:36:00 -05:00
parent 3eccd2b280
commit cb57728d8f
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ TFA_URI_STASH = "${DIGI_MTK_GIT}/emp/arm-trusted-firmware.git;protocol=ssh"
TFA_URI_GITHUB = "${DIGI_GITHUB_GIT}/arm-trusted-firmware.git;protocol=https"
TFA_GIT_URI ?= "${@oe.utils.conditional('DIGI_INTERNAL_GIT', '1' , '${TFA_URI_STASH}', '${TFA_URI_GITHUB}', d)}"
SRCBRANCH = "v2.10/stm32mp/master"
SRCBRANCH = "v2.10/stm32mp/maint"
SRCREV = "${AUTOREV}"
SRC_URI = " \