| Commit message (Expand) | Author | Age | Files | Lines |
* | wic: partitionedfs: account for non-table partitions when checking if logical... | Maciej Borzecki | 2017-01-19 | 1 | -1/+2 |
* | scripts: python3 fixes and new tool ksum | Tom Zanussi | 2017-01-16 | 2 | -5/+180 |
* | scripts/oe-selftest: fix typo | Chen Qi | 2017-01-16 | 1 | -1/+1 |
* | runqemu: Allow the user to specity no kernel or rootFS | Alistair Francis | 2017-01-16 | 1 | -1/+8 |
* | wic: _exec_cmd: produce error if exit code is not 0 | Ed Bartosh | 2017-01-16 | 1 | -10/+4 |
* | direct.py: fix getting image name | Ed Bartosh | 2017-01-16 | 1 | -2/+2 |
* | canned-wks: remove mpc8315e-rdb.wks | Ed Bartosh | 2017-01-16 | 1 | -6/+0 |
* | wic/isoimage-isohybrid: remove do_stage_partition() | Ioan-Adrian Ratiu | 2017-01-16 | 2 | -49/+4 |
* | python-3.5-manifest: Add http module to the netclient package | Derek Straka | 2017-01-16 | 1 | -1/+1 |
* | wic: fix parsing of 'bitbake -e' output | Ed Bartosh | 2017-01-16 | 1 | -8/+6 |
* | gummiboot: Remove old gummiboot recipe, related class and wks file | Alejandro Hernandez | 2017-01-16 | 1 | -11/+0 |
* | oe-selftest: fix behaviour if oe-selftest.log is a dangling symlink | Paul Eggleton | 2017-01-09 | 1 | -1/+2 |
* | gummiboot: Remove/change gummiboot references with systemd-boot | Alejandro Hernandez | 2017-01-09 | 2 | -25/+23 |
* | meta/scripts: Various getVar/getVarFlag expansion parameter fixes | Richard Purdie | 2017-01-09 | 2 | -2/+2 |
* | oe-selftest: Improve BUILDDIR environment handling | Richard Purdie | 2017-01-05 | 1 | -6/+13 |
* | runqemu: let command line parameters override defaults | Patrick Ohly | 2017-01-05 | 1 | -1/+1 |
* | example-recipe: Fix LDFLAGS compilation issue on newly created recipes | Alejandro Hernandez | 2016-12-22 | 1 | -1/+1 |
* | wic: add kickstart file for MPC8315 | Ed Bartosh | 2016-12-22 | 1 | -0/+6 |
* | wic: add --fixed-size wks option | Maciej Borzecki | 2016-12-22 | 5 | -42/+105 |
* | devtool: modify: fix usage on the kernel | Paul Eggleton | 2016-12-22 | 1 | -0/+2 |
* | wic: look for wks files in <layer>/wic | Ed Bartosh | 2016-12-22 | 1 | -2/+5 |
* | oe-selftest: import git module only when needed | Ed Bartosh | 2016-12-20 | 1 | -1/+1 |
* | wic: obey the rootfs size from the metadata | Christopher Larson | 2016-12-17 | 1 | -1/+12 |
* | scripts: remove True option to getVarFlag calls | Joshua Lock | 2016-12-16 | 2 | -4/+4 |
* | scripts: remove True option to getVar calls | Joshua Lock | 2016-12-16 | 22 | -106/+106 |
* | scripts/runqemu: Allow to use qemu from host. | Mariano Lopez | 2016-12-16 | 1 | -0/+15 |
* | devtool: prevent BBHandledException from showing traceback | Paul Eggleton | 2016-12-14 | 1 | -4/+7 |
* | devtool: extract: disable basehash mismatch errors | Paul Eggleton | 2016-12-14 | 1 | -0/+1 |
* | devtool: fix extraction of source to work in memres mode | Paul Eggleton | 2016-12-14 | 2 | -69/+55 |
* | recipetool: add OE lib path | Paul Eggleton | 2016-12-14 | 1 | -0/+1 |
* | classes/patch: move in logic to commit for additional tasks | Paul Eggleton | 2016-12-14 | 1 | -36/+1 |
* | devtool / recipetool: use tinfoil parsing API | Paul Eggleton | 2016-12-14 | 7 | -53/+16 |
* | devtool: package: don't try to initialise tinfoil twice | Paul Eggleton | 2016-12-14 | 1 | -3/+1 |
* | oe-pkgdata-util: Make read-value handle override variables | Ola x Nilsson | 2016-12-14 | 1 | -8/+8 |
* | oe-buildenv-internal: show usage output | Ed Bartosh | 2016-12-13 | 1 | -0/+12 |
* | oe-find-native-sysroot: create usage output | Ed Bartosh | 2016-12-13 | 1 | -0/+14 |
* | oe-git-proxy: create usage output | Ed Bartosh | 2016-12-13 | 1 | -0/+21 |
* | oepydevshell-internal.py: standardize usage output | Ed Bartosh | 2016-12-13 | 1 | -4/+11 |
* | oe-setup-builddir: create usage output | Ed Bartosh | 2016-12-13 | 1 | -0/+8 |
* | oe-setup-rpmrepo: standardize usage output | Ed Bartosh | 2016-12-13 | 1 | -11/+17 |
* | oe-trim-schemas: create usage output | Ed Bartosh | 2016-12-13 | 1 | -0/+9 |
* | oe-run-native: standardize usage output | Ed Bartosh | 2016-12-13 | 1 | -2/+9 |
* | recipetool: Load plugins in a well defined order | Ola x Nilsson | 2016-12-13 | 1 | -2/+2 |
* | devtool: Load plugins in a well defined order | Ola x Nilsson | 2016-12-13 | 2 | -3/+8 |
* | wic: rename command line option -p -> -s | Ed Bartosh | 2016-12-13 | 1 | -1/+1 |
* | wic: Create a logical partition only when it is really mandatory | Alessio Igor Bogani | 2016-12-13 | 1 | -3/+4 |
* | oe-selftest: Add option to submit test result to a git repository. | Mariano Lopez | 2016-12-13 | 1 | -0/+102 |
* | recipetool: fix encoding-related errors creating python recipes | Paul Eggleton | 2016-12-08 | 1 | -2/+2 |
* | pybootchartgui: support reading reduced /proc logs | Patrick Ohly | 2016-12-07 | 1 | -0/+31 |
* | pybootchartgui: simplify drawing of memory usage | Patrick Ohly | 2016-12-07 | 3 | -7/+23 |