updat
This commit is contained in:
parent
596d33c33c
commit
edc9431c78
|
|
@ -4,17 +4,17 @@
|
|||
|
||||
# Inherit custom DIGI sign class to skip signing tool and key parsing restrictions
|
||||
inherit sign-stm32mp-digi
|
||||
|
||||
/
|
||||
# Select internal or Github TF-A repo
|
||||
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/maint"
|
||||
SRCREV = "${AUTOREV}"
|
||||
SRCREV = "20bd9eb9805aa1b0545844dba517038e2ac651d6"
|
||||
|
||||
SRC_URI = " \
|
||||
${TFA_GIT_URI};branch=${SRCBRANCH} \
|
||||
${TFA_GIT_URI};nobranch=1 \
|
||||
"
|
||||
|
||||
# stm32mp15 = header-version 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue