Versions Compared

Key

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

...

To build RDK images from ipstb_bringup branch, follow the below build procedure

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

Code Block
languagebash
themeRDark
titleGeneric build
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

...