From: Leif Lindholm Date: Tue, 29 Oct 2019 01:54:36 +0000 (+0800) Subject: Readme.md: remove positional references from submodule description X-Git-Tag: edk2-stable201911~52 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=cc6854506c2b2ab17007c1efe8ec9d0b536a5798 Readme.md: remove positional references from submodule description Remove references to the number of submodules in the tree, as well as reword the referring to specific submodules as "former" and "previous". This means we won't need to keep updating the surrounding text if we add/remove submodules. Cc: Andrew Fish Cc: Michael D Kinney Signed-off-by: Leif Lindholm Reviewed-by: Laszlo Ersek --- diff --git a/Readme.md b/Readme.md index 27e4ce0771..9bf60bede8 100644 --- a/Readme.md +++ b/Readme.md @@ -144,12 +144,12 @@ Signed-off-by: Contributor Name # Submodules Submodule in EDK II is allowed but submodule chain should be avoided -as possible as we can. Currently EDK II contains two submodules +as possible as we can. Currently EDK II contains the following submodules - CryptoPkg/Library/OpensslLib/openssl - ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3 -The latter one is actually required by previous one. It's inevitable +ArmSoftFloatLib is actually required by OpensslLib. It's inevitable in openssl-1.1.1 (since stable201905) for floating point parameter conversion, but should be dropped once there's no such need in future release of openssl.