Versions Compared

Key

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

...

  • The -m <manifest.xml> in the sequence above is important. If this is not specified, you will get an RDK-V tree by default.
    • For RPI builds use manifest: rdkb.xml

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

...