Versions Compared

Key

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

Table of Contents

RDK Components Overview

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

...

Page Tree
rootRDK-V Components

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).

Useful Link