Versions Compared

Key

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

This section describes how to make changes and build any particular component in RDK stack. 

List Yocto Components

To list the Yocto components, use:

bitbake-layers show-recipes
 
bitbake -s

...

Apply Changes and Build Components


1) Add the below line to the recipe of the component you need to modify.

...