Versions Compared

Key

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

...

How to Build#SettinguptheHostEnvironment

...

Initializing the Build Environment

#To build rdk-next image follow the below build procedure

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

Image Build

Generic Image

To build the image with the default compositor.

...

Note: Westeros is the default compositor, so both images behave in the same wayFor

TDK Image

Code Block
languagebash
themeRDark
titleTDK image
MACHINE=raspberrypi-rdk-mc source meta-cmf-raspberrypi/setup-environment

bitbake rdk-generic-mediaclient-wpe-tdk-image

...