Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Automatic update.

...

This is the summary page that describes CMF iteration quarterly release rdkb-2019Q32019q3, based on the new branch rdk-next. Below are links to the relevant documents.

Note: The master branch has been deprecated in select community repositories and rdk-next is now the lead development branch.

Note: The latest rdkb iteration quarterly release 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_2019Q2 can be found here.


Baseline

Baselinenightly/2019082920190829 baseline.
Post-baseline updates  
TDKM67https://wiki.rdkcentral.com/display/TDK/TDK-B+Release+M67
Manifestrdkb-2019Q32019q3 

Highlights

  • Opensourced components:

    • rdkb/components/generic/harvester, rdkb/components/generic/notify_comp, rdkb/components/generic/startParodus

  • Components updated:

    • meta-cmf-bsp-emulator, meta-rdk-bsp-emulator, meta-cmf, meta-cmf-broadband, meta-cmf-raspberrypi, meta-rdk, meta-rdk-broadband, meta-rdk-ext, devices/intel-x86-pc/rdkemulator/tdk, devices/raspberrypi/tdkb, crashupload, dca, rdk_logger, rdm, rfc, xupnp, rdkb/components/generic/CcspLogAgent, CcspCMAgent, CcspCommonLibrary, CcspDmCli, CcspEPONAgent, CcspEthAgent, CcspLMLite, CcspMoCA, CcspMtaAgent, CcspPandM, CcspSnmpPa, CcspTr069Pa, CcspWifiAgent, GwProvApp, GwProvApp-EthWan, GwProvApp-ePON, MeshAgent, TestAndDiagnostic, Utopia, Xconf, hal, halinterface, hotspot, sysint, webui, rdkb/devices/intel-x86-pc/emulator/tdkb, rdkb/devices/raspberrypi/hal, rdkb/devices/raspberrypi/sysint, rdkb/devices/rdkbemu/ccsp/rdkb, rdkb/devices/rdkbemu/rdkbemu_xb3, tools/tdk, tools/tdk-advanced, tools/tdkb

  • 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 <workspace dir>
$ cd <workspace dir>
$ repo init -u https://code.rdkcentral.com/r/manifests -m rdkb.xml -b rdkb-2019Q32019q3
$ 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-2019Q3 2019q3 in the build sequence above specifies the branch to use.
  • If you omit the -b rdkb-2019Q3 2019q3 entirely, you will get the HEAD of each component which may be the latest Master.

...

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

...

Known issues are detailed here.