From 88a5524a61975d16caa06a21ed469a336a3554bd Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 11 Dec 2020 13:28:43 +0000 Subject: [PATCH] arm/trusted-firmware-m: add upstream tag regex So that the automatic latest upstream release detection works correctly, specify what release tags look like. Change-Id: I8e028b9457719a462f2028daca028714b80fad63 Signed-off-by: Ross Burton --- .../recipes-bsp/trusted-firmware-m/trusted-firmware-m_1.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-arm/recipes-bsp/trusted-firmware-m/trusted-firmware-m_1.0.bb b/meta-arm/recipes-bsp/trusted-firmware-m/trusted-firmware-m_1.0.bb index 1ec24d5a..9b204b82 100644 --- a/meta-arm/recipes-bsp/trusted-firmware-m/trusted-firmware-m_1.0.bb +++ b/meta-arm/recipes-bsp/trusted-firmware-m/trusted-firmware-m_1.0.bb @@ -28,6 +28,8 @@ SRCREV_tfm = "0768982ea41b5e7d207445f19ee23e5d67d9c89b" SRCREV_mbed-crypto = "1146b4e06011b69a6437e6b728f2af043a06ec19" SRCREV_cmsis = "5.5.0" +UPSTREAM_CHECK_GITTAGREGEX = "^TF-Mv(?P\d+(\.\d+)+)$" + # Note to future readers of this recipe: until the CMakeLists don't abuse # installation (see do_install) there is no point in trying to inherit # cmake here. You can easily short-circuit the toolchain but the install