Versions Compared

Key

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

...

Code Block
languagebash
$ cd meta-rdk-camera
$ git fetch https://code.rdkcentral.com/r/components/generic/rdk-oe/meta-rdk-camera refs/changes/1971/6171962871/1 && git cherry-pick FETCH_HEAD

$ cd meta-cmf-camera
$ git fetch https://code.rdkcentral.com/r/components/generic/rdk-oe/meta-cmf-camera refs/changes/2072/6172062872/1 && git cherry-pick FETCH_HEAD

...

Code Block
languagebash
$ vi conf/local.conf

RMS_STREAM_WITH_PIPEWIRE = "1"
CVR_WITH_PIPEWIRE = "1"

Building

...

This is the temporary steps,once the changes get merged in rdk-next then we will remove this cherry pick details

Code Block
languagebash
$ cd cd tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/rmscvr/git-r0/git/

$ git fetch https://code.rdkcentral.com/r/rdkc/components/opensource/rmscvr refs/changes/2173/6172162873/1 && git cherry-pick FETCH_HEAD

...