Versions Compared

Key

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

...

  • Git 1.8.3.1 or greater.

  • tar 1.24 or greater.

  • Python 2.7.3 or greater excluding Python 3.x, which is not supported

Below is the host environment details

  • Operating System: Ubuntu 14.04.6 LTS
  • Kernel: Linux 3.13.0-170-generic
  • Architecture: x86_64

Note: You should also have about 50 Gbytes of free disk space for building images.

...

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

...