Versions Compared

Key

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

...

Code Block
languagebash
titleapply bug fixes
collapsetrue
# enabling RDK services for emulator
(cd meta-rdk-bsp-emulator; git fetch "https://code.rdkcentral.com/r/components/asp/rdk-oe/meta-rdk-bsp-emulator" refs/changes/62/47062/56 && git cherry-pick FETCH_HEAD)

# build error fix on tr69 Host Interface
git clone https://code.rdkcentral.com/r/rdk/components/generic/tr69hostif -b rdk-next rdk/components/generic/tr69hostif
(cd rdk/components/generic/tr69hostif; git fetch "https://code.rdkcentral.com/r/rdk/components/generic/tr69hostif" refs/changes/64/47064/1 && git cherry-pick FETCH_HEAD)

# build error fix on XUPNP
git clone https://code.rdkcentral.com/r/rdk/components/generic/xupnp -b rdk-next rdk/components/generic/xupnp
(cd rdk/components/generic/xupnp; git fetch "https://code.rdkcentral.com/r/rdk/components/generic/xupnp" refs/changes/61/47061/3 && 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

...