]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
mbedtls/external: remove broken git submodule
authorZHANG Yuntian <yt@radxa.com>
Tue, 11 Feb 2025 07:30:27 +0000 (15:30 +0800)
committerTom Rini <trini@konsulko.com>
Thu, 13 Feb 2025 15:53:18 +0000 (09:53 -0600)
When we squash imported mbedtls, the git submodule "framework" was
preserved in the commit. However, U-Boot itself does not use git
submodule, and provides no .gitmodules file to specify the submodule
repository.

This is normally not an issue when cloning U-Boot repository. However,
when U-Boot is imported as a submodule, this will break git option
`--recurse-submodules` as it fails to resolve "framework".

As we do not use the submodule, remove it to unbreak existing workflows.

Fixes: 12f1212e95fe ("Merge commit '0344c602eadc0802776b65ff90f0a02c856cf53c' as 'lib/mbedtls/external/mbedtls'")
Signed-off-by: ZHANG Yuntian <yt@radxa.com>
lib/mbedtls/external/mbedtls/framework [deleted submodule]

diff --git a/lib/mbedtls/external/mbedtls/framework b/lib/mbedtls/external/mbedtls/framework
deleted file mode 160000 (submodule)
index 750634d..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 750634d3a51eb9d61b59fd5d801546927c946588