summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Fix regexp to work with qemux86Ross Burton2007-01-181-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1163 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Remove newlines in echosRoss Burton2007-01-172-8/+8
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1160 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Fix machine guessing sedRoss Burton2007-01-171-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1159 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Remove bashismRoss Burton2007-01-172-4/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1157 311d38ba-8fff-0310-9ca6-ca027cbcb966
* scripts: Rename scripts, update READMERichard Purdie2007-01-166-65/+100
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1146 311d38ba-8fff-0310-9ca6-ca027cbcb966
* runqemu: Tweak scriptsRichard Purdie2007-01-163-6/+4
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1145 311d38ba-8fff-0310-9ca6-ca027cbcb966
* runqemu: Revamp scripts, splitting into a core internal script and two ↵Richard Purdie2007-01-163-48/+214
| | | | | | helpers, one for use within poky, one outside poky git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1144 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Remove bashismRoss Burton2006-12-052-15/+15
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1003 311d38ba-8fff-0310-9ca6-ca027cbcb966
* scripts/runqemu: Remove some duplicationRichard Purdie2006-12-041-10/+18
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@996 311d38ba-8fff-0310-9ca6-ca027cbcb966
* scripts/runqemu: Add distcc supportRichard Purdie2006-12-041-11/+34
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@995 311d38ba-8fff-0310-9ca6-ca027cbcb966
* scripts/runqemu improvements:Richard Purdie2006-11-302-1/+17
| | | | | | | | | * Try harder to find ifconfig * Error out if the environment isn't correct * Tell the user we're running sudo git-svn-id: https://svn.o-hand.com/repos/poky/trunk@989 311d38ba-8fff-0310-9ca6-ca027cbcb966
* scripts: Move main contents of poky-init-build-env to ↵Richard Purdie2006-11-232-0/+106
| | | | | | scripts/poky-env-internal. Add poky-autobuild script for autobuilder use. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@948 311d38ba-8fff-0310-9ca6-ca027cbcb966
* runqemu: Refactor network device commandlines and enable for qemux86 ext2 ↵Richard Purdie2006-11-201-4/+7
| | | | | | images (qemuarm ext2 images attempt dhcp and hang for some reason) git-svn-id: https://svn.o-hand.com/repos/poky/trunk@879 311d38ba-8fff-0310-9ca6-ca027cbcb966
* runqemu: Use different nfs paths for qemuarm and qemux86Richard Purdie2006-11-202-5/+7
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@878 311d38ba-8fff-0310-9ca6-ca027cbcb966
* scripts/runqemu: Add qemux86 supportRichard Purdie2006-11-201-3/+23
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@877 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Improve the qemu scripts and documentation (qemux86 support isn't complete yet)Richard Purdie2006-11-175-40/+67
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@867 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Various minor tweaks to get qemu emulating a touchscreen deviceMatthew Allum2006-09-281-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@772 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Update qemu-nfs script to work with versatile/PB kernelChris Lord2006-09-081-1/+7
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@700 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add qemu-ext2 script and new notes to READMEMatthew Allum2006-08-293-3/+31
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@678 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Rename rewrite.py to jhbuild2oe.py.Chris Larson2006-08-101-0/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@599 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Bugfix in the jhbuild emitter: wasn't properly emitting for templated packages.Chris Larson2006-08-101-2/+4
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@598 311d38ba-8fff-0310-9ca6-ca027cbcb966
* First pass of the emitter for the jhbuild script.Chris Larson2006-08-071-10/+64
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@590 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add the partial rewrite of my jhbuild -> oe metadata conversion tool, along ↵Chris Larson2006-08-0717-0/+15954
| | | | | | with some modulesets for use with it. Will check in the missing piece of the tool shortly. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@589 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Added scripts dirMatthew Allum2006-07-284-0/+49
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@584 311d38ba-8fff-0310-9ca6-ca027cbcb966