Versions Compared

Key

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

his This is the summary page that describes the CMF quarterly release rdkb-2023q2-dunfell, based on the branch rdk-next and dunfell oe layers. Below are links to the relevant documents.

...

Components updated since rdkb-2023q1-dunfell

meta-rdk-bsp-emulator
telemetryCoreNetLib
CcspAdvSecurityRdkVlanBridgingManager
OMICcspCMAgentRdkWanManager
rdk-wifi-hal
OvsAgent
xupnp
CcspCommonLibrary
DhcpManager
RdkXdslManager
halinterface
WebconfigFramework
rdk/devices/raspberrypi/webpa-clientGwProvApp
CcspDmCliTestAndDiagnostic
hotspotcrashuploadrdkb/components/generic/harvesterGwProvApp-ePONwebuidcardkb/components/generic/notify_compMeshAgentwebui-bwgdcmrdkb/components/generic/startParodusOneWifirdkb/devices/raspberrypi/haljstCcspAdvSecurityPowerManagerrdkb/devices/raspberrypi/sysintlibSyscallWrapperCcspCMAgentRdkCellularManagerrdkb/devices/raspberrypi/tdkblibunprivCcspCommonLibraryRdkGponManagerrdkb/tools/tdkb
breakpad_wrapper
rdk/tools/tdkGwProvApp-EthWansysint
CcspEthAgentUtopia
crashuploadCcspHomeSecurityXconf
dcaCcspLMLitehal
dcmCcspMiscrdk-wifi-hal
jstCcspMtaAgenthalinterface
libSyscallWrapperCcspPandMhotspot
libunprivCcspPsmsysint
lxc-container-generator
CcspDmCli
CcspSnmpPa
RdkInterDeviceManager
webui
meta-cmf
CcspEthAgent
CcspTr069Pa
RdkPlatformManager
webui-bwg
meta-cmf-broadband
CcspHomeSecurity
CcspWifiAgentrdkb/devices/raspberrypi/hal
RdkPppManager
meta-cmf-mesh
CcspLMLite
CoreNetLibrdkb/devices/raspberrypi/sysint
RdkTelcoVoiceManager
meta-cmf-raspberrypi
CcspMisc
DhcpManagerrdkb/devices/raspberrypi/tdkb
RdkVlanBridgingManager
meta-rdk
CcspMtaAgent
GwProvApprdkb/tools/tdkb
RdkWanManager
meta-rdk-broadband
CcspPandM
GwProvApp-EthWanrdkcentral/DSM
RdkXdslManager
meta-rdk-ext
CcspPsm
GwProvApp-ePONrdkcentral/meta-turris
TestAndDiagnostic
rdk_logger
CcspSnmpPaUtopiardmCcspTr069PaXconf
MeshAgentrdkcentral/rdkb-turris-hal
rdmOneWifi
rfcPowerManager
telemetryRdkCellularManager
xupnpRdkGponManager
rdk/tools/tdkRdkInterDeviceManager
rdkb/components/generic/harvesterRdkPlatformManager
rdkb/components/generic/notify_compRdkPppManager
rdkb/components/generic/startParodusRdkTelcoVoiceManager
rfcCcspWifiAgenthal

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 manifests repository is only available to RDK licensees.
  • Opensource versions of the RDKB manifests are available from the rdkcmf/manifests repository rdkb-2023q2-dunfell branch 

...

Code Block
languagebash
themeDJango
mkdir <workspace dir>
cd <workspace dir>

repo init -u https://code.rdkcentral.com/r/rdkcmf/manifests -m <manifest.xml> -b rdkb-2023q2-dunfell  
repo sync -j `nproc` --no-clone-bundle --no-tags  

...

Code Block
languagebash
themeDJango
mkdir <workspace dir> 
cd <workspace dir>

repo init -u https://code.rdkcentral.com/r/rdkcmf/manifests -m rdkb.xml -b rdkb-2023q2-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

...

Code Block
languagebash
themeDJango
mkdir <workspace dir> 
cd <workspace dir>

repo init -u https://code.rdkcentral.com/r/rdkcmf/manifests -m rdkb-turris-extsrc.xml -b rdkb-2023q2-dunfell  
repo sync -j `nproc` --no-clone-bundle --no-tags 

MACHINE=turris source meta-turris/setup-environment

bitbake rdk-generic-broadband-image

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

...