From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wm1-f50.google.com (mail-wm1-f50.google.com [209.85.128.50]) by mx.groups.io with SMTP id smtpd.web10.7637.1573148300327426844 for ; Thu, 07 Nov 2019 09:38:20 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=m4Qtqwy4; spf=pass (domain: linaro.org, ip: 209.85.128.50, mailfrom: leif.lindholm@linaro.org) Received: by mail-wm1-f50.google.com with SMTP id 8so3415721wmo.0 for ; Thu, 07 Nov 2019 09:38:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=5RAY5YSAsUyPKu65FdaPzNj0kkiSupuDNhcsrLnSd0w=; b=m4Qtqwy4wSJmVqAItNzuA1ArzczW86/oa6wR8eXAFfKXoT0haKSocJBqSL5+IjwS52 HY70oOVnUORtql2HDl85Lb6jkeGNsQCytA4ZnfOfGRZGjmCu6szSUjhobY0AxP2ESNy6 HaFatUX38otIsf8KeaMqJYXnjjanGpCaWBS6T8tthftxkcJTSr0qyXzsBnM01JKXAJTG GMYqZvB4wl86YPgiONrK1ZRxDmGRExbTsGdzxSXJ8XJvrU9vmlGELn4M3t1vgKUKm2wp lFvGuhecbBYSM8UXaHHReU0PkLso3XzmVC0juW7WM9sVor+52cpJmTbzyeLxsFEYl8oa lA1w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=5RAY5YSAsUyPKu65FdaPzNj0kkiSupuDNhcsrLnSd0w=; b=mJEXjNnqFzlRBbO8wCYI21gkb5Mk30IbujMrusZhyJi6AuFuiG3By/STEWq3bs6uzT cKErnMiob66GLwbnzsv0rVT2IdU+rHE7CgbBa1GTPNvcFC+Fty1Ec1Cot3BAFpx/gL2L 3nVFCz3qhmdXoXzebXhgZUJrLRu7URC0aW5aU++UNHA7vWfjwZ4YxTNrvJrCh9v5RCum 8tkYz9o+URlTJsFggL+34iu6qf8yP34TEOFj/IObxdSLC1As2JgiprZC4sc8XbLlpLVR 2LZ8OaClUeby0rZG1jfO63ywRDjLwj57x32NYGCS+hoXsxbD4ddh6HylSo63edUeV5DD Sxdw== X-Gm-Message-State: APjAAAWCkUG5lv+n3/E1ohWXjcOaCxZmGtKbDfHhmDw27h/xqBz1zhFE CZ304eHYuCH1GEkid21r9cHY2vWi8ZE= X-Google-Smtp-Source: APXvYqxEZmwNA4QUo1IK7i4l1BkbTcJgygqMdkpPDcVr7iWZPH77jf13eY+PcKXqzm51UuVabO0Cow== X-Received: by 2002:a7b:ce12:: with SMTP id m18mr4291498wmc.130.1573148298579; Thu, 07 Nov 2019 09:38:18 -0800 (PST) Return-Path: Received: from urvogel.BDFreeWifi ([185.34.8.58]) by smtp.gmail.com with ESMTPSA id t29sm3954207wrb.53.2019.11.07.09.38.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 07 Nov 2019 09:38:17 -0800 (PST) From: "Leif Lindholm" To: devel@edk2.groups.io Cc: Andrew Fish , Michael D Kinney , Laszlo Ersek Subject: [PATCH 1/1] Readme.md: remove positional references from submodule description Date: Thu, 7 Nov 2019 17:38:15 +0000 Message-Id: <20191107173815.780-1-leif.lindholm@linaro.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 27e4ce07719b..9bf60bede8ec 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. -- 2.20.1