Versions Compared

Key

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

...

code
Code Block
languagebash
titleeSDK fixes
$ cd meta-rdk
git fetch "https://code.rdkcentral.com/r/components/generic/rdk-oe/meta-rdk" refs/changes/37/51037/1 && git cherry-pick FETCH_HEAD
git fetch "https://code.rdkcentral.com/r/components/generic/rdk-oe/meta-rdk" refs/changes/35/51435/1 && git cherry-pick FETCH_HEAD

$ cd meta-cmf-raspberrypi
git fetch https://code.rdkcentral.com/r/components/generic/rdk-oe/meta-cmf-raspberrypi refs/changes/51/52051/1 && git checkout FETCH_HEAD
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/1 && 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 build-raspberrypi3-rdk-camera/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/30/51530/1 && 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/1 && git cherry-pick FETCH_HEAD

...