Changes between Version 21 and Version 22 of venice/bsp


Ignore:
Timestamp:
08/29/2022 09:14:26 PM (2 years ago)
Author:
Tim Harvey
Comment:

updated build pre-requisites for latest version of googles repo tool and Ubuntu 22.04

Legend:

Unmodified
Added
Removed
Modified
  • venice/bsp

    v21 v22  
    6060Installing pre-requisites:
    6161{{{#!bash
    62 sudo apt-get install build-essential git python libssl-dev ncurses-dev kmod bison flex device-tree-compiler -y
     62# install packages
     63sudo apt-get install build-essential git python3 python-is-python3 python3-setuptools python3-distutils python3-dev swig libssl-dev ncurses-dev kmod bison flex device-tree-compiler wget cpio unzip rsync bc fdisk file -y
     64# configure git
     65git config --global user.email "you@example.com"
     66git config --global user.name "Your Name"
     67git config --global color.ui true
    6368}}}
    6469