Initialization

$ 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

$ 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

$ source meta-cmf-raspberrypi/setup-environment

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

Building

$ bitbake rdk-generic-camera-image
  • No labels