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

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

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

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

Baseline

Baselinenightly/20231002-dunfell
Post Baseline Updates

Support later versions of git:

https://code.rdkcentral.com/r/c/rdk/components/opensource/oe/openembedded-core/+/97337


Fix ipv6calc fetch issue:

https://code.rdkcentral.com/r/c/rdk/components/generic/rdk-oe/meta-rdk-ext/+/97333

Manifest Branchrdkv-2023q3-dunfell

Highlights

Components updated since rdkv-2023q2-dunfell

aampiarm_event_sendermfr_datardklogctrlxr-timestamp
aampmetricsiarm_query_powerstatemfr_utilsrdkmediaplayerxr-voice-sdk
appmanageriarm_set_powerstatemocahalrdkssaxraudio
audiocapturemgriarmbusnetmonitorrdkv/tools/tdkvxraudio-adpcm
audioserveriarmmgrsnetsrvmgrrdkversionxraudio-hal_ctrlm
blercudaemoninjectedbundleOMIrdkx_loggerxraudio-opus
bluetoothjstpower-state-monitorrdmxraudio-utils
bluetooth_leAppMgrkey_simulatorRDK_appsrfcxrpSMEngine
bluetooth_mgrledmgrrdk_loggerservicemanagerxupnp
breakpad_wrapperlibunprivrdk/components/opensource/gstreamer-direct-platformsi_cache_parser
cobaltlibusbctrlrdk/components/opensource/oe/meta-qt5sys_resource
cobalt-launcherlxc-container-generatorrdk/components/opensource/oe/meta-rtlwifisys_utils
controlmedia_utilsrdk/components/opensource/sysintsyslog_helper
cpuprocanalyzermediaframeworkrdk/components/opensource/tvsettingstarget
crashlogmeta-cmfrdk/components/opensource/tvsettings/stubstelemetry
crashuploadmeta-cmf-raspberrypirdk/devices/opensource/raspberrypi/sysinttenableHDCP
dac-secmeta-cmf-raspberrypi-restrictedrdk/devices/raspberrypi/devicesettingstools/tdk-advanced
dcameta-cmf-restrictedrdk/devices/raspberrypi/webpa-clienttr69hostif
dcmmeta-cmf-videordk/devices/raspberrypi/wifitrm
devicesettingsmeta-cmf-video-referencerdk/tools/tdkttsengine
diagnosticsmeta-cmf-video-reference-nextrdkappsWebconfigFramework
dtcpmeta-cmf-video-restrictedrdkatwesteros
fogmeta-rdkrdkbrowserwifi
gst_svp_extmeta-rdk-bsp-emulatorrdkbrowser2xr_atomic
gst-plugins-rdkmeta-rdk-cobaltrdkcentral/RDKShellxr_mq
gst-plugins-rdk-aampmeta-rdk-extrdkcentral/rialtoxr-fdc
hdmicecmeta-rdk-restrictedrdkcentral/rialto-gstreamerxr-speech-avs-sdk
hostmeta-rdk-videordkcentral/rialto-ocdmxr-speech-router
hostdataconvertermeta-rdk-voicerdkcentral/tr69-datamodelxr-speech-vrex
hwselftestmeta-rdk-voice-sdkrdkcentral/xdialserverxr-timer

Community contributions


Getting the code

Note: The rdkcmf/manifests repository is opensource and can be used to build the IP Client RPi Profile.

Building for RaspberryPi 3B IP Client

mkdir <workspace dir>
cd <workspace dir>
 
# <release manifest branch> is rdkv-2023q3-dunfell for dunfell
repo init -u https://code.rdkcentral.com/r/rdkcmf/manifests -m rdkv-extsrc.xml -b <release manifest branch>
repo sync --no-clone-bundle  
 
MACHINE=raspberrypi-rdk-ipmc source meta-cmf-raspberrypi/setup-environment
 
bitbake rdk-generic-ipclient-image

Note. The kernel Image and root filesystem will be created under the ./tmp/deploy/images/raspberrypi-rdk-ipmc folder


  • No labels