You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »


This is the summary page that describes the CMF quarterly release rdkv-2023q2-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 rdkv-2023q1-dunfell can be found here.

Baseline

Baselinenightly/20230613-dunfell
Manifest Branchrdkv-2023q2-dunfell

Highlights

Components updated since rdkv-2023q1-dunfell

aampiarm_event_sendermeta-dvbrdk/devices/opensource/raspberrypi/sysintxr-speech-router
aampabriarmbusmeta-rdkrdk/devices/raspberrypi/devicesettingsxr-speech-vrex
aampmetricsiarmmgrsmeta-rdk-bsp-emulatorrdk/devices/raspberrypi/iarmmgrsxraudio
audioserveriarmmgrs-hal-samplemeta-rdk-cobaltrdk/tools/tdkxraudio-hal_ctrlm
blercudaemoninjectedbundlemeta-rdk-extrdkmediaplayerxrpSMEngine
bluetoothjstmeta-rdk-restrictedrdkv/tools/tdkvxupnp
bluetooth_mgrkey_simulatormeta-rdk-videordkx_logger
breakpad_wrapperledmgrmeta-rdk-voicerdm
closedcaptionlibSyscallWrappermeta-rdk-voice-sdkrfc
cobaltlxc-container-generatormfr_utilsservicemanager
controlmediaframeworknetmonitorsi_cache_parser
cpuprocanalyzermeta-cmfnetsrvmgrtelemetry
crashuploadmeta-cmf-qt5power-state-monitortools/tdk-advanced
dcameta-cmf-raspberrypiRDK_appstr69hostif
dcmmeta-cmf-raspberrypi-restrictedrdk_loggertrm
devicesettingsmeta-cmf-restrictedrdk/components/opensource/gstreamer-direct-platformttsengine
fogmeta-cmf-videordk/components/opensource/oe/meta-qt5WebconfigFramework
gst-plugins-rdk-aampmeta-cmf-video-referencerdk/components/opensource/sysintwesteros
hdmicecmeta-cmf-video-reference-nextrdk/components/opensource/tvsettingswifi
hwselftestmeta-cmf-video-restrictedrdk/devices/intel-x86-pc/emulator/iarmmgrsxr-speech-avs-sdk

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 IP Client

mkdir <workspace dir>
cd <workspace dir>
 
# <release manifest branch> is rdkv-2023q2-dunfell for dunfell
repo init -u https://code.rdkcentral.com/r/rdkcmf/manifests -m rdkv-extsrc.xml -b <release manifest branch>
repo sync -j4 --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