Skip to:
We set
REVISION=FunkyFlounder
Only to overwrite it again in the 'Add repo sections'
E.g.: #available distro values are openSUSE_Leap_42.3 openSUSE_Tumbleweed export REVISION=Master source /etc/os-release; export DISTRO=$(echo $PRETTY_NAME | sed "s/ /_/g") sudo zypper ar http://download.opensuse.org/repositories/isv:/LinuxAutomotive:/AGL_${REVISION}/${DISTRO}/isv:LinuxAutomotive:AGL_${REVISION}.repo sudo zypper --gpg-auto-import-keys ref
Fixed by :
https://github.com/iotbzh/agl-documentation/commit/0282cbcb9786bb085812ed3f0910c05fb7ff08b5
We set
REVISION=FunkyFlounder
Only to overwrite it again in the 'Add repo sections'
E.g.: #available distro values are openSUSE_Leap_42.3 openSUSE_Tumbleweed export REVISION=Master source /etc/os-release; export DISTRO=$(echo $PRETTY_NAME | sed "s/ /_/g") sudo zypper ar http://download.opensuse.org/repositories/isv:/LinuxAutomotive:/AGL_${REVISION}/${DISTRO}/isv:LinuxAutomotive:AGL_${REVISION}.repo sudo zypper --gpg-auto-import-keys ref