Step 3 : Cloning RDKB source code =================================== .. tab-set:: .. tab-item:: Cloning RDKB source code * In this program, you are going to learn .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow * How to ? .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow Topics in this section, * :ref:`Cloning RDKB source code ` .. _rdkb_rpi_4b_step3_0: .. tab-set:: .. tab-item:: Cloning RDKB source code * Create an account in code.rdkcentral.com and add to your ssh key in order to clone the repository. * Add the credentials to netrc file. .. code-block:: c $ vi ~/.netrc machine code.rdkcentral.com login password * Create a rdkb_build directory to clone the source code. .. code-block:: c $ cd $HOME $ mkdir rdbk_build $ cd rdkb_build * Clone the source code into rdkb_build directory. .. code-block:: c $ repo init -u https://code.rdkcentral.com/r/manifests -b dunfell -m rdkb-extsrc.xml * Sync the repository to download new or update the lastest changes .. code-block:: c $ repo sync -j nproc --no-clone-bundle