diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-11 06:03:26 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-11 06:03:26 +0000 |
commit | 4489c1fa437be9e664e0ddc104535c88928e1074 (patch) | |
tree | de45b68673a493ff315a3e19d8bdf8f30b9a3a72 /EdkShellBinPkg | |
parent | 6e8a984eca4c9763038e887b8d813b2110bbaed6 (diff) | |
download | edk2-platforms-4489c1fa437be9e664e0ddc104535c88928e1074.tar.xz |
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
Diffstat (limited to 'EdkShellBinPkg')
-rw-r--r-- | EdkShellBinPkg/ReadMe.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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.
|