Versions Compared

Key

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

...

Copyright 2016 RDK Management, LLC. All rights reserved. The contents of this document are RDK Management, LLC Proprietary and Confidential and may not be distributed or otherwise disclosed without prior written permission of RDK Management, LLC.

Host Setup

Refer the below link for Host Setup details.

Host setup

Initilaizing the Build Environment

#To build rdk-next image 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-next -m rdkv-nosrc.xml

for ASP:

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

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

To build image with default compositor

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

$ bitbake rdk-generic-mediaclient-wpe-image

for TDK-image

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

To build image with westeros compositor

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

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

for TDK-image

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


Build Instruction

Follow the below link for RDK Mediaclient image using Yocto build framework for RaspberryPi platform

RDK-V (Raspberry Pi) Yocto Build Instructions - MortyNote: The Kernel image and root filesystem will be created under ./ build-raspberrypi-rdkmc/tmp/deploy/images/raspberrypi-rdk-mc folder