Versions Compared

Key

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

...

Deck of Cards
idframe
Card
labeldunfell image

mkdir workspace

cd workspace

# initialize the manifest with repo tool

repo init -u https://code.rdkcentral.com/r/rdkcmf/manifests -b dunfell -m rdkv-extsrc.xml

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

Card
labelMorty image

mkdir workspace

cd workspace

# initialize the manifest with repo tool

repo init -u https://code.rdkcentral.com/r/rdkcmf/manifests -b rdk-next -m rdkv-extsrc.xml

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

...