[PATCH 2/2] arm-bsp/external-system: update to the latest commit

Jon Mason <[email protected]> Tue, 14 Jul 2026 09:25:22 -0400
Newsgroups org.yoctoproject.lists.meta-arm
Message-ID <[email protected]>
The source tree is question is not tagged or branched with any version.
Update to the latest commit, change the recipe name to denote it is
'git' and not versioned, and fix the upgrade-status.  Also, update the
git URL.

Signed-off-by: Jon Mason <[email protected]>
---
 .../{external-system_0.1.0.bb =3D> external-system_git.bb} | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
 rename meta-arm-bsp/recipes-bsp/external-system/{external-system_0.1.0.b=
b =3D> external-system_git.bb} (84%)

diff --git a/meta-arm-bsp/recipes-bsp/external-system/external-system_0.1=
.0.bb b/meta-arm-bsp/recipes-bsp/external-system/external-system_git.bb
similarity index 84%
rename from meta-arm-bsp/recipes-bsp/external-system/external-system_0.1.=
0.bb
rename to meta-arm-bsp/recipes-bsp/external-system/external-system_git.bb
index 1d08817e780b..ede5b80a762b 100644
--- a/meta-arm-bsp/recipes-bsp/external-system/external-system_0.1.0.bb
+++ b/meta-arm-bsp/recipes-bsp/external-system/external-system_git.bb
@@ -5,13 +5,14 @@ HOMEPAGE =3D "https://git.linaro.org/landing-teams/work=
ing/arm/external-system.git
 DEPENDS =3D "gcc-arm-none-eabi-native"
 INHIBIT_DEFAULT_DEPS =3D "1"
 LICENSE =3D "BSD-3-Clause & Apache-2.0"
-LIC_FILES_CHKSUM =3D "file://license.md;md5=3De44b2531cd6ffe9dece394dbe9=
88d9a0 \
+LIC_FILES_CHKSUM =3D "file://LICENSE;md5=3De44b2531cd6ffe9dece394dbe988d=
9a0 \
                     file://cmsis/LICENSE.txt;md5=3De3fc50a88d0a364313df4=
b21ef20c29e"
=20
-SRC_URI =3D "gitsm://git.gitlab.arm.com/arm-reference-solutions/corstone=
1000/external_system/rtx.git;protocol=3Dhttps;branch=3Dmaster \
+SRC_URI =3D "gitsm://gitlab.arm.com/arm-reference-solutions/corstone1000=
/external_system/rtx.git;protocol=3Dhttps;branch=3Dmaster \
            file://0001-tools-gen_module_code-atomically-rewrite-the-gene=
rat.patch"
-SRCREV =3D "8c9dca74b104ff6c9722fb0738ba93dd3719c080"
-PV .=3D "+git"
+SRCREV =3D "3a38cef6e9582907ad6f79950e3d54330c9ab42c"
+
+UPSTREAM_CHECK_COMMITS =3D "1"
=20
 COMPATIBLE_MACHINE =3D "(corstone1000)"
 PACKAGE_ARCH =3D "${MACHINE_ARCH}"
--=20
2.50.1 (Apple Git-155)