summaryrefslogtreecommitdiffstats
path: root/scripts/lib
Commit message (Expand)AuthorAgeFilesLines
...
* recipetool: create: support node.js code outside of npmPaul Eggleton2016-09-081-1/+110
* recipetool: create: allow license variable handling to be rerunPaul Eggleton2016-09-081-50/+53
* recipetool: create: add --keep-temp command line optionPaul Eggleton2016-09-081-1/+5
* recipetool: create: support git submodulesPaul Eggleton2016-09-081-2/+9
* recipetool: create: fix mapping python dependencies to python-dbg packagePaul Eggleton2016-09-081-0/+4
* recipetool: create: AX_PKG_SWIG should add dependency on swig-nativePaul Eggleton2016-09-081-1/+1
* devtool: update-recipe: support files with subdir=Paul Eggleton2016-09-081-2/+36
* scripts: ensure tinfoil is shut down correctlyPaul Eggleton2016-09-035-344/+369
* lib/oe/patch: commit with a dummy user/email when PATCHTOOL=gitPaul Eggleton2016-09-033-11/+19
* devtool: build_image: Fix recipe filterOla x Nilsson2016-08-251-1/+1
* devtool: Use the wildcard flag in update_recipe_patchOla x Nilsson2016-08-251-0/+1
* devtool/recipetool/meta: Adapt to bitbake API changes for multi-configuration...Richard Purdie2016-08-185-7/+5
* yocto-bsp/yocto-kernel: update to work with the latest kern-toolsBruce Ashfield2016-08-188-12/+11
* recipetool: create: fix greedy regex that broke support for github tarballsPaul Eggleton2016-08-011-1/+1
* recipetool: record unknown license filesPaul Eggleton2016-07-261-0/+10
* wic: rawcopy: make source filenames uniqueEd Bartosh2016-07-211-1/+1
* devtool: add finish subcommandPaul Eggleton2016-07-201-1/+110
* devtool: upgrade: record original recipe filesPaul Eggleton2016-07-201-6/+10
* devtool: update-recipe: refactor to allow calling separatelyPaul Eggleton2016-07-201-27/+29
* devtool: reset: refactor to allow calling separatelyPaul Eggleton2016-07-201-17/+23
* devtool: update-recipe: don't copy local files that haven't changedPaul Eggleton2016-07-201-1/+5
* devtool: update-recipe: find and use existing files directoriesPaul Eggleton2016-07-201-4/+14
* wic: mountpoint is an optional argumentMaciej Borzecki2016-07-201-1/+1
* wic: clone gummiboot wks for systemd-bootJianxun Zhang2016-07-201-0/+11
* wic: add systemd-boot option in EFI boot image pluginJianxun Zhang2016-07-201-3/+5
* recipetool: create: support specifying a file as the local sourcePaul Eggleton2016-07-122-5/+14
* recipetool: create: fix handling of github URLsPaul Eggleton2016-07-121-1/+1
* devtool: return specific exit code for incompatible recipesPaul Eggleton2016-07-122-9/+12
* devtool: reset: allow reset to work if the recipe file has been deletedPaul Eggleton2016-07-121-1/+1
* devtool: update-recipe: fix --initial-rev optionPaul Eggleton2016-07-121-8/+5
* recipetool: create: drop unused convert_pkginfo() functionPaul Eggleton2016-07-081-29/+0
* recipetool: create: avoid decoding errors with Python 3Paul Eggleton2016-07-085-14/+14
* scripts/lib/bsp/help.py: Changed help of yocto-bsp to match latest syntaxHumberto Ibarra2016-07-071-8/+8
* yocto-bsp: Refactor script to use argparse instead of optparseHumberto Ibarra2016-07-071-23/+7
* scripts/lib/bsp/engine.py: Add error message for wrong input fileHumberto Ibarra2016-07-071-2/+4
* scripts/lib/bsp/help.py: Fixed pager for yocto-bsp helpHumberto Ibarra2016-07-071-1/+1
* recipetool: recognize less common makefile namesNathan Lynch2016-07-011-1/+1
* devtool: reset: allow specifying multiple recipesPaul Eggleton2016-06-151-4/+5
* scripts/lib/bsp/engine.py: Added missing parentheses to string formattingHumberto Ibarra2016-06-121-1/+1
* scripts/lib/bsp/kernel.py: python3: use explicit relative importsHumberto Ibarra2016-06-121-1/+1
* scripts/lib/bsp/engine.py: Rename raw_input commands to inputHumberto Ibarra2016-06-121-2/+2
* scripts/lib/bsp/engine.py: Added missing keyword to fix syntax errorHumberto Ibarra2016-06-071-1/+1
* scripts: python3: decode subprocess outputEd Bartosh2016-06-031-5/+5
* engine: python3: replace iteritems() -> items()Ed Bartosh2016-06-031-3/+3
* scripts: python3: replace exec statement with builtinEd Bartosh2016-06-031-1/+1
* scripts: python3: use explicit relative importsEd Bartosh2016-06-032-3/+2
* engine.py: python3: rename sys.maxint to sys.maxsizeEd Bartosh2016-06-031-3/+3
* scripts: python3: use new metaclass syntaxEd Bartosh2016-06-031-4/+2
* scripts: python3: rename raw_input to inputEd Bartosh2016-06-032-12/+12
* image-live, image-vm, wic: Remove fs size workaroundJussi Kukkonen2016-06-034-26/+0