Versions Compared

Key

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

...

Development Branch

#To build RDK-DEV-1904 the image from the development branch, the respective sprint month's development branch to be chosen and follow the below build procedure

$ mkdir <workspace dir>

$ cd <workspace dir>

For example to take development branch of September 2020, the rdk-dev-2009 branch to be used

for Non-ASP:
$ repo init -u https://code.rdkcentral.com/r/manifests -b rdk-dev-19042009 -m rdkv-extsrc.xml

for ASP:

$ repo init -u https://code.rdkcentral.com/r/manifests -b rdk-dev-19042009 -m rdkv-asp-extsrc.xml

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

...