diff options
author | Ronan <ronan.lemartret@iot.bzh> | 2016-11-22 14:53:41 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-11-24 14:56:47 +0000 |
commit | 5850899c8823e54288babd5893cb0428b900fb08 (patch) | |
tree | e35bf8f0f6cf6158e5c20c6d34199c2eb3f504fc | |
parent | f72fc08741237e05d4e2191aa15746e17315444f (diff) |
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 <ronan.lemartret@iot.bzh>
-rw-r--r-- | README.md | 8 | ||||
-rw-r--r-- | recipes-demo-hmi/CES2016-demo/CES2016-demo.bb | 2 |
2 files changed, 5 insertions, 5 deletions
@@ -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" |