Open main menu

DAVE Developer's Wiki β

Changes

Build system (BELK/BXELK)

27 bytes added, 09:46, 28 October 2015
U-Boot and Linux git repositories
|-
|U-Boot
|<code>git@git.dave.eu:dave/bora/u-boot-xlnx.git</code>
|-
|Linux
|<code>git@git.dave.eu:dave/bora/linux-xlnx.git</code>
|-
|}
*synchronize a source tree entering the repository directory and launching the <code>git fetch origin</code> command.
Please note that git fetch doesn't merge the commits on the current branch. To do that, the developer should run the <code>git merge</code> command or replace the ''fetch-merge'' process with a single <code>git pull</code> command. Please note that the recommended method is the ''fetch-merge'' process. For further information on Git, please refer to the official Git Documentation (http://git-scm.com/documentation).
 
===RSA key generation===
For getting access to the Git repositories, a ssh key is required. Please follow the procedure reported below to generate the RSA ssh key (<u>it is assumed that the ssh package and the required tools are installed on the Linux development server</u>):
4,650
edits