This is the summary page that describes the CMF RDK-B iteration 2.1-20160523. Iterations are CMF snapshots of RDK development code.

Baseline

 

BaselineCMF-201605232016-05-23 baseline.
Post-baseline updates  
TDKN/A 
Manifestrdkb-2.1-20160523 

Highlights since 2.1-20160510

  • New components:
    • tools/tdkb
  • Components updated:
    • CcspCommonLibrary, CcspLMLite, CcspPandM, CcspSnmpPa, CcspTr069Pa, CcspWecbController, CcspWifiAgent, TestAndDiagnostic, Utopia, webui, rdkbemu_xb3.
  • Patches updated: None.
  • Community contributions (CODEMGMT-171): None.

Getting the code

$ mkdir rdkb
$ cd rdkb
$ repo init -u https://code.rdkcentral.com/r/manifests -m rdkb.xml -b rdkb-2.1-20160523
$ repo sync -j4 --no-clone-bundle
  • The -m rdkb.xml in the build sequence above is important. If this is not specified, you will get an RDK-V tree by default.
  • The -b rdkb-2.1-20160523 in the build sequence above specifies the branch to use. If you omit the -b rdkb-2.1-20160523 entirely, you will get the master (HEAD) of each component. Currently, they are the same, but that will change with time.
  • At any time, the community can build latest master by dropping the -b rdkb-2.1-20160523 option in the repo init command. However, unlike RDK-V, we are going to be batch updating RDK-B on a 2-weekly cycle for the moment.
  • We have verified that this iteration boots to a login prompt and that you can log in, and that you can connect with a web browser to the web admin page, but that is the extent of the testing at this time.

Building the code

$ source meta-cmf-rdkb-bsp-emulator/setup-environment (select qemux86broadband)
$ bitbake rdk-generic-broadband-image

Known Issues

  • TDK is not yet fully available for RDK-B.
  • RDKCMF-3551 XB3 reference platform build issue.