summaryrefslogtreecommitdiffstats
path: root/recipes-core
diff options
context:
space:
mode:
authorEnrico Jorns <ejo@pengutronix.de>2015-07-10 14:10:55 +0200
committerEnrico Jorns <ejo@pengutronix.de>2016-01-22 09:31:43 +0100
commit998d37d40222657e938faca1bae5d62dd0843fd6 (patch)
treeb6e64b0e73cb5196f1ebf8a724c20d0fb82e884a /recipes-core
parent42df279afb0ba9598ee2e552c3ccff5e9fbbd0ea (diff)
downloadmeta-ptx-998d37d40222657e938faca1bae5d62dd0843fd6.tar.gz
meta-ptx-998d37d40222657e938faca1bae5d62dd0843fd6.tar.xz
rauc: use public git url from github
Signed-off-by: Enrico Jorns <ejo@pengutronix.de>
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/rauc/rauc_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/rauc/rauc_git.bb b/recipes-core/rauc/rauc_git.bb
index 8cc3453..342d55d 100644
--- a/recipes-core/rauc/rauc_git.bb
+++ b/recipes-core/rauc/rauc_git.bb
@@ -2,7 +2,7 @@ include rauc.inc
PR = "r9"
SRC_URI_append = " \
- git://git-customers.pengutronix.de/rauc.git;protocol=ssh;user=gitolite \
+ git://github.com/jluebbe/rauc.git;protocol=https \
file://openssl-ca/dev-ca.pem "
PV = "0+git${SRCPV}"