From: Ronan Date: Tue, 22 Nov 2016 13:53:41 +0000 (+0100) Subject: fix recipes git source url X-Git-Tag: 3.0.0~86 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl-demo.git;a=commitdiff_plain;h=5850899c8823e54288babd5893cb0428b900fb08 fix recipes git source url * url https://git.automotivelinux.org is not available, use https://gerrit.automotivelinux.org instead. BB-must-fix Change-Id: I24b92a0eab2f64c001e1e7919c37f8226e6d7de6 Signed-off-by: Ronan --- diff --git a/README.md b/README.md index c78536712..f4ea5d671 100644 --- a/README.md +++ b/README.md @@ -80,16 +80,16 @@ URI: https://gerrit.automotivelinux.org/gerrit/AGL/meta-renesas > tested revision: c5906a1553513ef192a58231700357c5f14f4ae4 * `meta-agl/meta-agl-security` - > URI: https://git.automotivelinux.org/gerrit/gitweb?p=AGL/meta-agl.git + > URI: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL/meta-agl.git > branch : master * `meta-agl-extra/meta-app-framework` - > URI: https://git.automotivelinux.org/gerrit/gitweb?p=AGL/meta-agl-extra.git + > URI: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL/meta-agl-extra.git > branch : master * The feature `agl-sota` has these dependencies: * `meta-agl-extra/meta-sota` - > URI: https://git.automotivelinux.org/gerrit/gitweb?p=AGL/meta-agl-extra.git + > URI: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL/meta-agl-extra.git > branch : master * `meta-openembedded` @@ -110,7 +110,7 @@ URI: https://gerrit.automotivelinux.org/gerrit/AGL/meta-renesas * The feature `agl-netboot` has these dependenies: * `meta-agl/meta-netboot` - > URI: https://git.automotivelinux.org/gerrit/gitweb?p=AGL/meta-agl.git + > URI: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL/meta-agl.git > branch : master diff --git a/recipes-demo-hmi/CES2016-demo/CES2016-demo.bb b/recipes-demo-hmi/CES2016-demo/CES2016-demo.bb index c62460918..28c3df3b0 100644 --- a/recipes-demo-hmi/CES2016-demo/CES2016-demo.bb +++ b/recipes-demo-hmi/CES2016-demo/CES2016-demo.bb @@ -9,7 +9,7 @@ PN = "ces2016-demo" LICENSE = "MPL-2.0" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=815ca599c9df247a0c7f619bab123dad" -SRC_URI = "git://git.automotivelinux.org/gerrit/AGL/DemoApps/CES2016;protocol=http" +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/AGL/DemoApps/CES2016;protocol=http" SRCREV = "${AUTOREV}" PV = "1.0+git"