From 2b06eb34bddd8f41ad35be295d44f3991cb01321 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Mon, 20 Aug 2018 16:58:12 +0200 Subject: Update native package repositories. Packages url has changed in opensuse build system, root url is now: http://download.opensuse.org/repositories/isv:/LinuxAutomotive:/ Change-Id: I1e01e797af4be32e5e125fe5d49b03148637d9d4 Signed-off-by: Sebastien Douheret --- docs/part-1/1_install-client.md | 16 +++++++++++----- docs/part-1/2-3_install-xds-server-native.md | 16 +++++++++++----- 2 files changed, 22 insertions(+), 10 deletions(-) diff --git a/docs/part-1/1_install-client.md b/docs/part-1/1_install-client.md index 2e26c7c..44906c0 100644 --- a/docs/part-1/1_install-client.md +++ b/docs/part-1/1_install-client.md @@ -27,9 +27,12 @@ optional and depends of what you want to do: # 'DISTRO' can be set to { xUbuntu_16.04, xUbuntu_16.10, xUbuntu_17.04, Debian_8.0, Debian_9.0 } export DISTRO="xUbuntu_16.04" -wget -O - http://download.opensuse.org/repositories/isv:/LinuxAutomotive:/app-Development/${DISTRO}/Release.key | sudo apt-key add - +# AGL_RELEASE can be set to {AGL_ElectricEel, AGL_FunkyFlounder, AGL_Master} +export AGL_RELEASE="AGL_Master" + +wget -O - http://download.opensuse.org/repositories/isv:/LinuxAutomotive:/${AGL_RELEASE}/${DISTRO}/Release.key | sudo apt-key add - sudo bash -c "cat >> /etc/apt/sources.list.d/AGL.list <> /etc/apt/sources.list.d/AGL.list <