aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/lib
AgeCommit message (Expand)Author
2016-07-28recipetool: create: fix greedy regex that broke support for github tarballsPaul Eggleton
2016-07-25recipetool: 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-01recipetool: recognize less common makefile namesNathan Lynch
2016-06-14devtool: reset: allow specifying multiple recipesPaul Eggleton
2016-06-03image-live, image-vm, wic: Remove fs size workaroundJussi Kukkonen
2016-06-02scripts: python3: change python to python3 in shebangEd Bartosh
2016-06-02scripts: python3: convert iterables to listsEd Bartosh
2016-06-02scripts: Fix urlparse imports for python3Ed Bartosh
2016-06-02scripts: Fix encoding errors for python3Ed Bartosh
2016-06-02scripts: Replace basestring -> str for python3Ed Bartosh
2016-06-02scripts: Fix deprecated dict methods for python3Ed Bartosh
2016-06-02wic: encode help textEd Bartosh
2016-06-02classes/lib: Update xrange -> range for python3Richard Purdie
2016-06-02classes/lib: Update to explictly create lists where neededRichard Purdie
2016-06-02classes/lib: Update to match python3 iter requirementsRichard Purdie
2016-05-30recipetool / devtool: set a fixed SRCREV by default when fetching from gitPaul Eggleton
2016-05-30recipetool: create: use ${BP} for subdir for binary packagesPaul Eggleton
2016-05-30recipetool: create: extract variable values from .deb/.ipk/.rpmPaul Eggleton
2016-05-30recipetool: create: support extracting SUMMARY and HOMEPAGEPaul Eggleton
2016-05-30wic: bootimg-efi: include startup.nsh if it's availableChristopher Larson
2016-05-25devtool: upgrade: clarify help text for --srcrev optionPaul Eggleton
2016-05-25devtool: upgrade: tweak conflict handlingPaul Eggleton
2016-05-25devtool: upgrade: handle upgrading recipes with a versioned inc filePaul Eggleton
2016-05-21devtool: sdk-update: drop support for local updatesPaul Eggleton
2016-05-20wic: fix path parsing, use last occurrenceGeorge McCollister
2016-05-19wic: add help for --bmap commandline optionEd Bartosh
2016-05-19wic: implement --bmap optionEd Bartosh
2016-05-19wic: add bmaptool to the list of utilitiesEd Bartosh
2016-05-14wic: use next builtin instead of .next methodEd Bartosh
2016-05-14wic: don't encode unicode stringsEd Bartosh
2016-05-14wic: decode output of subprocess.communicateEd Bartosh
2016-05-14wic: use // operator instead of /Ed Bartosh
2016-05-14wic: use find_executable in favor of bb.utils.whichEd Bartosh