Hacking b2g on Raspberry Pi: Difference between revisions

(update patch URL)
Line 59: Line 59:
  ./config.sh rpi
  ./config.sh rpi


The config.sh step can take quite a while, because it downloads a large amount of data.  Once that finishes, you need to apply a patch to the gecko checkout (for now; the patches are making their way through reviews etc.).  [http://pastebin.mozilla.org/8229569 Download the patch from here] and then apply to your <code>B2G/gecko</code> subdirectory by running the command
The config.sh step can take quite a while, because it downloads a large amount of data.  Once that finishes, you need to apply a patch to the gecko checkout (for now; the patches are making their way through reviews etc.).  [https://www.dropbox.com/s/j5bbuifod7pjusi/ffos-rpi-04.patch?dl=0 Download the patch from here] and then apply to your <code>B2G/gecko</code> subdirectory by running the command


  (cd gecko && git apply [the patch you downloaded])
  (cd gecko && git apply [the patch you downloaded])
Confirmed users
699

edits