This is the summary page that describes CMF quarterly release rdkc-2023q3-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 rdkc 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.

Baseline

Baselinenightly/20230918-dunfell
Post-baseline updates
TDKM117
Manifest Branchrdkc-2023q3-dunfell


Highlights

Components updated since rdkc-2023q2-dunfell

meta-rdk-bsp-emulatorrdk/components/opensource/oe/meta-qt5
meta-cmf-camerardk/components/opensource/oe/meta-rtlwifi
meta-cmf-videordk/components/opensource/sysint
meta-rdk-camerardk/devices/opensource/raspberrypi/sysint
iarmbusrdk/devices/raspberrypi/devicesettings
libunprivrdk/tools/tdk
meta-cmfrdkc/components/opensource/configMgr
meta-cmf-raspberrypirdkc/components/opensource/cvr
meta-rdkrdkc/components/opensource/httpClients
meta-rdk-extrdkc/components/opensource/ledmgr
meta-rdk-videordkc/components/opensource/plugins
rdk_loggerrdkc/components/opensource/rms
telemetryrdkc/components/opensource/thumbnail

Community contributions

A detailed changelog since the last release rdkc-2023q2-dunfell can be found here.

Getting the code

Note: The manifests repository is only available to RDK licensees.

mkdir <workspace dir>
cd <workspace dir>

repo init -u https://code.rdkcentral.com/r/rdkcmf/manifests/ -m rdkc-extsrc.xml -b rdkc-2023q3-dunfell   
repo sync --no-clone-bundle --no-tags
  • The -m rdkc-extsrc.xml in the sequence above is important. If this is not specified, you will get an RDK-V tree by default.
  • There is also a nosrc manifest rdkc-nosrc.xml which can be used instead of extsrc
  • The -b rdkc-2023q3-dunfell in the build sequence above specifies the branch to use.
  • If you omit the -b rdkc-2023q3-dunfell entirely, you will get the HEAD of each component

Building for RaspberryPi3

mkdir <workspace dir>
cd <workspace dir>

repo init -u https://code.rdkcentral.com/r/rdkcmf/manifests/ -m rdkc-extsrc.xml -b rdkc-2023q3-dunfell   
repo sync --no-clone-bundle --no-tags  

MACHINE=raspberrypi3-rdk-camera source meta-cmf-raspberrypi/setup-environment

bitbake rdk-generic-camera-image

# To build TDK image
$ bitbake rdk-generic-camera-tdk-image

Documentation 

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

RDK Reference Platforms

RDK-C Raspberry Pi

Testing

Sanity Testing

Sanity tests include:

  • Flashed the image and verify the initial boot

  • Rebooting the RPI multiple times without doing any operation

  • SSH connectivity
  • WiFi Connection
  • Camera Detection
  • RMS Playback through RTSP
  • WebRtc Streaming 
Test NoTested casesStatus
1Device Bootup
2SSH
3Camera Detection
4RMS playback
5WebRtc Streaming

TDK Testing

  • TDK component tests were run against the release.
  • TDK Test Lists were based on TDK M117 Release
  • Refer to the test release metrics page for detailed test results and comparison to previous releases (available for ASP members only)
  • No labels