Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Select “No”
To choose bash, when the prompt asks if you want to use dash as the default system shell - select “No”

 Configure Git

Upgrade your Git version to 1.8.x or higher

...

$ git config --global user.name "Your Name"

 Configure repo

In order to use Yocto build system, first you need to make sure that repo is properly installed on the machine:

...

Note
  • Cloning the code before login once to code.rdkcentral.com, user would get the Authentication error, even though the account is in good standing and has all the required access.
  • Please login to code.rdkcentral.com before attempting to clone.

 Building

$ source <setup-environment>

...