Changes between Version 30 and Version 31 of newport/bsp


Ignore:
Timestamp:
02/10/2021 10:48:55 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
  • newport/bsp

    v30 v31  
    5151Below 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].
    5252
    53 The Gateworks Newport Board Support Package uses the Google {{{repo}}} tool to manage multiple code repositories.
     53The Gateworks Venice Board Support Package uses the Google [https://gerrit.googlesource.com/git-repo/git-repo git-repo] tool to manage multiple code repositories.
    5454
    5555The following pre-requisites are needed to build the Newport BSP:
     
    6262Installing pre-requisites:
    6363{{{#!bash
    64 sudo apt-get install build-essential git python repo libssl-dev ncurses-dev kmod
     64sudo apt-get install build-essential git python libssl-dev ncurses-dev kmod
     65}}}
     66
     67Install the latest version of {{{repo}}} (Do not rely on Ubuntu apt package being up to date):
     68{{{#!bash
     69sudo wget https://storage.googleapis.com/git-repo-downloads/repo -O /usr/local/bin/repo
     70sudo chmod a+rx /usr/local/bin/repo
    6571}}}
    6672