This is an old revision of the document!


Working with Automotive Grade Linux (AGL).

$ mkdir ~/bin
$ export PATH=~/bin:$PATH
$ curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
$ chmod a+x ~/bin/repo

Depending on which release and branch you want, choose some variation:

$ repo init -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo
$ repo init -b flounder [-m flounder_6.0.0.xml] -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo

after which:

$ repo sync
  • agl.1554744320.txt.gz
  • Last modified: 2019/04/08 17:25
  • by rpjday