Versions Compared

Key

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

Table of Contents
RDK

The Reference Design Kit (RDK) stack is broadly categorized into - 

  • Software/firmware coming from the RDK Developer community,
  • OEM’s and hardware dependant code from SoC vendors.

...

Over the years the generic RDK layer is growing which indicates more added features and more open-sourced components.

draw.io Diagram
diagramNameRDK-V_components.drawio
revision1


In RDK-V, we deal with different components which are categorized as below -

  • Opensource components
  • Licensed/CPC components
  • Generic components

In Yocto build system, most of the opensource components used, comes from openembedded-core and meta-openembedded layers. Whereas Generic and CPC components .are maintained in Git repo.

SourceCode for opensource components are downloaded from their respective opensource repository during build time. But for generic and cpc components, we have 2 options. Like opensource components, they can be downloaded from the Git repo during build time. Or we can reuse the already downloaded code (which was downloaded during repo sync).Image Removed

Page Tree
rootRDK-V Components


Useful Link