Versions Compared

Key

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

...

This is the summary page that describes the CMF iteration rdkb-2018052920180527. Below are links to the relevant documents for the release.

Note: The latest rdkb iteration addresses licensing issues so users are advised to move to the latest iteration.

Note: For the Gerrit links, you need to log in before you will be able to see the contents.

A detailed changelog since the last iteration RDK-B_20180426 can be found here.

Baseline

20180529
Baselinenightly/2018052720180527 baseline.
Post-baseline updates  
TDKM58https://wiki.rdkcentral.com/display/TDK/TDK-B+Release+M58
Manifestrdkb-
20180527 

Highlights since RDK-B_20180426

...

  • Opensourced components:



  • Components updated:


    • crashupload, rdk_logger, rdm, sys_resource, xupnp, CcspCMAgent, CcspCommonLibrary, CcspEPONAgent, CcspHomeSecurity, CcspLMLite, CcspMisc, CcspMoCA, CcspPandM, CcspSnmpPa, CcspTr069Pa, CcspWifiAgent, GwProvApp, TestAndDiagnostic, Utopia, Xconf, hal, halinterface, hotspot, sysint, webui, rdkb/devices/intel-x86-pc/emulator/tdkb, rdkb/devices/raspberrypi/hal, rdkb/devices/rdkbemu/ccsp/rdkb, rdkb/devices/rdkbemu/rdkbemu_xb3


  • Patches:


    • Separate patch files for the open-source OE layers are no longer maintained. Instead, mirrors of the OE layers used by RDK are maintained at CMF, containing rdk branches that contain the patches already applied. The RDK build scripts and recipes now all use these instead of the previous patches.


  • Community contributions:




Getting the code

Note: The manifests repository is only available to RDK licensees.

$ mkdir rdkb
$ cd rdkb
$ repo init -u https://code.rdkcentral.com/r/manifests -m rdkb.xml -b rdkb-2018052920180527
$ 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-20180529 20180527 in the build sequence above specifies the branch to use.
  • If you omit the -b rdkb-20180529 20180527 entirely, you will get the master (HEAD) of each component.
  • At any time, the community can build latest master by dropping the -b rdkb-20180529 20180527 option in the repo init command.

...

$ mkdir <workspace dir>
$ cd <workspace dir>
$ repo init -u https://code.rdkcentral.com/r/manifests -m rdkb.xml -b rdkb-2018052920180527-rpi
$ repo sync -j4 --no-clone-bundle
$ source meta-cmf-raspberrypi/setup-environment

...