User Tools

Site Tools


building_custom_system_images

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
building_custom_system_images [2012/12/18 12:04]
jussi_liukkonen
building_custom_system_images [2013/01/24 09:05]
jsmoeller
Line 8: Line 8:
  
 First, you need to create a SSH identity and register it to [[https://​review.tizen.org/​gerrit/#​mine|review.tizen.org]] for your developer account. Select //​Settings//​ from the top right corner, then //SSH Public Keys// from the left-hand side menu. Press the //Add key// button, and upload your SSH public key. First, you need to create a SSH identity and register it to [[https://​review.tizen.org/​gerrit/#​mine|review.tizen.org]] for your developer account. Select //​Settings//​ from the top right corner, then //SSH Public Keys// from the left-hand side menu. Press the //Add key// button, and upload your SSH public key.
 +
 +Check the [[https://​source.tizen.org/​documentation/​developer-guide/​environment-setup|Tizen Developer Guide]] for instructions.
  
 To generate a new SSH key, issue this command in your developer workstation:​ To generate a new SSH key, issue this command in your developer workstation:​
Line 15: Line 17:
   ​   ​
  
-The public key that you need to upload to _review.tizen.org_ is generated to the file //​~/​.ssh/​id_rsa.pub//​.+The public key that you need to upload to //review.tizen.org// is generated to the file //​~/​.ssh/​id_rsa.pub//​.
  
 You can find a list of all Tizen components from [[https://​review.tizen.org/​gerrit/#​admin,​projects|review.tizen.org]] Admin/​Projects view. Select //Admin// from the top left corner, then //​Projects//​ from the line directly below it. You can find a list of all Tizen components from [[https://​review.tizen.org/​gerrit/#​admin,​projects|review.tizen.org]] Admin/​Projects view. Select //Admin// from the top left corner, then //​Projects//​ from the line directly below it.