Versions Compared

Key

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

...

The following commands fetch the source code of the emulator using the Android repo tool.
Yocto workspace setup

Code Block
languagebash
themeRDark
titleYocto workspace setup
mkdir emulator && cd emulator
repo init -u https://code.rdkcentral.com/r/manifests -b dunfell -m rdkv-nosrc.xml
repo sync -j`nproc` --no-clone-bundle --no-tags

...

The above step configures and sets up your directory to start an appropriate build for hybrid or media client.

For Mediaclient:
Mediaclient image

Code Block
languagebash
themeRDark
titleMediaclient image
MACHINE=qemux86mc-dunfell source meta-cmf-bsp-emulator/setup-environment
bitbake rdk-generic-mediaclient-wpe-image

...