Versions Compared

Key

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

...

Initilaizing the Build Environment

To build the image, follow below instructions

$ mkdir <workspace dir>

$ cd <workspace dir>

$ repo init -u https://code.rdkcentral.com/r/manifests -m rdkv-raspberrypi.xml -b morty

$ repo sync -j4 --no-clone-bundle

Choose hybrid to build image with default compositor

$ source meta-cmf-raspberrypi/setup-environment <select option raspberrypi-rdk-hybrid.conf>

$ bitbake rdk-generic-hybrid-wpe-image

Choose hybrid-westeros to build image with westeros compositor

$ source meta-cmf-raspberrypi/setup-environment <select option raspberrypi-rdk-hybrid-westeros.conf>

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

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

$ mkdir <workspace dir>

$ cd <workspace dir>

for Non-ASP:
$ repo init -u https://code.rdkcentral.com/r/manifests -b rdk-dev-1904 -m rdkv-extsrc.xml

for ASP:

$ repo init -u https://code.rdkcentral.com/r/manifests -b rdk-dev-1904 -m rdkv-asp-extsrc.xml

$ repo sync -j4 --no-clone-bundle

#To build rdk-next follow the below build procedure

...