Versions Compared

Key

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

...

This is the summary page that describes the CMF iteration release rdkb-2018q2. Below are links to the relevant documents for the release.

Note: The latest rdkb iteration addresses licensing issues so users are advised to move to the latest iterationrelease.

...

$ mkdir rdkb
$ cd rdkb
$ repo init -u https://code.rdkcentral.com/r/manifests -m rdkb.xml -b rdkb-2018q2
$ repo sync -j4 --no-clone-bundle
  • The -m rdkb.xml in the build sequence above is important. If this is not specified, you will get an RDK-V tree by default.
  • The -b rdkb-2018q2 in the build sequence above specifies the branch to use.
  • If you omit the -b rdkb-2018q2 entirely, you will get the master (HEAD) of each component.
  • At any time, the community can build latest master by dropping the -b rdkb-2018q2 option in the repo init command.

...