Versions Compared

Key

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

...

A detailed changelog since the last release rdkb-2020q3 can be found here.


Baseline

Baselinenightly/2020112120201121 baseline.
Post-baseline updates

TDKM82https://wiki.rdkcentral.com/display/TDK/TDK-B+Release+M82
Manifestrdkb-2020q4

Highlights

  • Opensourced components:

    Components updated:

    • gdbus-client, rbus, rbuscore, breakpad_wrapper, crashupload, dca, dcm, libunpriv, lxc-container-generator, lxccpid, rdk_logger, rdm, rfc, telemetry, xupnp, rdk/devices/raspberrypi/webpa-client, rdkb/components/generic/CcspLogAgent, rdkb/components/generic/harvester, rdkb/components/generic/notify_comp, rdkb/components/generic/sso, rdkb/components/generic/startParodus, CcspCommonLibrary, CcspCr, CcspDmCli, CcspEthAgent, CcspLMLite, CcspMisc, CcspMoCA, CcspMtaAgent, CcspPandM, CcspPsm, CcspSnmpPa, CcspTr069Pa, CcspWifiAgent, 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:


...

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-2020q4

...

$

...

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-2020q4 in the build sequence above specifies the branch to use.
  • If you omit the -b rdkb-2020q4 entirely, you will get the HEAD of each component which may be the latest Master.

...

  1. Start VirtualBox.
  2. Click New -> Enter name -> Select type Linux -> Select version Other Linux (32 bit) -> Click Next
  3. Select Memory size - 512MB -> Click Next
  4. Select option Use an existing virtual hard drive -> Select the built image above -> Click Create
  5. Once the VM has been created, select the new image and click Settings -> Network -> Select Attached to: 'Bridged Adapter' -> Click Ok
  6. Click Start. This will bring up the emulator with the initial splash screen

Building for RaspberryPi

...

$

...

mkdir

...

<workspace

...

dir>

...

$

...

cd

...

<workspace

...

dir>

...

$

...

repo

...

init

...

-u

...

https://code.rdkcentral.com/r/manifests

...

-m

...

rdkb.xml

...

-b

...

rdkb-2020q4

...

$

...

repo

...

sync

...

-j4

...

--no-clone-bundle

...

$

...

source

...

meta-cmf-raspberrypi/setup-environment

...

Select option raspberrypi-rdk-broadband.conf

...