Versions Compared

Key

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

...

Deck of Cards
effectDuration2
idmainmain1
effectTypeslide


Card
defaulttrue
labelnon ASP
titleGeneric image without TDK


Code Block
languagebash
themeRDark
titlenon ASP build setup
mkdir workspace
cd workspace

# initialize the repo
# for Non-ASP
repo init -u https://code.rdkcentral.com/r/manifests -b rdk-next -m rdkv-nosrc.xml

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



Card
labelASP
titleGeneric image with TDK


Code Block
languagebash
themeRDark
titleASP build (for TDK)
mkdir workspace
cd workspace

# initialize the repo
# for ASP (applicable for TDK)
repo init -u https://code.rdkcentral.com/r/manifests -b rdk-next -m rdkv-asp-nosrc.xml

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



...