Versions Compared

Key

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

...

A detailed changelog since the last release rdkc-2022q1-dunfell can be found here.

Getting the code

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


Code Block
languagebash
themeDJango
mkdir <workspace dir>

cd <workspace dir>

repo init -u https://code.rdkcentral.com/r/rdkcmf/manifests -m rdkc-extsrc.xml -b rdkc-2022q2-dunfell   
repo sync -j `nproc` --no-clone-bundle --no-tags

...

Code Block
languagebash
themeDJango
mkdir <workspace dir>

cd <workspace dir>

repo init -u https://code.rdkcentral.com/r/rdkcmf/manifests -m rdkc-extsrc.xml -b rdkc-2022q2-dunfell   
repo sync -j `nproc` --no-clone-bundle --no-tags  

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

bitbake rdk-generic-camera-image

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

...

Code Block
languagebash
themeDJango
mkdir <workspace dir>

cd <workspace dir>

repo init -u https://code.rdkcentral.com/r/rdkcmf/manifests -m rdkc-extsrc.xml -b rdkc-2022q2-dunfell   
repo sync -j `nproc` --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

...