Step 3 : Cloning RDKB source code

  • In this program, you are going to learn

  • How to ?

Topics in this section,

  • 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.

$ vi ~/.netrc

machine code.rdkcentral.com
login <YOUR_USERNAME>
password <YOUR_PASSWORD>
  • Create a rdkb_build directory to clone the source code.

$ cd $HOME
$ mkdir rdbk_build
$ cd rdkb_build
  • Clone the source code into rdkb_build directory.

$ 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

$ repo sync -j nproc --no-clone-bundle