Changes between Version 20 and Version 21 of newport/bsp


Ignore:
Timestamp:
12/21/2018 06:38:11 PM (5 years ago)
Author:
Tim Harvey
Comment:

added pre-requisites

Legend:

Unmodified
Added
Removed
Modified
  • newport/bsp

    v20 v21  
    5353The following pre-requisites are needed to build the Newport BSP:
    5454 * Linux Development host (desktop or laptop computer) (Ubuntu 16.04 is used by Gateworks and tested)
    55  * Python 2.x (required by the 'repo' tool)
     55 * Python 2.x (required by the 'repo' tool and imaging tools)
    5656 * Git (used for source code repositories)
     57 * repo (used to manage multiple git repos)
     58 * libssl-dev (used for signing images)
     59
     60Installing pre-requisites:
     61{{{#!bash
     62sudo apt-get install build-essential git python repo libssl-dev
     63}}}
    5764
    5865To obtain the code:
    59  1. Get repo tool (download latest version of tool and put it in your path)
    60 {{{#!bash
    61 sudo apt-get install repo
    62 }}}
    6366 1. Initialize repo (fetch the repo manifest)
    6467{{{#!bash