Versions Compared

Key

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

...

For Host setup details refer this link - : How to Build - Setting up the Host Environment

Repo Setup

In order to use Yocto build system, the repo tool must be properly installed on the machine.

...

In order to enable EasyMesh Controller for the build "easymesh-controller" distro feature must be added. The following line must be added to a configuration file (could be meta-cmf-raspberrypi/conf/distro/include/rdk-rpi.inc or meta-cmf-raspberrypi/conf/machine/raspberrypi-rdk-broadband.conf must be modified and the following line must be addedetc):

Code Block
languagetext
DISTRO_FEATURES_append = " easymesh-controller "

...