diff options
author | Gunnar Andersson <gand@acm.org> | 2017-04-22 23:49:30 +0200 |
---|---|---|
committer | Gunnar Andersson <gand@acm.org> | 2017-04-23 00:30:46 +0200 |
commit | 3a878c240b66cf3f3e7798c3561a8d7152846a10 (patch) | |
tree | 189ab6300cb9d8b5cc3b19b146cb4d58166ad36c | |
parent | 5c5710e4d0e179b4789532a7cbd9331afc3fc808 (diff) | |
download | meta-ivi-10.0.tar.gz meta-ivi-10.0.tar.bz2 meta-ivi-10.0.zip |
Change CONNECTIVITY_CHECK_URIS in distro conf10.0
The CONNECTIVITY_CHECK_URIS was set to check bugs.genivi.org but that
site is now decomissioned. A new alternative URL is needed or bitbake
will stop working right away.
Signed-off-by: Gunnar Andersson <gandersson@genivi.org>
-rw-r--r-- | meta-ivi/conf/distro/poky-ivi-systemd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ivi/conf/distro/poky-ivi-systemd.conf b/meta-ivi/conf/distro/poky-ivi-systemd.conf index 2dcea5f..a31af3f 100644 --- a/meta-ivi/conf/distro/poky-ivi-systemd.conf +++ b/meta-ivi/conf/distro/poky-ivi-systemd.conf @@ -82,7 +82,7 @@ https://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n" CONNECTIVITY_CHECK_URIS ?= " \ https://eula-downloads.yoctoproject.org/index.php \ - http://bugs.genivi.org/report.cgi" + http://www.genivi.org" # Default hash policy for distro BB_SIGNATURE_HANDLER ?= 'OEBasicHash' |