Versions Compared

Key

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

...

  • The -m <manifest.xml> in the sequence above is important.
    • For BPI builds use manifest: rdkb-bpi-extsrc.xml

      Code Block
      languagebash
      themeDJango
      repo init -u https://code.rdkcentral.com/r/rdkcmf/manifests -m rdkb-bpi-extsrc.xml -b rdk8-1.0.0
  • The -b rdk8-1.0.0 in the build sequence above specifies the branch to use.
  • If you omit the -b rdk8-1.0.0 entirely, you will get the HEAD of each component


...

Building the code

Host Setup

Please refer to the following page for instructions on setting up your host for building RDK-B

RDK8-1.0.0 Manifests

ProfileManifestManifest Branch
Banana PIrdkb-bpi-extsrc.xml
rdkb-bpi-nosrc.xml
rdk8-1.0.0

...