Changes between Version 20 and Version 21 of newport/bsp
- Timestamp:
- 12/21/2018 06:38:11 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
newport/bsp
v20 v21 53 53 The following pre-requisites are needed to build the Newport BSP: 54 54 * 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) 56 56 * Git (used for source code repositories) 57 * repo (used to manage multiple git repos) 58 * libssl-dev (used for signing images) 59 60 Installing pre-requisites: 61 {{{#!bash 62 sudo apt-get install build-essential git python repo libssl-dev 63 }}} 57 64 58 65 To obtain the code: 59 1. Get repo tool (download latest version of tool and put it in your path)60 {{{#!bash61 sudo apt-get install repo62 }}}63 66 1. Initialize repo (fetch the repo manifest) 64 67 {{{#!bash