ReferencePlatforms/Test/Maemo: Difference between revisions

No edit summary
Line 502: Line 502:
<li>create a swap file, copy to device
<li>create a swap file, copy to device
  <code>dd if=/dev/zero of=.swap bs=1024 count=131072; mkswap .swap</code>
  <code>dd if=/dev/zero of=.swap bs=1024 count=131072; mkswap .swap</code>
</li>
<li>mv /dev/random /dev/chaos; ln -s /dev/urandom /dev/random
</li>
<li>edit /usr/lib/python2.5/site_packages/buildbot/buildslave.py
At line 566 (end of <tt>def buildStarted(self, sb):</tt> ), append
<blockquote><pre>
        # HACK ALERT: only allow one build per slave                           
        self.slave_status.setGraceful(True)
</pre></blockquote>
and rm buildslaves.pyc
</li>
<li>
Enable extras and install openntpd, and add the -s option in /etc/ntpd.conf??? then disable extras again.
</li>
</li>
</ol>
</ol>
Confirmed users
4,971

edits