$ 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 |
$ 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
$ source meta-cmf-raspberrypi/setup-environment $ meta-cmf-raspberrypi/conf/machine/raspberrypi3-rdk-camera.conf ( Choose 14 ) |
$ bitbake rdk-generic-camera-image |