Changes between Version 4 and Version 5 of venice/bsp


Ignore:
Timestamp:
02/10/2021 10:48:19 PM (3 years ago)
Author:
Tim Harvey
Comment:

update git-repo installation procedure to not rely on outdated ubuntu packages

Legend:

Unmodified
Added
Removed
Modified
  • venice/bsp

    v4 v5  
    4949Below are instructions for building the entire BSP, which includes all of the bootloader components and Linux kernel and Ubuntu or OpenWrt.  Pre-built images are available [#images above].
    5050
    51 The Gateworks Venice Board Support Package uses the Google {{{repo}}} tool to manage multiple code repositories.
     51The Gateworks Venice Board Support Package uses the Google [https://gerrit.googlesource.com/git-repo/git-repo git-repo] tool to manage multiple code repositories.
    5252
    5353The following pre-requisites are needed to build the Venice BSP:
     
    5959Installing pre-requisites:
    6060{{{#!bash
    61 sudo apt-get install build-essential git python repo libssl-dev ncurses-dev kmod
     61sudo apt-get install build-essential git python libssl-dev ncurses-dev kmod
     62}}}
     63
     64Install the latest version of {{{repo}}} (Do not rely on Ubuntu apt package being up to date):
     65{{{#!bash
     66sudo wget https://storage.googleapis.com/git-repo-downloads/repo -O /usr/local/bin/repo
     67sudo chmod a+rx /usr/local/bin/repo
    6268}}}
    6369