aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/lib
AgeCommit message (Expand)Author
2016-09-08recipetool: create: avoid extra blank lines in output recipePaul Eggleton
2016-09-08recipetool: create: support node.js code outside of npmPaul Eggleton
2016-09-08recipetool: create: allow license variable handling to be rerunPaul Eggleton
2016-09-08recipetool: create: add --keep-temp command line optionPaul Eggleton
2016-09-08recipetool: create: support git submodulesPaul Eggleton
2016-09-08recipetool: create: fix mapping python dependencies to python-dbg packagePaul Eggleton
2016-09-08recipetool: create: AX_PKG_SWIG should add dependency on swig-nativePaul Eggleton
2016-09-08devtool: update-recipe: support files with subdir=Paul Eggleton
2016-09-03scripts: ensure tinfoil is shut down correctlyPaul Eggleton
2016-09-03lib/oe/patch: commit with a dummy user/email when PATCHTOOL=gitPaul Eggleton
2016-08-25devtool: build_image: Fix recipe filterOla x Nilsson
2016-08-25devtool: Use the wildcard flag in update_recipe_patchOla x Nilsson
2016-08-18devtool/recipetool/meta: Adapt to bitbake API changes for multi-configuration...Richard Purdie
2016-08-18yocto-bsp/yocto-kernel: update to work with the latest kern-toolsBruce Ashfield
2016-08-01recipetool: create: fix greedy regex that broke support for github tarballsPaul Eggleton
2016-07-26recipetool: record unknown license filesPaul Eggleton
2016-07-21wic: rawcopy: make source filenames uniqueEd Bartosh
2016-07-20devtool: add finish subcommandPaul Eggleton
2016-07-20devtool: upgrade: record original recipe filesPaul Eggleton
2016-07-20devtool: update-recipe: refactor to allow calling separatelyPaul Eggleton
2016-07-20devtool: reset: refactor to allow calling separatelyPaul Eggleton
2016-07-20devtool: update-recipe: don't copy local files that haven't changedPaul Eggleton
2016-07-20devtool: update-recipe: find and use existing files directoriesPaul Eggleton
2016-07-20wic: mountpoint is an optional argumentMaciej Borzecki
2016-07-20wic: clone gummiboot wks for systemd-bootJianxun Zhang
2016-07-20wic: add systemd-boot option in EFI boot image pluginJianxun Zhang
2016-07-12recipetool: create: support specifying a file as the local sourcePaul Eggleton
2016-07-12recipetool: create: fix handling of github URLsPaul Eggleton
2016-07-12devtool: return specific exit code for incompatible recipesPaul Eggleton
2016-07-12devtool: reset: allow reset to work if the recipe file has been deletedPaul Eggleton
2016-07-12devtool: update-recipe: fix --initial-rev optionPaul Eggleton
2016-07-08recipetool: create: drop unused convert_pkginfo() functionPaul Eggleton
2016-07-08recipetool: create: avoid decoding errors with Python 3Paul Eggleton
2016-07-07scripts/lib/bsp/help.py: Changed help of yocto-bsp to match latest syntaxHumberto Ibarra
2016-07-07yocto-bsp: Refactor script to use argparse instead of optparseHumberto Ibarra
2016-07-07scripts/lib/bsp/engine.py: Add error message for wrong input fileHumberto Ibarra
2016-07-07scripts/lib/bsp/help.py: Fixed pager for yocto-bsp helpHumberto Ibarra
2016-07-01recipetool: recognize less common makefile namesNathan Lynch
2016-06-15devtool: reset: allow specifying multiple recipesPaul Eggleton
2016-06-12scripts/lib/bsp/engine.py: Added missing parentheses to string formattingHumberto Ibarra
2016-06-12scripts/lib/bsp/kernel.py: python3: use explicit relative importsHumberto Ibarra
2016-06-12scripts/lib/bsp/engine.py: Rename raw_input commands to inputHumberto Ibarra
2016-06-07scripts/lib/bsp/engine.py: Added missing keyword to fix syntax errorHumberto Ibarra
2016-06-03scripts: python3: decode subprocess outputEd Bartosh
2016-06-03engine: python3: replace iteritems() -> items()Ed Bartosh
2016-06-03scripts: python3: replace exec statement with builtinEd Bartosh
2016-06-03scripts: python3: use explicit relative importsEd Bartosh
2016-06-03engine.py: python3: rename sys.maxint to sys.maxsizeEd Bartosh
2016-06-03scripts: python3: use new metaclass syntaxEd Bartosh
2016-06-03scripts: python3: rename raw_input to inputEd Bartosh