Versions Compared

Key

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

...

Table of Contents

Baseline

Baseline Branchnightly/20210911-dunfell
Post-baseline updatesNA
TDKM92
Manifestrdkb-2021q3-dunfell

Highlights

Components updated


rbusCcspAdvSecurityRdkGponManager
rbuscoreCcspCMAgentTestAndDiagnostic
breakpad_wrapperCcspCommonLibraryUtopia
crashuploadCcspCrXconf
dcaCcspDmClihal
jstCcspEthAgenthalinterface
libSyscallWrapperCcspHomeSecurityhotspot
libunprivCcspLMLitesysint
lxc-container-generatorCcspMiscwebui
rdk_loggerCcspMoCAwebui-bwg
rdmCcspMtaAgentrdkb/devices/raspberrypi/hal
rfcCcspPandMrdkb/devices/raspberrypi/sysint
telemetryCcspPsmrdkb/devices/rdkbemu/ccsp/rdkb
xupnpCcspSnmpPa
rdk/components/opensource/rtmessageCcspTr069Pa
rdkb/components/generic/CcspLogAgentCcspWifiAgent
rdkb/components/generic/harvesterCcspXDNS
rdkb/components/generic/notify_compGwProvApp
rdkb/components/generic/startParodusGwProvApp-EthWan
MeshAgentGwProvApp-ePON

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.

...

  • The -m <manifest.xml> in the sequence above is important. If this is not specified, you will get an RDK-V tree by default.
    • For RPI builds use manifest: rdkb-extsrc.xml

      Code Block
      languagebash
      themeDJango
      repo init -u https://code.rdkcentral.com/r/rdkcmf/manifests -m rdkb-extsrc.xml -b rdkb-2021q3-dunfell
    • For Turris  builds use manifest: rdkb-turris-extsrc.xml

      Code Block
      languagebash
      themeDJango
      repo init -u https://code.rdkcentral.com/r/rdkcmf/manifests -m rdkb-turris-extsrc.xml -b rdkb-2021q3-dunfell
  • The -b rdkb-2021q3-dunfell in the build sequence above specifies the branch to use.
  • If you omit the -b rdkb-2021q3-dunfell entirely, you will get the HEAD of each component

...

Code Block
languagebash
themeDJango
mkdir <workspace dir> 

cd <workspace dir>

repo init -u https://code.rdkcentral.com/r/rdkcmf/manifests -m rdkb-extsrc.xml -b rdkb-2021q3-dunfell

repo sync -j4 --no-clone-bundle

source meta-cmf-raspberrypi/setup-environment

# Select option raspberrypi-rdk-broadband.conf

bitbake rdk-generic-broadband-image

# To build TDK image

bitbake rdk-generic-broadband-tdk-image

...