summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* devtool: add --bbpath argumentChristopher Larson2015-08-011-4/+11
* create-pull-request: Implement -d optionEd Bartosh2015-08-011-4/+12
* devtool: use tinfoil shutdown methodPaul Eggleton2015-08-011-2/+1
* combo-layer: fix AttributeError traceback.Alexander Kanevskiy2015-07-311-2/+2
* gcc: Add support for nativesdk-gccRichard Purdie2015-07-311-1/+12
* oe-selftest: add scripts/lib and bitbake/lib to pathPaul Eggleton2015-07-271-1/+4
* oe-selftest: add libdirs from BBPATH to sys.pathChristopher Larson2015-07-271-0/+7
* oe-selftest: obey oeqa.selftest.__path__Christopher Larson2015-07-271-5/+6
* devtool: also load plugins from BBPATHChristopher Larson2015-07-272-23/+38
* recipetool: parse global args earlyChristopher Larson2015-07-271-8/+16
* recipetool: also load plugins from BBPATHChristopher Larson2015-07-271-13/+18
* recipetool.append: add extralines arg to appendsrcChristopher Larson2015-07-271-2/+2
* recipetool: catch BBHandledException from parsingChristopher Larson2015-07-271-3/+5
* recipetool: appendsrcfile: handle S == STAGING_KERNEL_DIRChristopher Larson2015-07-231-0/+4
* recipetool: appendsrcfile: use -D, not -d for destdirChristopher Larson2015-07-231-1/+1
* recipetool: appendsrcfile: fix duplicate SRC_URI checkChristopher Larson2015-07-231-4/+5
* Revert "create-pull-request: Fix error on 2.0 versions of git"Ross Burton2015-07-211-4/+0
* runqemu-internal: add temporary disk interface to qemuarm64Cristian Iorga2015-07-161-1/+1
* create-pull-request: Fix error on 2.0 versions of gitBen Shelton2015-07-161-0/+4
* combo-layer: implement --hard-reset optionMarkus Lehtonen2015-07-161-3/+12
* combo-layer: only allow fast-forward when pullingMarkus Lehtonen2015-07-161-1/+1
* python-io: Add runtime dependency on contextlibAsh Charles2015-07-161-1/+1
* recipetool/append: Fix selftest failure with multilibRichard Purdie2015-07-121-0/+3
* wic: Set default set of bitbake variablesEd Bartosh2015-07-101-0/+5
* combo-layer: modified to generate better commit messages.Puustinen, Ismo2015-07-081-3/+30
* scripts/oe-selftest: Added mechanism for including/removing bblayers.incDaniel Istrate2015-07-081-1/+15
* runqemu-internal: correctly set format for root FS as rawCristian Iorga2015-07-021-6/+6
* wic: Code cleanup: unused importsEd Bartosh2015-07-028-19/+5
* wic: Code cleanup: long lines, identation and whitespacesEd Bartosh2015-07-0210-49/+68
* wic: Fix confusing error messageEd Bartosh2015-07-021-7/+12
* wic: Remove __write_partition methodEd Bartosh2015-07-021-21/+15
* wic: Refactor fstab update codeEd Bartosh2015-07-021-53/+30
* wic: Add --uuid partition optionEd Bartosh2015-07-022-1/+9
* wic: Fix naming conflictEd Bartosh2015-07-021-2/+4
* wic: Remove duplicated codeEd Bartosh2015-07-021-38/+10
* wic: Refactor prepare_empty_partition APIEd Bartosh2015-07-021-36/+12
* wic: Call methods better wayEd Bartosh2015-07-021-36/+11
* wic: Get rid of useless variable 'image_rootfs'Ed Bartosh2015-07-021-16/+7
* wic: Rename partition imagesEd Bartosh2015-07-021-0/+2
* wic: Refactor prepare_rootfs APIEd Bartosh2015-07-021-16/+12
* wic: Turn off debug output for 'bitbake -e'Ed Bartosh2015-07-021-0/+5
* wic: Remove annoing debug messageEd Bartosh2015-07-021-2/+0
* wic: Include mount point into image reportEd Bartosh2015-07-021-1/+1
* wic: Refactor getting bitbake variablesEd Bartosh2015-07-025-103/+38
* wic: Fix misleading messageEd Bartosh2015-07-021-1/+1
* wic: Test rootfs plugin using image recipesEd Bartosh2015-07-021-0/+23
* recipetool: add appendsrcfile(s) sub-commandsChristopher Larson2015-06-271-6/+104
* recipetool.append: use argparse types for validationChristopher Larson2015-06-271-20/+25
* oe-selftest: timestamp the test runsRoss Burton2015-06-271-1/+12
* wic: Make code more pythonicEd Bartosh2015-06-271-12/+2