Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents

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
xr-timestamp

cobalt-launcherlxc-container-generatorrdk/components/opensource/oe/meta-rtlwifisys_utils
xr-voice-sdk

controlmedia_utilsrdk/components/opensource/sysintsyslog_helper
xraudio

cpuprocanalyzermediaframeworkrdk/components/opensource/tvsettingstarget
xraudio-adpcm

crashlogmeta-cmfrdk/components/opensource/tvsettings/stubstelemetry
xraudio-hal_ctrlm

crashuploadmeta-cmf-raspberrypirdk/devices/opensource/raspberrypi/sysinttenableHDCP
xraudio-opus

dac-secmeta-cmf-raspberrypi-restrictedrdk/devices/raspberrypi/devicesettingstools/tdk-advanced
xraudio-utils

dcameta-cmf-restrictedrdk/devices/raspberrypi/webpa-clienttr69hostif
xrpSMEngine

dcmmeta-cmf-videordk/devices/raspberrypi/wifitrm
xupnp

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

...