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.

...

Baseline Branchnightly/20230705-dunfell
Post-baseline updateshot fixes
TDKM114
Manifest branch

rdkb-2023q2-dunfell

Post Baseline Updates

87911REFPLTB-2555 : [TDK][AUTO][RPI4]LAN Client is not getting IP from RPI4 upgraded with 23Q2 Build
88483TDKB-2619 : tdk-b.bb file changes acc to Onewifi changes
88484TDKB-2619 : TDKB Apply Setting stub enhancement
88849REFPLTB-2606 : Observed rdk-wifi-libhostap fetch errros
89502RDKBDEV-942 RdkGponManager: Modify as per new WAN Manager Design
89499RDKBDEV-942 RdkGponManager: Modify as per new WAN Manager Design
89500RDKBDEV-942 RdkGponManager: Modify as per new WAN Manager Design
89495RDKB-49139:Observing 500 Internal Server Error in UI.
89498RDKBDEV-942 RdkGponManager: Modify as per new WAN Manager Design
89501RDKB-48048: Unify Wan Manager VIFSM - Sky
89496REFPLTB-2437 : rdkgponmanager do_configure failed in kirkstone
89497REFPLTB-2542 : Wan and GPON Manager Imports failing to get IP on turris and RPI
meta-turris/pull/547REFPLTB-2629 : Turris GW: NAT is not working with Q2 build

Gerrit changes to rdkb-2023q2-dunfell can be tracked using query: 

Highlights

Components updated since rdkb-2023q1-dunfell -dunfell

RdkInterDeviceManagerRdkPlatformManagerRdkPppManagerRdkTelcoVoiceManagerRdkVlanBridgingManagerRdkWanManagerRdkXdslManagerTestAndDiagnosticUtopiardk_loggerrdk/devices/raspberrypi/webpa-clientrdkb/components/generic/harvesterrdkb/devices/raspberrypi/halstartParodusOneWifidevicesraspberrypisysint
meta-rdk-bsp-emulatorCcspAdvSecurityRdkVlanBridgingManager
OMICcspCMAgentRdkWanManager
OvsAgentCcspCommonLibraryRdkXdslManager
WebconfigFrameworkCcspDmCliTestAndDiagnostic
breakpad_wrapperCcspEthAgentUtopia
crashuploadCcspHomeSecurityXconf
dcaCcspLMLitehal
dcmCcspMiscrdk-wifi-hal
jstCcspMtaAgenthalinterface
libSyscallWrapperCcspPandMhotspot
libunprivCcspPsmsysint
lxc-container-generatorCcspSnmpPaXconfwebui
meta-cmfCcspTr069Pahal
rdmCcspWifiAgentrdk-wifi-hal
rfcCoreNetLibhalinterface
telemetryDhcpManagerhotspot
xupnpGwProvAppsysint
webui-bwg
meta-cmf-broadbandCcspWifiAgentrdkb/devices/raspberrypi/hal
meta-cmf-meshCoreNetLibrdkb/devices/raspberrypi/sysint
meta-cmf-raspberrypiDhcpManagerrdkb/devices/raspberrypi/tdkb
meta-rdkGwProvApprdkb/tools/tdkb
meta-rdk-broadbandGwProvApp-EthWanwebuirdkcentral/DSM
meta-rdk-extGwProvApp-ePONrdkcentral/meta-turris
rdk_loggerMeshAgentrdkcentral/rdkb-turris-hal
rdmOneWifi
rfcPowerManager
telemetryRdkCellularManager
xupnpRdkGponManager
rdk/tools/tdkRdkInterDeviceManager
rdkb/components/generic/harvesterRdkPlatformManagerwebui-bwgrdkb/components/generic/notify_compMeshAgent
rdkb/components/generic/notify_compRdkPppManager
rdkb/components/generic/CcspAdvSecurityPowerManagerCcspCMAgentRdkCellularManagerstartParodusRdkTelcoVoiceManager

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

...