mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-16 15:57:19 +00:00
arm/trusted-firmware-m: Do not use release branches
TFM repos do not use release branches. TFM-test repo does not use master branch and use detached head for the 1.6 release. This commits makes necessary changes to be able to build tfm and tfm-test again for langdale. Signed-off-by: Emekcan Aras <emekcan.aras@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -16,20 +16,19 @@ LIC_FILES_CHKSUM = "file://license.rst;md5=07f368487da347f3c7bd0fc3085f3afa \
|
|||||||
file://../mcuboot/LICENSE;md5=b6ee33f1d12a5e6ee3de1e82fb51eeb8"
|
file://../mcuboot/LICENSE;md5=b6ee33f1d12a5e6ee3de1e82fb51eeb8"
|
||||||
|
|
||||||
SRC_URI = "git://git.trustedfirmware.org/TF-M/trusted-firmware-m.git;protocol=https;branch=${SRCBRANCH_tfm};name=tfm;destsuffix=git/tfm \
|
SRC_URI = "git://git.trustedfirmware.org/TF-M/trusted-firmware-m.git;protocol=https;branch=${SRCBRANCH_tfm};name=tfm;destsuffix=git/tfm \
|
||||||
git://git.trustedfirmware.org/TF-M/tf-m-tests.git;protocol=https;branch=${SRCBRANCH_tfm-tests};name=tfm-tests;destsuffix=git/tf-m-tests \
|
git://git.trustedfirmware.org/TF-M/tf-m-tests.git;protocol=https;nobranch=1;name=tfm-tests;destsuffix=git/tf-m-tests \
|
||||||
git://github.com/ARMmbed/mbedtls.git;protocol=https;branch=${SRCBRANCH_mbedtls};name=mbedtls;destsuffix=git/mbedtls \
|
git://github.com/ARMmbed/mbedtls.git;protocol=https;branch=${SRCBRANCH_mbedtls};name=mbedtls;destsuffix=git/mbedtls \
|
||||||
git://github.com/mcu-tools/mcuboot.git;protocol=https;branch=${SRCBRANCH_mcuboot};name=mcuboot;destsuffix=git/mcuboot \
|
git://github.com/mcu-tools/mcuboot.git;protocol=https;branch=${SRCBRANCH_mcuboot};name=mcuboot;destsuffix=git/mcuboot \
|
||||||
"
|
"
|
||||||
|
|
||||||
# The required dependencies are documented in tf-m/config/config_default.cmake
|
# The required dependencies are documented in tf-m/config/config_default.cmake
|
||||||
# TF-Mv1.6.0
|
# TF-Mv1.6.0
|
||||||
SRCBRANCH_tfm ?= "release/1.6.x"
|
SRCBRANCH_tfm ?= "master"
|
||||||
SRCREV_tfm = "7387d88158701a3c51ad51c90a05326ee12847a8"
|
SRCREV_tfm = "7387d88158701a3c51ad51c90a05326ee12847a8"
|
||||||
# mbedtls-3.1.0
|
# mbedtls-3.1.0
|
||||||
SRCBRANCH_mbedtls ?= "master"
|
SRCBRANCH_mbedtls ?= "master"
|
||||||
SRCREV_mbedtls = "d65aeb37349ad1a50e0f6c9b694d4b5290d60e49"
|
SRCREV_mbedtls = "d65aeb37349ad1a50e0f6c9b694d4b5290d60e49"
|
||||||
# TF-Mv1.6.0
|
# TF-Mv1.6.0
|
||||||
SRCBRANCH_tfm-tests ?= "release/1.6.x"
|
|
||||||
SRCREV_tfm-tests = "723905d46019596f3f2df66d79b5d6bff6f3f213"
|
SRCREV_tfm-tests = "723905d46019596f3f2df66d79b5d6bff6f3f213"
|
||||||
# v1.9.0
|
# v1.9.0
|
||||||
SRCBRANCH_mcuboot ?= "main"
|
SRCBRANCH_mcuboot ?= "main"
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
SRC_URI = "git://git.trustedfirmware.org/TF-M/trusted-firmware-m.git;protocol=https;branch=${SRCBRANCH}"
|
SRC_URI = "git://git.trustedfirmware.org/TF-M/trusted-firmware-m.git;protocol=https;branch=${SRCBRANCH}"
|
||||||
# Use the wrapper script from TF-Mv1.6.0
|
# Use the wrapper script from TF-Mv1.6.0
|
||||||
SRCBRANCH ?= "release/1.6.x"
|
SRCBRANCH ?= "master"
|
||||||
SRCREV = "7387d88158701a3c51ad51c90a05326ee12847a8"
|
SRCREV = "7387d88158701a3c51ad51c90a05326ee12847a8"
|
||||||
|
|
||||||
LICENSE = "BSD-3-Clause"
|
LICENSE = "BSD-3-Clause"
|
||||||
|
|||||||
Reference in New Issue
Block a user