Versions Compared

Key

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

...

           This page describes the list of build errors while integrating the RdkWanManager component in yocto build environment 

...

Please refer the below link for dunfell build steps for host environment set-up for yocto build ,

RPI 3B/3B+ Model Reference Platform

Yocto Build Steps

To build, follow below instructions

Code Block
languagebash
themeDJango
titleRepo Steps
$ mkdir <workspace dir>
$ cd <workspace dir>
$ repo init -u https://code.rdkcentral.com/r/manifests -b dunfell -m rdkb-extsrc.xml
$ repo sync -j`nproc` --no-clone-bundle


Errors and Challenges in yocto

...