summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGenaro Saucedo Tejada <genaro.saucedo.tejada@intel.com>2016-02-02 15:47:09 -0600
committerAnas Nashif <anas.nashif@intel.com>2016-02-08 20:17:17 -0500
commitf0a7bf801ec18a8408451aa4e358708f53c0a82e (patch)
treee64fe45655b5ab07b0305887a155ea031831885e
parent22d0af20c646db43505d5a7d2b1822cae53917df (diff)
doc: Linux Foundation registration steps
Updates Set Up steps from previous 01.org Gerrit to new Linux Foundation one. Change-Id: Iab98864b405ff6dc4ea20d687fae77bd59284678 Signed-off-by: Genaro Saucedo Tejada <genaro.saucedo.tejada@intel.com>
-rw-r--r--doc/getting_started/figures/setting_up01.pngbin0 -> 26418 bytes
-rw-r--r--doc/getting_started/figures/setting_up02.pngbin0 -> 23984 bytes
-rw-r--r--doc/getting_started/setting_up.rst40
3 files changed, 26 insertions, 14 deletions
diff --git a/doc/getting_started/figures/setting_up01.png b/doc/getting_started/figures/setting_up01.png
new file mode 100644
index 000000000..e5fcc377c
--- /dev/null
+++ b/doc/getting_started/figures/setting_up01.png
Binary files differ
diff --git a/doc/getting_started/figures/setting_up02.png b/doc/getting_started/figures/setting_up02.png
new file mode 100644
index 000000000..5edaebaa7
--- /dev/null
+++ b/doc/getting_started/figures/setting_up02.png
Binary files differ
diff --git a/doc/getting_started/setting_up.rst b/doc/getting_started/setting_up.rst
index 9e581c83f..313b9aaf4 100644
--- a/doc/getting_started/setting_up.rst
+++ b/doc/getting_started/setting_up.rst
@@ -11,25 +11,33 @@ Setting up your development environment for Zephyr is done in two steps:
Access the Code
***************
-Currently, the code is hosted at 01.org and code review is done using Gerrit.
-Therefore, a 01.org account is needed to access the code. Follow these steps
-to gain access to the code in Gerrit:
+The code is hosted at Linux Foundation and code review is done using
+Gerrit. Therefore, a Linux Foundation account is needed to contribute to the
+code. Follow these steps to create an account if you don't have one already:
-#. `Create`_ or `update`_ a `01.org`_ account.
+#. Go to the `Linux Foundation ID website`_.
-#. Request access by contacting the Zephyr project team.
+#. Select the option :guilabel:`I need to create a Linux Foundation ID`.
-#. Once access is granted, `access Gerrit`_.
+ .. figure:: figures/setting_up01.png
+ :scale: 75 %
+ :alt: linuxfoundation.org identity page
-#. Log in using your 01.org account credentials.
+#. Fill out the form that appears:
-.. _Create: https://01.org/user/register
+ .. figure:: figures/setting_up02.png
+ :scale: 75 %
+ :alt: New account form
-.. _update: https://01.org/user/login
+#. Open your email account and look for a message with the subject line:
+ "Validate your Linux Foundation ID email".
-.. _access Gerrit: https://oic-review.01.org/gerrit/
+#. Open the received URL to validate your email address.
-.. _01.org: https://01.org/
+#. Verify the browser displays the message :guilabel:`You have successfully
+ validated your e-mail address`.
+
+#. Access `Gerrit`_.
Configuring Gerrit to Use SSH
=============================
@@ -68,7 +76,7 @@ Once the key-pair has been generated, the public key must be added to Gerrit.
Follow these steps to add your public key :file:`id_rsa.pub` to the Gerrit
account:
-1. Go to `access Gerrit`_.
+1. Go to `Gerrit`_.
2. Click on your account name in the upper right corner.
@@ -108,7 +116,7 @@ Checking Out the Source Code
.. code-block:: console
$ git clone
- ssh://01ORGUSERNAME@oic-review.01.org:29418/forto-collab zephyr-project
+ ssh://LFID@gerrit.zephyrproject.org:29418/zephyr zephyr-project
You have successfully checked out a copy of the source code to your local
machine.
@@ -139,4 +147,8 @@ Perform the steps in the procedures in the order they appear.
:maxdepth: 2
installation_linux.rst
- installation_mac.rst \ No newline at end of file
+ installation_mac.rst
+
+.. _Linux Foundation ID website: https://identity.linuxfoundation.org
+
+.. _Gerrit: https://gerrit.zephyrproject.org/