diff options
author | 2017-04-22 23:49:30 +0200 | |
---|---|---|
committer | 2017-04-23 00:23:54 +0200 | |
commit | b72f873339ee94aa7850245c737fbbb0736cb574 (patch) | |
tree | a19683285586ae674dbeea21552bd19d55c863d4 | |
parent | 0e1088876e3a69834bc4d711bb6272ec6a35add1 (diff) | |
download | meta-ivi-b72f873339ee94aa7850245c737fbbb0736cb574.tar.gz meta-ivi-b72f873339ee94aa7850245c737fbbb0736cb574.tar.bz2 meta-ivi-b72f873339ee94aa7850245c737fbbb0736cb574.zip |
Change CONNECTIVITY_CHECK_URIS in distro conf
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 2441617..ad690b7 100644 --- a/meta-ivi/conf/distro/poky-ivi-systemd.conf +++ b/meta-ivi/conf/distro/poky-ivi-systemd.conf @@ -76,7 +76,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' |