| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | poky-qemu-ifup/ifdown: Require root privileges to run | Scott Garman | 2010-10-07 | 2 | -36/+35 |
* | Export ALL_PROXY for bitbake commands | Darren Hart | 2010-10-07 | 1 | -1/+1 |
* | qemumips: override default UI options. | Richard Griffiths | 2010-10-04 | 1 | -1/+1 |
* | poky-qemu-internal: only check mmap_min_addr when running arm images | Joshua Lock | 2010-10-01 | 1 | -6/+6 |
* | Revert "Drop vm_mmap_min_addr checks from scripts and sanity class" | Joshua Lock | 2010-09-29 | 1 | -0/+7 |
* | poky-qemu-internal: Add userspace nfs support for mips and ppc | Dongxiao Xu | 2010-09-27 | 1 | -0/+18 |
* | Wrap output at 80 columns for poky-env-internal | Darren Hart | 2010-09-21 | 1 | -21/+35 |
* | poky-qemu-internal: fix locking of tap lockfile | Saul Wold | 2010-09-17 | 1 | -5/+9 |
* | bitbake: Add proxy variables to standard export list | Zhai Edwin | 2010-09-10 | 1 | -1/+1 |
* | scripts/runqemu: Drop broken toolchain symlink code | Richard Purdie | 2010-09-10 | 1 | -8/+0 |
* | scripts/poky-qemu-ifup: Ensure the host has a route to it | Richard Purdie | 2010-09-10 | 1 | -0/+9 |
* | scrtips/poky-qemu: Fix network interface device numbering | Richard Purdie | 2010-09-10 | 2 | -2/+5 |
* | poky-qemu-internal: Fix ifdown script to use the correct variable | Richard Purdie | 2010-09-10 | 1 | -1/+1 |
* | scripts: use the exported POKY_NATIVE_SYSROOT variable | Joshua Lock | 2010-09-07 | 5 | -44/+39 |
* | runqemu-nfs: check for required programs | Joshua Lock | 2010-09-07 | 1 | -0/+17 |
* | siteconfig: generate configuration data caches for autoconf | Jeff Polk | 2010-09-03 | 1 | -0/+53 |
* | qemuimage-testlib: kill qemu process according to its pid, instead of process... | Jiajun Xu | 2010-09-02 | 1 | -4/+49 |
* | runqemu: add poky-image-basic and poky-image-lsb to recognized images | Saul Wold | 2010-09-02 | 1 | -5/+5 |
* | Drop chroot usage as its not well used, tested and is broken | Richard Purdie | 2010-09-01 | 2 | -117/+0 |
* | test: Add scenario file for each target and support single case running | Jiajun Xu | 2010-08-27 | 12 | -0/+20 |
* | poky-qemu: check for existence of required libraries | Joshua Lock | 2010-08-25 | 1 | -0/+12 |
* | poky-qemu-internal: fix the echo of KERNCMDLINE | Dexuan Cui | 2010-08-20 | 1 | -1/+1 |
* | poky-qemu-internal: fix broken call to poky-qemu-ifup | Scott Garman | 2010-08-20 | 2 | -2/+15 |
* | runqemu-nfs: boot QEMU using nfsroot and local unfs export | Scott Garman | 2010-08-20 | 1 | -0/+86 |
* | poky-export-rootfs: script for exporting userspace nfsroots | Scott Garman | 2010-08-20 | 1 | -0/+183 |
* | poky-extract-sdk: script for extracting sdk images using pseudo | Scott Garman | 2010-08-20 | 1 | -0/+95 |
* | poky-qemu-internal: fixes for userspace NFS booting | Scott Garman | 2010-08-20 | 1 | -14/+27 |
* | poky-qemu-internal: Support use of a preconfigured tap device | Jeff Dike | 2010-08-20 | 1 | -4/+28 |
* | poky-qemu-internal: Support NFS boots better | Jeff Dike | 2010-08-20 | 2 | -10/+31 |
* | poky-qemu-[ifup|ifdown]: Use native tunctl | Jeff Dike | 2010-08-20 | 2 | -19/+101 |
* | poky-find-native-sysroot: helper script for locating the native sysroot path | Scott Garman | 2010-08-20 | 1 | -0/+77 |
* | poky-qemu-ifup: allow multiple tap devices | Jeff Dike | 2010-08-20 | 1 | -1/+2 |
* | qemu: Use a TAP device instead of slirp for networking | Jeff Dike | 2010-08-20 | 3 | -10/+25 |
* | build/conf: move sample conf files to meta/conf | Joshua Lock | 2010-08-17 | 1 | -2/+2 |
* | testlib: Add support for qemumips/qemuppc/qemux86-64, and add support for tes... | Jiajun Xu | 2010-08-13 | 1 | -7/+72 |
* | scripts: add qemux86-64 support to the qemu scripts | Joshua Lock | 2010-08-02 | 2 | -9/+53 |
* | meta/classes/rootfs_rpm.bbclass: re implement base on rpm5 | Mark Hatle | 2010-07-24 | 1 | -0/+11 |
* | poky-env-internal: re-add OEROOT to the whitelisted environment variables | Joshua Lock | 2010-07-23 | 1 | -1/+1 |
* | scripts/poky-env-internal: preserve the git proxy env var | Nitin A Kamble | 2010-07-22 | 1 | -1/+1 |
* | poky-env-internal: Print some further information for the user | Richard Purdie | 2010-07-22 | 1 | -1/+7 |
* | poky-env-internal: Cleanup after the recent layer improvements | Richard Purdie | 2010-07-22 | 1 | -40/+2 |
* | poky-env-internal/runqemu: Move BUILD_SYS handling which is runqemu specific ... | Richard Purdie | 2010-07-22 | 2 | -6/+6 |
* | stagemanager: Move functionality into the scripts directory | Richard Purdie | 2010-07-22 | 3 | -0/+1588 |
* | poky-env-internal: unbreak existing build setups | Joshua Lock | 2010-07-22 | 1 | -1/+1 |
* | scripts/runqemu: Path fixes | Saul Wold | 2010-07-21 | 1 | -14/+14 |
* | Enable build dir outside of the poky directory | Joshua Lock | 2010-07-21 | 5 | -45/+78 |
* | qemu/mips: arrange for vmlinux to be bootable | Bruce Ashfield | 2010-07-19 | 1 | -1/+1 |
* | test: add automation framework and sanitytest | Jiajun Xu | 2010-07-15 | 3 | -0/+273 |
* | poky-qemu-internal: Use 128MB memory for qemumips/qemuppc | Richard Purdie | 2010-07-15 | 1 | -1/+7 |
* | qemu-scripts: Add support for mips and powerpc machines, update qemuarm | Bruce Ashfield | 2010-07-15 | 2 | -1/+56 |