Versions Compared

Key

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

...

A detailed changelog since the last iteration rdkb-20200807 can be found here.


Baseline


Baselinenightly/2020103120201031 baseline.
Post-baseline updates
  


TDKM81https://wiki.rdkcentral.com/display/TDK/TDK-B+Release+M81
Manifestrdkb-20201031
 


Highlights

  • Opensourced components:

    Components updated:


    • gdbus-client, rbus, rbuscore, breakpad_wrapper, crashupload, dca, dcm, libSyscallWrapper, lxc-container-generator, lxccpid, rdk_logger, rdm, rfc, xupnp, rdk/devices/raspberrypi/webpa-client, rdkb/components/generic/CcspLogAgent, rdkb/components/generic/harvester, rdkb/components/generic/mtu_modifier, rdkb/components/generic/notify_comp, rdkb/components/generic/sso, rdkb/components/generic/startParodus, CcspCMAgent, CcspCommonLibrary, CcspCr, CcspDmCli, CcspEthAgent, CcspLMLite, CcspMisc, CcspMoCA, CcspMtaAgent, CcspPandM, CcspPsm, CcspSnmpPa, CcspTr069Pa, CcspWifiAgent, CcspXDNS, GwProvApp, GwProvApp-EthWan, MeshAgent, PowerManager, TestAndDiagnostic, Utopia, Xconf, halinterface, hotspot, sysint, webui, webui-bwg, rdkb/devices/ci20/hal, rdkb/devices/emulator/hal, rdkb/devices/intel-x86-pc/emulator/sysint, 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


  • 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:



...

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

...