summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeif Lindholm <leif.lindholm@linaro.org>2018-02-13 19:20:20 +0000
committerLeif Lindholm <leif.lindholm@linaro.org>2018-02-13 19:20:20 +0000
commitbcaa91c87f170c6de629f57cee06ce1368249a3e (patch)
tree0903643c8e3bfe583fbf805ccf34fa5f39170b57
parent2598765a875f2f0d915474a624d26e9295f9b963 (diff)
common-functions: fix typo in openssl tar extraction
OPENSSL_VER => $OPENSSL_VER Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
-rw-r--r--common-functions2
-rw-r--r--platforms.config6
2 files changed, 7 insertions, 1 deletions
diff --git a/common-functions b/common-functions
index 810532e..efed7e2 100644
--- a/common-functions
+++ b/common-functions
@@ -172,7 +172,7 @@ function clone_process_openssl
rm -rf openssl
fi
tar xzf "$OPENSSL_TAR"
- if [ $? -ne 0 -o ! -d "OPENSSL_VER" ]; then
+ if [ $? -ne 0 -o ! -d "$OPENSSL_VER" ]; then
echo "OpenSSL import failed!"
return 1
fi
diff --git a/platforms.config b/platforms.config
index deb02f4..58f16c8 100644
--- a/platforms.config
+++ b/platforms.config
@@ -304,3 +304,9 @@ INF=MdeModulePkg/Application/HelloWorld/HelloWorld.inf
LONGNAME=Altus Metrum ChaosKey Driver
DSC=OptionRomPkg/OptionRomPkg.dsc
INF=OpenPlatformPkg/Drivers/Usb/Misc/ChaosKeyDxe/ChaosKeyDxe.inf
+
+[fuck]
+LONGNAME=FUCK
+DSC=MdeModulePkg/MdeModulePkg.dsc
+INF=MdeModulePkg/Library/ResetUtilityLib/ResetUtilityLib.inf
+ARCH=ARM