aboutsummaryrefslogtreecommitdiff
path: root/96boards-reference-uefi.yaml
diff options
context:
space:
mode:
authorRicardo Salveti <ricardo.salveti@linaro.org>2016-05-19 17:33:59 -0300
committerRicardo Salveti <ricardo.salveti@linaro.org>2016-05-19 17:35:50 -0300
commit78ce4f8420dc83aacaddcb5f62bd16600ec6d084 (patch)
treea781d3528d91eb3515caddbad9221dedbe889f54 /96boards-reference-uefi.yaml
parent9e286d005723631bf00b0fc52059cf822123b6f5 (diff)
96boards-reference-uefi: adding required edk2 reverts for d02
Change-Id: I8153758583e563a3d9c1bfe1f58720ab68a77e7e Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
Diffstat (limited to '96boards-reference-uefi.yaml')
-rw-r--r--96boards-reference-uefi.yaml9
1 files changed, 8 insertions, 1 deletions
diff --git a/96boards-reference-uefi.yaml b/96boards-reference-uefi.yaml
index 7311682d..8b18faef 100644
--- a/96boards-reference-uefi.yaml
+++ b/96boards-reference-uefi.yaml
@@ -161,7 +161,6 @@
OPEN_PLATFORM_PKG_GIT_URL=ssh://dev-private-git.linaro.org/96boards/OpenPlatformPkg.git
OPEN_PLATFORM_PKG_GIT_BRANCH=dev-FDK102
elif [ "${MX_PLATFORM}" == "d02" ]; then
- EDK2_GIT_VERSION=f5404a3eba1d3bae54e6b02be0a87f8f471eb732
OPEN_PLATFORM_PKG_GIT_URL=https://git.linaro.org/people/heyi.guo/OpenPlatformPkg.git
OPEN_PLATFORM_PKG_GIT_BRANCH=d02-d03-upstream-04
fi
@@ -196,6 +195,14 @@
if [ "${MX_PLATFORM}" == "styx" -o "${MX_PLATFORM}" == "cello" ]; then
git clone -b dev-FDK1_0_0_2 --depth 1 ssh://dev-private-git.linaro.org/96boards/SeattleFDK.git
cd $EDK2_DIR; ln -s ../SeattleFDK/AmdModulePkg; cd ..
+ elif [ "${MX_PLATFORM}" == "d02" ]; then
+ # Need revert on 2 known upstream changes for now, Heyi still working on a proper fix
+ cd ${EDK2_DIR}
+ git config user.email "ci@linaro.org"
+ git config user.name "Linaro CI"
+ git revert --no-edit f37d891c1b870b294964adf65f619a661700fcab
+ git revert --no-edit 61b02ba1f2a3f80fa06f5006f0aea1572093a067
+ cd ..
fi
# WORKSPACE is used by uefi-build.sh