Changes

Jump to: navigation, search

BELK/BXELK software components

1,113 bytes removed, 14:43, 19 December 2016
Updates
==Updates==
TBD
{{ImportantMessage|text=It's recommended to use the latest source release available BELK version. Please refer to [[Bora_Embedded_Linux_Kit_(BELK)#Release_notes | Release notes]] for further information.}}
=== Updating git repositories ===
 In BELK/BXELK, the following source trees are clones of the correspondent '''DAVE Embedded Systems''' public git repositories: {| class="wikitable"
|-
!| Component
|}
This means that For more information about the access to these components can be kept in sync and up to date with '''DAVE Embedded Systems''' repositories. === RSA key generation === Please follow the procedure reported below , please refer to generate the RSA ssh key: * select your username [[Build_system_(ad es. username@myhost.comBELK/BXELK)* start your Linux development server machine* start a shell session* make sure the '''ssh''' client components are installed* enter the .ssh subdirectory into your home directory: <code>cd ~/.ssh/</code>* launch the following command: <br><pre>ssh#U-keygen -t rsa -C "username@myhost.com" -f username@myhost.com</pre>* Boot_and_Linux_git_repositories|this command creates the files <code>~/.ssh/username@myhost.com</code> ('''private key''') and <code>~/.ssh/username@myhost.com.pub</code> ('''public key''')* edit your <code>~/.ssh/config</code> adding the following lines: <pre>Host git.dave.eu User git Hostname git.dave.eu PreferredAuthentications publickey IdentityFile ~/.ssh/username@myhost.com</pre> Please send the public key file to the following email support addresses: * [mailto:support-bora@dave.eu support-bora@dave.eulink]with the request for the creation of a new public git account associated to your username. The support team will enable the account and send you a confirmation as soon as possible
=== Updating the repositories from BELK 2.1.0 ===
4,650
edits

Navigation menu