Updated *-p10,pnor,xml package download sites to use SSH URLs
Updated occ-p10, hcode-p10, hostboot-p10, sbe-p10, openpower-pnor, machine XML
to use SSH URLs instead of HTTPS URLs
Signed-off-by: Nick Bofferding <bofferdn@us.ibm.com>
diff --git a/openpower/package/openpower-pnor/openpower-pnor.mk b/openpower/package/openpower-pnor/openpower-pnor.mk
index 71ca734..6aad67f 100644
--- a/openpower/package/openpower-pnor/openpower-pnor.mk
+++ b/openpower/package/openpower-pnor/openpower-pnor.mk
@@ -9,7 +9,7 @@
# TODO: WORKAROUND: Need to reenable next line and comment out the two lines
# after that, when code is propagated to a public repo
#OPENPOWER_PNOR_SITE ?= $(call github,open-power,pnor,$(OPENPOWER_PNOR_VERSION))
-OPENPOWER_PNOR_SITE = https://github.ibm.com/open-power/pnor.git
+OPENPOWER_PNOR_SITE = git@github.ibm.com:open-power/pnor.git
OPENPOWER_PNOR_SITE_METHOD=git
OPENPOWER_PNOR_LICENSE = Apache-2.0