summaryrefslogtreecommitdiff
path: root/ArmPlatformPkg/Documentation/ArmVExpressInstructions.txt
diff options
context:
space:
mode:
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2011-07-01 20:26:17 +0000
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2011-07-01 20:26:17 +0000
commit597cb96fa354bfad999b4149afef7f4e5875f2c7 (patch)
tree5c1fce08a58d36afbd8546124eae8ed0f5f43f9f /ArmPlatformPkg/Documentation/ArmVExpressInstructions.txt
parent6e88239331734c841074e166e0a257218b3b0516 (diff)
downloadedk2-platforms-597cb96fa354bfad999b4149afef7f4e5875f2c7.tar.xz
ArmPlatformPkg: Update the list of the BaseTools pending patches and the documentation
To make the life easier for the user, I compiled the patches into a single patch 'BaseTools-Pending-Patches.patch'. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11966 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPlatformPkg/Documentation/ArmVExpressInstructions.txt')
-rw-r--r--ArmPlatformPkg/Documentation/ArmVExpressInstructions.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/ArmPlatformPkg/Documentation/ArmVExpressInstructions.txt b/ArmPlatformPkg/Documentation/ArmVExpressInstructions.txt
index d2ef647f60..4fce4a5548 100644
--- a/ArmPlatformPkg/Documentation/ArmVExpressInstructions.txt
+++ b/ArmPlatformPkg/Documentation/ArmVExpressInstructions.txt
@@ -38,10 +38,8 @@ svn co https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2 edk2 --username
cd edk2
svn co https://edk2-fatdriver2.svn.sourceforge.net/svnroot/edk2-fatdriver2/trunk/FatPkg FatPkg --username guest
-3. Apply some BaseTools patches
-patch -p0 < ArmPlatformPkg/Documentation/patches/BaseTools-armgcc_build_rule_template.patch
-patch -p1 < ArmPlatformPkg/Documentation/patches/BaseTools-Define-the-CodeSourcery-toolchain-path-with-ENV.patch
-patch -p1 < ArmPlatformPkg/Documentation/patches/BaseTools-Add-mword-relocations-to-ARMGCC.patch
+3. Apply BaseTools patches (BaseTools-Pending-Patches.patch combines all the currently pending BaseTools patches)
+patch -p1 < ArmPlatformPkg/Documentation/patches/BaseTools-Pending-Patches.patch
4. Set up the environment. And build the EDK2’s tools
export EDK_TOOLS_PATH=`pwd`/BaseTools