Versions Compared

Key

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

...

$ mkdir <workspace dir>
$ cd <workspace dir>
$ repo init -u https://code.rdkcentral.com/r/manifests -m rdkb.xml -b rdkb-20190530
$ 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-20190530 in the build sequence above specifies the branch to use.
  • If you omit the -b rdkb-20190530 entirely, you will get the HEAD of each component which may be the latest Master.

...