mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-07 04:58:57 +00:00
arm/trusted-firmware-m: Do not use release branches
TF-M does not use persistent release branches and the release-* branches have been removed from the repository, so switch the branches to master. Also update the tf-m-tests SRVREV to the 1.7.0 tag, not the RC2. 99% based on a patch by Peter Hoyes <Peter.Hoyes@arm.com>. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -30,14 +30,14 @@ SRC_URI = "${SRC_URI_TRUSTED_FIRMWARE_M};branch=${SRCBRANCH_tfm};name=tfm;dests
|
||||
|
||||
# The required dependencies are documented in tf-m/config/config_default.cmake
|
||||
# TF-Mv1.7.0
|
||||
SRCBRANCH_tfm ?= "release/1.7.x"
|
||||
SRCBRANCH_tfm ?= "master"
|
||||
SRCREV_tfm = "b725a1346cdb9ec75b1adcdc4c84705881e8fd4e"
|
||||
# mbedtls-3.2.0
|
||||
SRCBRANCH_mbedtls ?= "master"
|
||||
SRCREV_mbedtls = "869298bffeea13b205343361b7a7daf2b210e33d"
|
||||
# TF-Mv1.6.0
|
||||
SRCBRANCH_tfm-tests ?= "release/1.7.x"
|
||||
SRCREV_tfm-tests = "4972e8df3fcbd386a5b0c18613d8a803f4dda082"
|
||||
# TF-Mv1.7.0
|
||||
SRCBRANCH_tfm-tests ?= "master"
|
||||
SRCREV_tfm-tests = "4c4b58041c6c01670266690538a780b4a23d08b8"
|
||||
# v1.9.0
|
||||
SRCBRANCH_mcuboot ?= "main"
|
||||
SRCREV_mcuboot = "c657cbea75f2bb1faf1fceacf972a0537a8d26dd"
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
SRC_URI_TRUSTED_FIRMWARE_M ?= "git://git.trustedfirmware.org/TF-M/trusted-firmware-m.git;protocol=https"
|
||||
SRC_URI = "${SRC_URI_TRUSTED_FIRMWARE_M};branch=${SRCBRANCH}"
|
||||
# Use the wrapper script from TF-Mv1.6.0
|
||||
SRCBRANCH ?= "release/1.6.x"
|
||||
SRCBRANCH ?= "master"
|
||||
SRCREV = "7387d88158701a3c51ad51c90a05326ee12847a8"
|
||||
|
||||
LICENSE = "BSD-3-Clause"
|
||||
|
||||
Reference in New Issue
Block a user