Versions Compared

Key

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

Host Setup

Refer to the link for host setup details: Host Setup

...

Code Block
languagebash
titleapply bug fixes
collapsetrue
# bluez SIOCSTAMP do_compile error fix
(cd meta-rdk-ext; git fetch "https://code.rdkcentral.com/r/components/generic/rdk-oe/meta-rdk-ext" refs/changes/99/47599/2 && git cherry-pick FETCH_HEAD)
# tts - libsoup-2.4 dependency error fix
(cd meta-rdk-video; git fetch "https://code.rdkcentral.com/r/components/generic/rdk-oe/meta-rdk-video" refs/changes/60/49560/1 && git cherry-pick FETCH_HEAD)

...