Versions Compared

Key

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

Children Display

Table of Contents


Initialization

Code Block
languagebash
$ repo init -u "https://code.rdkcentral.com/r/manifests" -m rdkc-nosrc.xml -b yocto-dunfell-upgrade
								( or )
$ repo init -u "https://code.rdkcentral.com/r/manifests" -m rdkc-extsrc.xml -b yocto-dunfell-upgrade


Download/Sync

Code Block
languagebash
$ repo sync


To avoid the build issue need to cherry pick below change set in meta-rdk-ext layer

cd met-rdk-ext

$ git fetch "https://code.rdkcentral.com/r/components/generic/rdk-oe/meta-rdk-ext" refs/changes/58/48058/1 && git cherry-pick FETCH_HEAD

Environment Setup/Choose

Code Block
languagebash
$ source meta-cmf-raspberrypi/setup-environment

$ meta-cmf-raspberrypi/conf/machine/raspberrypi3-rdk-camera.conf ( Choose 14 )


Building

Code Block
languagebash
$ bitbake rdk-generic-camera-image