Versions Compared

Key

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

...

Code Block
languagebash
titleapply bug fixes
collapsetrue
# reboot issue fix
(cd meta-cmf-raspberrypi; git fetch "https://code.rdkcentral.com/r/components/generic/rdk-oe/meta-cmf-raspberrypi" refs/changes/46/48846/3 && git cherry-pick FETCH_HEAD)
git clone https://code.rdkcentral.com/r/rdk/devices/raspberrypi/devicesettings -b rdk-next rdk/devices/raspberrypi/devicesettings
(cd rdk/devices/raspberrypi/devicesettings; git fetch "https://code.rdkcentral.com/r/rdk/devices/raspberrypi/devicesettings" refs/changes/36/49836/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

...