mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] Documentation: efi: update SnpDxe build instructions
@ 2020-10-07  9:51 Philipp Zabel
  2020-10-09  6:49 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Philipp Zabel @ 2020-10-07  9:51 UTC (permalink / raw)
  To: barebox

Some sources have been moved into git submodules and SnpDxe was
moved from MdeModulePkg to NetworkPkg.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 Documentation/boards/efi.rst | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Documentation/boards/efi.rst b/Documentation/boards/efi.rst
index f04b1d32378b..b12433014ef1 100644
--- a/Documentation/boards/efi.rst
+++ b/Documentation/boards/efi.rst
@@ -294,18 +294,19 @@ HOWTOs in the net, for example on http://tianocore.sourceforge.net/wiki/Using_ED
 
   git clone git://github.com/tianocore/edk2.git
   cd edk2
+  git submodule update --init
   make -C BaseTools
   . edksetup.sh
 
 At least the following lines in ``Conf/target.txt`` should be edited::
 
-  ACTIVE_PLATFORM = MdeModulePkg/MdeModulePkg.dsc
+  ACTIVE_PLATFORM = NetworkPkg/NetworkPkg.dsc
   TARGET_ARCH = X64
   TOOL_CHAIN_TAG = GCC48
   MAX_CONCURRENT_THREAD_NUMBER = 4
 
 The actual build is started with invoking ``build``. After building
-``Build/MdeModule/DEBUG_GCC48/X64/SnpDxe.efi`` should exist.
+``Build/NetworkPkg/DEBUG_GCC48/X64/SnpDxe.efi`` should exist.
 
 **NOTE** As of this writing (July 2014) the following patch was needed to
 compile EDK2.
-- 
2.20.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-09  6:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-07  9:51 [PATCH] Documentation: efi: update SnpDxe build instructions Philipp Zabel
2020-10-09  6:49 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox