Versions Compared

Key

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

...

Deck of Cards
effectDuration2
idmain1
effectTypeslide


Card
defaulttrue
labelYocto 3.1 LTS (Dunfell)
titleinstruction to setup dunfell based RDK-V yocto build
effectTypeslide


Code Block
languagebash
themeRDark
titleworkspace setup
mkdir workspace; cd workspace
 
# initialize the manifest with repo tool
repo init -u https://code.rdkcentral.com/r/reference/manifests -b master -m rpi/release/rdkv-dunfell-21m2.xml
 
repo sync -j `nproc` --no-clone-bundle --no-tags


Code Block
languagebash
titlebug fixes
cd meta-rdk-video
# revert cryptography related changes in wpeframework-clientlibraries (causing build error)
(cd meta-rdk-video; git revert 5cfd49b6e1a56540c1bbf9caada22cdb9097e0e2
cd .. --no-edit)



Card
labelYocto 2.2 (Morty)
titleinstruction to setup morty based RDK-V yocto build
effectTypeslide


Code Block
languagebash
themeRDark
titleworkspace setup
mkdir workspace; cd workspace
 
# initialize the manifest with repo tool
repo init -u https://code.rdkcentral.com/r/reference/manifests -b master -m rpi/release/rdkv-morty-21m2.xml
 
repo sync -j `nproc` --no-clone-bundle --no-tags



...