Versions Compared

Key

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

...

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


Baseline


Baselinenightly/2019082620190826 baseline.
Post-baseline updates

TDKM66https://wiki.rdkcentral.com/display/TDK/TDK-B+Release+M66
Manifestrdkb-20190826

Highlights

  • Components updated:

    • meta-rdk-bsp-emulator, meta-cmf, meta-cmf-broadband, meta-cmf-raspberrypi, meta-rdk, meta-rdk-broadband, meta-rdk-ext, crashupload, rdk_logger, rdm, rfc, rdkb/components/generic/CcspLogAgent, rdkb/components/generic/notify_comp, CcspCommonLibrary, CcspEthAgent, CcspLMLite, CcspMoCA, CcspPandM, CcspTr069Pa, CcspWifiAgent, GwProvApp, GwProvApp-EthWan, MeshAgent, TestAndDiagnostic, Utopia, Xconf, hal, hotspot, sysint, webui, rdkb/devices/raspberrypi/hal, rdkb/devices/raspberrypi/sysint, 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:


...

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

...