Build Instructions

Host Setup for Morty Build

How to Build#SettinguptheHostEnvironment

Build Workspace Setup

repo init -u https://code.rdkcentral.com/r/manifests -b rdk-next -m rdkv-nosrc.xml
repo sync -j `nproc` --no-clone-bundle --no-tags


# enabling RDK services for emulator
(cd meta-rdk-bsp-emulator; git fetch "https://code.rdkcentral.com/r/components/asp/rdk-oe/meta-rdk-bsp-emulator" refs/changes/62/47062/8 && git cherry-pick FETCH_HEAD)

Note: The above bug fixes changes are temporary given as instructions. This is not required once the change is get merged into the appropriate repo

Image build



MACHINE=qemux86mc-morty source meta-cmf-bsp-emulator/setup-environment
bitbake rdk-generic-mediaclient-wpe-image




MACHINE=qemux86hyb-morty source meta-cmf-bsp-emulator/setup-environment
bitbake rdk-generic-hybrid-wpe-image



JIRA Issues