| Commit message (Expand) | Author | Age | Files | Lines |
* | runqemu-internal: correctly set format for root FS as raw | Cristian Iorga | 2015-07-02 | 1 | -6/+6 |
* | wic: Code cleanup: unused imports | Ed Bartosh | 2015-07-02 | 8 | -19/+5 |
* | wic: Code cleanup: long lines, identation and whitespaces | Ed Bartosh | 2015-07-02 | 10 | -49/+68 |
* | wic: Fix confusing error message | Ed Bartosh | 2015-07-02 | 1 | -7/+12 |
* | wic: Remove __write_partition method | Ed Bartosh | 2015-07-02 | 1 | -21/+15 |
* | wic: Refactor fstab update code | Ed Bartosh | 2015-07-02 | 1 | -53/+30 |
* | wic: Add --uuid partition option | Ed Bartosh | 2015-07-02 | 2 | -1/+9 |
* | wic: Fix naming conflict | Ed Bartosh | 2015-07-02 | 1 | -2/+4 |
* | wic: Remove duplicated code | Ed Bartosh | 2015-07-02 | 1 | -38/+10 |
* | wic: Refactor prepare_empty_partition API | Ed Bartosh | 2015-07-02 | 1 | -36/+12 |
* | wic: Call methods better way | Ed Bartosh | 2015-07-02 | 1 | -36/+11 |
* | wic: Get rid of useless variable 'image_rootfs' | Ed Bartosh | 2015-07-02 | 1 | -16/+7 |
* | wic: Rename partition images | Ed Bartosh | 2015-07-02 | 1 | -0/+2 |
* | wic: Refactor prepare_rootfs API | Ed Bartosh | 2015-07-02 | 1 | -16/+12 |
* | wic: Turn off debug output for 'bitbake -e' | Ed Bartosh | 2015-07-02 | 1 | -0/+5 |
* | wic: Remove annoing debug message | Ed Bartosh | 2015-07-02 | 1 | -2/+0 |
* | wic: Include mount point into image report | Ed Bartosh | 2015-07-02 | 1 | -1/+1 |
* | wic: Refactor getting bitbake variables | Ed Bartosh | 2015-07-02 | 5 | -103/+38 |
* | wic: Fix misleading message | Ed Bartosh | 2015-07-02 | 1 | -1/+1 |
* | wic: Test rootfs plugin using image recipes | Ed Bartosh | 2015-07-02 | 1 | -0/+23 |
* | recipetool: add appendsrcfile(s) sub-commands | Christopher Larson | 2015-06-27 | 1 | -6/+104 |
* | recipetool.append: use argparse types for validation | Christopher Larson | 2015-06-27 | 1 | -20/+25 |
* | oe-selftest: timestamp the test runs | Ross Burton | 2015-06-27 | 1 | -1/+12 |
* | wic: Make code more pythonic | Ed Bartosh | 2015-06-27 | 1 | -12/+2 |
* | wic: Implement image compressing | Ed Bartosh | 2015-06-27 | 1 | -1/+14 |
* | wic: Add new argument to direct plugin | Ed Bartosh | 2015-06-27 | 3 | -2/+5 |
* | wic: Add new argument to wic_create function | Ed Bartosh | 2015-06-27 | 2 | -2/+4 |
* | wic: Add --compress-with command line option | Ed Bartosh | 2015-06-27 | 2 | -0/+7 |
* | lib/devtool/standard: Fix patch cleanup | Richard Purdie | 2015-06-26 | 1 | -1/+2 |
* | python-2.7/3.4-manifest.inc: add missing dependencies for python-netserver | Henning Heinold | 2015-06-23 | 2 | -2/+2 |
* | wic: removed unused command line option | Ed Bartosh | 2015-06-23 | 3 | -17/+5 |
* | wic: code cleanup: superfluous-parens | Ed Bartosh | 2015-06-23 | 8 | -23/+23 |
* | wic: Return error code when wic fails to invoke command | Ed Bartosh | 2015-06-23 | 2 | -1/+3 |
* | wic: Integrated plugin docstrings into 'wic help plugins' output | Ed Bartosh | 2015-06-23 | 2 | -1/+19 |
* | wic: Add missing docstrings to plugin classes | Ed Bartosh | 2015-06-23 | 7 | -0/+35 |
* | wic: Code cleanup: bad-classmethod-argument | Ed Bartosh | 2015-06-23 | 8 | -27/+27 |
* | wic: Document creation of empty partition | Ed Bartosh | 2015-06-23 | 1 | -0/+4 |
* | runqemu-internal: set mutual exclusiveness for serial and nographic options | Jagadeesh Krishnanjanappa | 2015-06-23 | 1 | -4/+5 |
* | runqemu-script: define console for qemuarm NFS booting | Jagadeesh Krishnanjanappa | 2015-06-23 | 1 | -1/+1 |
* | runqemu-internal: add support to boot arm64 qemu target via NFS | Jagadeesh Krishnanjanappa | 2015-06-23 | 1 | -0/+9 |
* | runqemu: fix MACHINE being detected as qemuarm for qemuarm64 kernel image | Jagadeesh Krishnanjanappa | 2015-06-23 | 1 | -2/+2 |
* | devtool: deploy: fix preservation of symlinks and permissions/ownership | Paul Eggleton | 2015-06-18 | 2 | -3/+23 |
* | recipetool: appendfile: fix file command error handling | Paul Eggleton | 2015-06-18 | 1 | -2/+4 |
* | recipetool: appendfile: clarify help text | Paul Eggleton | 2015-06-18 | 1 | -6/+6 |
* | devtool: use DevtoolError for error handling | Markus Lehtonen | 2015-06-18 | 4 | -100/+99 |
* | devtool: remove some unused return values | Markus Lehtonen | 2015-06-18 | 2 | -4/+1 |
* | devtool: split out 'patch' update mode into a separate function | Markus Lehtonen | 2015-06-18 | 1 | -114/+122 |
* | devtool: split out 'srcrev' update mode into a separate function | Markus Lehtonen | 2015-06-18 | 1 | -77/+111 |
* | devtool: slight simplification of path splitting logic | Markus Lehtonen | 2015-06-18 | 1 | -6/+5 |
* | devtool: simplify few conditionals a bit | Markus Lehtonen | 2015-06-18 | 1 | -8/+6 |