Versions Compared

Key

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

...

Code Block
languagebash
titleApply Bug Fixes
collapsetrue
1. Go to meta-cmf-raspberrypi layer and cherry-pick the below change-set,
git fetch "https://code.rdkcentral.com/r/components/generic/rdk-oe/meta-cmf-raspberrypi" refs/changes/60/48460/3 && git cherry-pick FETCH_HEAD

2. Go to below path and place the wireless tools recipe
 ~/openembedded-core/meta/recipe-connectivity/

3. Please create the wireless-tools folder

4. Download the wireless tools recipe from below link and placed inside the wireless-tools folder,
http://cgit.openembedded.org/openembedded-core/tree/meta/recipes-connectivity/wireless-tools/wireless-tools_30.pre9.bb?h=fido




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

...