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

Note: The master branch has been deprecated in select community repositories and rdk-next is now the lead development branch.

Note: The latest rdkb quarterly release addresses licensing issues so users are advised to move to the latest iteration.

Note: For the Gerrit links, you need to log in before you will be able to see the contents.

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

Baseline

Baseline Branchnightly/20211207-dunfell
Post-baseline updatesNA
TDKM95
Manifest branchrdkb-2021q4-dunfell

Highlights

Components updated since rdkb-2021q3-dunfell

CcspAdvSecurityGwProvApprdkb/components/generic/startParodus
CcspCMAgentGwProvApp-EthWanrdkb/devices/raspberrypi/hal
CcspCommonLibraryhalRdkGponManager
CcspCrhalinterfaceRdkPlatformManager
CcspDmClihotspotRdkPppManager
CcspEPONAgentlibSyscallWrapperRdkTelcoVoiceManager
CcspEthAgentlibunprivRdkVlanBridgingManager
CcspHomeSecuritylxc-container-generatorRdkWanManager
CcspLMLiteMeshAgentRdkXdslManager
CcspMiscOvsAgentrdm
CcspMoCAPowerManagerrfc
CcspMtaAgentrbussysint
CcspPandMrbuscoretelemetry
CcspPsmrdk_loggerTestAndDiagnostic
CcspSnmpPardk/components/opensource/ipoe_health_checkUtopia
CcspTr069Pardk/components/opensource/rtmessageWebconfigFramework
CcspWifiAgentrdk/devices/raspberrypi/webpa-clientwebui
CcspXDNSrdkb/components/generic/CcspLogAgentwebui-bwg
crashuploadrdkb/components/generic/harvesterXconf
dcardkb/components/generic/json-rpcxupnp
dcmrdkb/components/generic/notify_comp

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

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

Getting the code

Note:


mkdir <workspace dir>
cd <workspace dir>

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

Building the code

Building for RaspberryPi 3


mkdir <workspace dir> 
cd <workspace dir>

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


Building for RaspberryPi 4B 32 Bit


mkdir <workspace dir> 
cd <workspace dir>

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

Building for Turris GW

mkdir <workspace dir> 
cd <workspace dir>

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


Building for Turris Extender

mkdir <workspace dir> 
cd <workspace dir>

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

MACHINE=turris-extender source meta-turris/setup-environment  

bitbake rdk-generic-extender-image

Building for RPI4 Extender

mkdir <workspace dir> 
cd <workspace dir>

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

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

bitbake rdk-generic-extender-image

Documentation 

Documentation on the RDK-B reference platforms including host requirement setup and flashing instructions are available from the following links:

RDK Reference Platforms

RDK-B (RaspberryPi)

RDK-B R-Pi Yocto 3.1 - Dunfell

RDK-B Turris

For all other RDK documentation please refer to the RDK wiki at https://wiki.rdkcentral.com/ 

Testing

Sanity Testing

RPI Sanity tests include:

Turris Sanity test include:

TDK Testing