]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Avoid using code name in comments.
authorniruiyu <niruiyu@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 19 Oct 2011 05:37:15 +0000 (05:37 +0000)
committerniruiyu <niruiyu@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 19 Oct 2011 05:37:15 +0000 (05:37 +0000)
Signed-off-by: niruiyu
Reviewed-by: lgao4
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12550 6f19259b-4bc3-4df7-8a09-765794883524

DuetPkg/ReadMe.txt

index caaa4fbbf18202d0c952a4a74ff09e16d3f8b912..43f55294c0d1aa32389ca52783af471f0e4324ed 100644 (file)
@@ -59,7 +59,7 @@ B. Build DUET image on Linux Platform
        To build DUET image, Mingw GCC is required:\r
        \r
                1).  Check out build tools project from svn repository: https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools\r
-               2).  Assume check out directory is /R9/BaseTools, enter /R9/BaseTools/gcc directory. Please refer to README.txt install all the necessary\r
+               2).  Assume check out directory is /EDKII/BaseTools, enter /EDKII/BaseTools/gcc directory. Please refer to README.txt install all the necessary\r
                         build packages following:\r
                         * Python 2.5\r
                         * texinfo\r
@@ -71,9 +71,9 @@ B. Build DUET image on Linux Platform
              \r
                3).  Run mingw-gcc-install.py from gcc folder, this script will download/build/install MingwGCC and BinUtil automatically\r
                4).  Create symbol link in linux environment at /opt to match default setting in tools_def.txt\r
-                        "ln -s /R9/BaseTools/gcc/symlinks/ar   /opt/tiano/i386-tiano-pe/i386-tiano-pe/bin/ar"\r
-                        "ln -s /R9/BaseTools/gcc/symlinks/gcc  /opt/tiano/i386-tiano-pe/i386-tiano-pe/bin/gcc"\r
-                        "ln -s /R9/BaseTools/gcc/symlinks/ld   /opt/tiano/i386-tiano-pe/i386-tiano-pe/bin/ld"\r
+                        "ln -s /EDKII/BaseTools/gcc/symlinks/ar   /opt/tiano/i386-tiano-pe/i386-tiano-pe/bin/ar"\r
+                        "ln -s /EDKII/BaseTools/gcc/symlinks/gcc  /opt/tiano/i386-tiano-pe/i386-tiano-pe/bin/gcc"\r
+                        "ln -s /EDKII/BaseTools/gcc/symlinks/ld   /opt/tiano/i386-tiano-pe/i386-tiano-pe/bin/ld"\r
                \r
        \r
 2. Build steps\r