This commit is contained in:
peyoot 2026-06-04 00:03:41 -05:00
parent 596d33c33c
commit edc9431c78
1 changed files with 3 additions and 3 deletions

View File

@ -4,17 +4,17 @@
# Inherit custom DIGI sign class to skip signing tool and key parsing restrictions # Inherit custom DIGI sign class to skip signing tool and key parsing restrictions
inherit sign-stm32mp-digi inherit sign-stm32mp-digi
/
# Select internal or Github TF-A repo # Select internal or Github TF-A repo
TFA_URI_STASH = "${DIGI_MTK_GIT}/emp/arm-trusted-firmware.git;protocol=ssh" 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_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)}" TFA_GIT_URI ?= "${@oe.utils.conditional('DIGI_INTERNAL_GIT', '1' , '${TFA_URI_STASH}', '${TFA_URI_GITHUB}', d)}"
SRCBRANCH = "v2.10/stm32mp/maint" SRCBRANCH = "v2.10/stm32mp/maint"
SRCREV = "${AUTOREV}" SRCREV = "20bd9eb9805aa1b0545844dba517038e2ac651d6"
SRC_URI = " \ SRC_URI = " \
${TFA_GIT_URI};branch=${SRCBRANCH} \ ${TFA_GIT_URI};nobranch=1 \
" "
# stm32mp15 = header-version 1 # stm32mp15 = header-version 1