Versions Compared

Key

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

This is the summary page that describes CMF morty and dunfell quarterly releases rdkv-2022q12022q2 (morty) and rdkv-2021q12021q2-dunfell (dunfell) for the opensource IP Client STB profile based on RPi platform.

This release is based on the branch rdk-next and yocto project versions morty (rdkv-2022q12022q2) and dunfell (rdkv-2022q12022q2-dunfell).

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

...

mkdir <workspace dir>
cd <workspace dir>
 
# <release manifest branch> is rdkv-2022q2 for morty and rdkv-2021q22022q2-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

...