Versions Compared

Key

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

...

Code Block
languagebash
titleLibcamera fixes
$ cd meta-cmf-raspberrypi
$ git fetch https://code.rdkcentral.com/r/components/generic/rdk-oe/meta-cmf-raspberrypi refs/changes/29/51529/2 && git cherry-pick FETCH_HEAD


Code Block
languagebash
titleLibcamera fixes
$ cd meta-cmf-raspberrypi
$ git fetch https://code.rdkcentral.com/r/components/generic/rdk-oe/meta-cmf-raspberrypi refs/changes/29/51529/2 && git cherry-pick FETCH_HEAD

Note: The above bug fixes changes are temporary given as instructions. This is not required once the change is get merged into the appropriate repo

...

Code Block
languagebash
titleLibcamera fixes
$ cd tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/mediastreamer/git-r0/git
$ git fetch https://code.rdkcentral.com/r/rdkc/devices/raspberrypi/mediastreamer refs/changes/83/52183/2 && git cherry-pick FETCH_HEAD

$ cd build-raspberrypi3-rdk-camera/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/cvr/git-r0/git
$ git fetch https://code.rdkcentral.com/r/rdkc/components/opensource/cvr refs/changes/12/51612/2 && git cherry-pick FETCH_HEAD

...