Versions Compared

Key

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

...

Code Block
languagebash
themeRDark
titleGeneric build
mkdir workspace
cd workspace

# initialize the manifest with repo tool
repo init -u https://code.rdkcentral.com/r/reference/manifests -b masteripstb_bringup -m rpi/dunfell/rdkv-ipmcipstb-nosrc.xml

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

...