Versions Compared

Key

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

...

A sample .netrc file is illustrated below

machine code.rdkcentral.com

login YOUR_USERNAME

password YOUR_PASSWORD


Build Setup

All RPi based RDK images with latest features are based on from rdk-next branch

Initializing the Build Environment

...

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

Media Client

Choose media client machine configuration to build the image with default compositor

$ MACHINE=raspberrypi-rdk-mc source meta-cmf-raspberrypi/setup-environment

$ bitbake rdk-generic-mediaclient-wpe-image

Hybrid

Choose hybrid machine configuration to build the image with default compositor

...

for Mediaclient image with TDK

$ bitbake rdk-generic-mediaclienthybrid-wpe-tdk-image


Choose the hybrid westeros machine configuration to build the image with westeros compositor

...

$ bitbake rdk-generic-hybrid-wpe-tdk-image


Link to check possible RDK images on RPi - https://code.rdkcentral.com/r/plugins/gitiles/components/generic/rdk-oe/meta-cmf-raspberrypi/+/refs/heads/rdk-next/recipes-core/images/

Development Branch

#To build RDK-DEV-1904 follow the below build procedure

...