Versions Compared

Key

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

...

Table of Contents

Baseline

Baseline Branchnightly/20220614-dunfell
Post-baseline updatesNA
TDKM101
Manifest branchrdkb-2022q1-dunfell

Highlights

Components updated since rdkb-2022q1-dunfell

busrdkb/components/generic/harvesterCcspWifiAgentwebui-bwg
rbuscorerdkb/components/generic/json-rpcCcspXDNSrdkb/devices/raspberrypi/hal
OvsAgentrdkb/components/generic/notify_compGwProvApp
WebconfigFrameworkrdkb/components/generic/startParodusGwProvApp-EthWan
breakpad_wrapperCcspAdvSecurityMeshAgent
crashuploadCcspCMAgentRdkGponManager
dcaCcspCommonLibraryRdkPlatformManager
jstCcspCrRdkPppManager
libSyscallWrapperCcspDmCliRdkTelcoVoiceManager
libunprivCcspEPONAgentRdkWanManager
lxc-container-generatorCcspEthAgentRdkXdslManager
rdk_loggerCcspLMLiteTestAndDiagnostic
rdmCcspMiscUtopia
rfcCcspMoCAXconf
telemetryCcspMtaAgenthal
xupnpCcspPandMhalinterface
rdk/components/opensource/ipoe_health_checkCcspPsmhotspot
rdk/components/opensource/rtmessageCcspSnmpPasysint
rdkb/components/generic/CcspLogAgentCcspTr069Pawebui

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.xml

      Code Block
      languagebash
      themeDJango
      repo init -u https://code.rdkcentral.com/r/rdkcmf/manifests -m rdkb-extsrc.xml -b rdkb-2022q2-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-2022q2-dunfell
  • The -b rdkb-2022q2-dunfell in the build sequence above specifies the branch to use.
  • If you omit the -b rdkb-2022q2-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-2022q2-dunfell  
repo sync -j `nproc` --no-clone-bundle --no-tags 

MACHINE=raspberrypi-rdk-broadband source meta-cmf-raspberrypi/setup-environment

bitbake rdk-generic-broadband-image

# To build TDK image
bitbake rdk-generic-broadband-tdk-image

...

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-2022q2-dunfell  
repo sync -j `nproc` --no-clone-bundle --no-tags 

MACHINE=raspberrypi4-rdk-broadband source meta-cmf-raspberrypi/setup-environment

bitbake rdk-generic-broadband-image

# To build TDK image
bitbake rdk-generic-broadband-tdk-image

...

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-2022q2-dunfell  
repo sync -j `nproc` --no-clone-bundle --no-tags 

MACHINE=raspberrypi4-64-rdk-broadband source meta-cmf-raspberrypi/setup-environment

bitbake rdk-generic-broadband-image

# To build TDK image
bitbake rdk-generic-broadband-tdk-image

...