From 4489c1fa437be9e664e0ddc104535c88928e1074 Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Thu, 11 Dec 2008 06:03:26 +0000 Subject: [PATCH] Fix the wrong SVN address for EdkShellPkg. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6987 6f19259b-4bc3-4df7-8a09-765794883524 --- EdkShellBinPkg/ReadMe.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EdkShellBinPkg/ReadMe.txt b/EdkShellBinPkg/ReadMe.txt index adcd8cef5c..7deac0f66e 100644 --- a/EdkShellBinPkg/ReadMe.txt +++ b/EdkShellBinPkg/ReadMe.txt @@ -3,7 +3,7 @@ The binaries of EdkShellBinPkg are generated with EDK-Shell 1.05 release and bui The following steps can help to re-generate these binaries for customization: 1. Check out EdkCompatibilityPkg (r5782) to $(WORKSPACE)\EdkCompatibilityPkg (svn https://edk2.tianocore.org/svn/edk2/trunk/edk2/EdkCompatibilityPkg). -2. Check out EdkShellPkg(r5782) to $(WORKSPACE)\EdkShellPkg (svn https://efi-shell.tianocore.org/servlets/ProjectDocumentList?folderID=52&expandFolder=52&folderID=45). +2. Check out EdkShellPkg(r5782) to $(WORKSPACE)\EdkShellPkg (svn https://edk2.tianocore.org/svn/edk2/trunk/edk2/EdkShellPkg). This package has an SVN extern directory from EDK Shell project. It is read-only and current revison (r30) is identical to EDK shell 1.05 release. 3. Update to the newest BaseTools package. (r5782 or later) 4. Apply a hot fix ShellHotFix.patch under EdkShellPkg directory.