| Commit message (Expand) | Author | Age | Files | Lines |
* | runqemu: work with yocto-bsp created kernel filenames | Scott Garman | 2012-08-19 | 1 | -1/+1 |
* | runqemu: support booting ramfs-based images | Scott Garman | 2012-08-17 | 2 | -0/+11 |
* | sstate-cache-management.sh: update it for the new layout | Robert Yang | 2012-08-15 | 1 | -20/+19 |
* | runqemu-gen-tapdevs: add UID to CL options | Elizabeth Flanagan | 2012-08-02 | 1 | -7/+9 |
* | scripts: add script for relocating the SDK | Laurentiu Palcu | 2012-08-02 | 1 | -0/+200 |
* | send-pull-request: Make -a really imply -c | Darren Hart | 2012-08-02 | 1 | -1/+2 |
* | createrepo 0.4.11: add rpm-createsolvedb.py | Robert Yang | 2012-08-01 | 1 | -64/+0 |
* | scripts/oe-pkgdata-util: exclude unpackaged in glob output | Paul Eggleton | 2012-07-31 | 1 | -0/+4 |
* | combo-layer: ensure init works with split local config | Paul Eggleton | 2012-07-31 | 1 | -4/+23 |
* | scripts/bitbake: unbreak the git version comparison | Christopher Larson | 2012-07-31 | 1 | -1/+4 |
* | combo-layer: allow splitting out local config | Paul Eggleton | 2012-07-31 | 1 | -8/+65 |
* | combo-layer: check that last_revision is valid | Paul Eggleton | 2012-07-31 | 1 | -0/+21 |
* | combo-layer: improve patch list handling and output | Paul Eggleton | 2012-07-31 | 1 | -22/+45 |
* | combo-layer: drop to a shell when apply fails during update | Paul Eggleton | 2012-07-31 | 1 | -11/+23 |
* | combo-layer: ignore patch-* temp directories in dirty check | Paul Eggleton | 2012-07-31 | 1 | -1/+4 |
* | combo-layer: allow component pull to be done separately | Paul Eggleton | 2012-07-31 | 1 | -12/+39 |
* | combo-layer: remove &> bashism | Paul Eggleton | 2012-07-31 | 1 | -1/+1 |
* | Rework installation of dev, dbg, doc, and locale packages | Paul Eggleton | 2012-07-29 | 2 | -0/+243 |
* | scripts/bitbake: Check the git-native version and build it if necessary | Richard Purdie | 2012-07-18 | 1 | -1/+16 |
* | runqemu: Fix running qemu when build without gl | Khem Raj | 2012-07-17 | 2 | -14/+17 |
* | runqemu/mips: adjust runqemu script to support mipsel machine | Dennis Lan | 2012-07-17 | 2 | -7/+11 |
* | runqemu: fix support for ext4 rootfs images | Scott Garman | 2012-07-09 | 1 | -1/+1 |
* | runqemu: fix usage() help for MACHINE setting | Scott Garman | 2012-07-09 | 1 | -1/+1 |
* | runqemu: fix fedora pkg names when run fails | Cristian Ciupitu | 2012-07-02 | 1 | -1/+1 |
* | yocto-bsp: update yocto-bsp xorg.conf templates | Tom Zanussi | 2012-06-26 | 2 | -2/+8 |
* | yocto-bsp: update yocto-bsp machine.conf template | Tom Zanussi | 2012-06-26 | 1 | -2/+5 |
* | runqemu-internal: qemu fails to run on ext2 image | Kang Kai | 2012-06-25 | 1 | -1/+1 |
* | cleanup-workdir: update help text | Kang Kai | 2012-06-18 | 1 | -2/+5 |
* | cleanup-workdir: only deal dirs related to current arch | Kang Kai | 2012-06-18 | 1 | -5/+49 |
* | cleanup-workdir: replace commands with subprocess | Kang Kai | 2012-06-18 | 1 | -10/+12 |
* | cleanup-workdir: update the way to check obsolete dirs | Kang Kai | 2012-06-18 | 1 | -36/+23 |
* | pybootchartgui: Fix the filename and add a default format | Robert Yang | 2012-06-15 | 1 | -19/+14 |
* | pybootchartgui: split the output chart into multiple ones | Robert Yang | 2012-06-15 | 2 | -2/+48 |
* | pybootchartgui: make the build profiling in pictures | Robert Yang | 2012-06-15 | 4 | -64/+122 |
* | pybootchartgui: add the original code | Robert Yang | 2012-06-15 | 14 | -0/+2207 |
* | runqemu-ifup: enable arp proxying | Scott Garman | 2012-06-08 | 1 | -0/+1 |
* | generate-manifest-2.7.py: replace os.popen with os.unlink | Robert Yang | 2012-06-05 | 1 | -1/+4 |
* | kernel.py: replace os.popen with subprocess.Popen | Robert Yang | 2012-06-05 | 1 | -2/+3 |
* | scripts/cp-noerror: Add a special copy function to fix autotools issues | Richard Purdie | 2012-05-30 | 1 | -0/+15 |
* | scripts/buildhistory-diff: add GitPython version check | Paul Eggleton | 2012-05-30 | 1 | -2/+6 |
* | scripts: replace os.system with subprocess.call | Robert Yang | 2012-05-30 | 2 | -3/+5 |
* | runqemu: Add qemush4 and qemumips64 knowledge | Khem Raj | 2012-05-21 | 2 | -5/+40 |
* | test-reexec: Add script to address issues when task re-execution | Jiajun Xu | 2012-05-18 | 1 | -0/+123 |
* | runqemu: replace bashism with working shell idiom | Peter Seebach | 2012-05-15 | 1 | -6/+7 |
* | oe-buildenv-internal: Fix BITBAKEDIR changes to work with existing autobuilde... | Richard Purdie | 2012-05-12 | 1 | -3/+4 |
* | Add option to oe-buildenv-internal script to change bitbake location. | Philip Balister | 2012-05-11 | 1 | -1/+5 |
* | yocto-bsp: clarify help with reference to meta-intel | Tom Zanussi | 2012-05-06 | 1 | -4/+44 |
* | yocto-kernel: use BUILDDIR to find bblayers.conf | Tom Zanussi | 2012-05-06 | 1 | -1/+6 |
* | runqemu: be sh neutral | Bernhard Reutner-Fischer | 2012-05-06 | 2 | -13/+16 |
* | runqemu: minor tweaks | Bernhard Reutner-Fischer | 2012-05-06 | 1 | -19/+21 |