summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/recipeutils.py
Commit message (Expand)AuthorAgeFilesLines
* lib/oe/recipeutils.py: add AUTHOR; BBCLASSEXTENDTim Orling2020-07-121-1/+1
* lib/oe/recipeutils.py: passthrough of FETCHCMDKonrad Weihmann2020-05-191-0/+12
* oe/recipeutils: Drop obsolete GITDIR referenceRichard Purdie2020-03-291-1/+0
* recipeutils: set SRCPV for devupstream variantAlexander Kanavin2019-12-281-0/+2
* lib/oe/reciputils.py: support character `+' in git pvHongxu Jia2019-06-041-1/+1
* meta/lib+scripts: Convert to SPDX license headersRichard Purdie2019-05-091-0/+2
* devtool: Support kmeta directory usage with devtool modify/finishJaewon Lee2019-03-061-1/+8
* lib/oe,oeqa/selftest: Fix DeprecationWarning: invalid escape sequenceRichard Purdie2019-02-161-4/+4
* lib/oe/reciputils.py: parallelize upstream version checksAlexander Kanavin2019-01-261-21/+56
* lib/oe/recipeutils: Add a new function to mimic do_checkpkgRichard Purdie2018-12-151-1/+52
* lib/oe/recipeutils: drop obsolete functionsPaul Eggleton2018-12-031-25/+0
* lib/oe/recipeutils: patch_recipe(): fix replacing varflag valuesPaul Eggleton2018-12-031-4/+12
* lib/oe/recipeutils: patch_recipe(): fix handling of values across includes/cl...Paul Eggleton2018-12-031-3/+68
* lib/oe/recipeutils: add .txz extension to archive listPaul Eggleton2018-03-011-1/+1
* distrodata.bbclass: make upstream version check more useful for git upstreamsAlexander Kanavin2017-11-301-26/+18
* devtool: finish: add dry-run optionPaul Eggleton2017-11-111-12/+36
* devtool: upgrade: handle recipes that use named SRC_URI checksumsPaul Eggleton2017-11-111-2/+11
* lib/oe/recipeutils: fix line splitting in patch_recipe_*Paul Eggleton2017-11-111-0/+5
* lib/oe/recipeutils: fix find_layerdir() to return absolute pathsPaul Eggleton2017-11-111-1/+1
* devtool: upgrade: workaround for recipes which apply patches conditional upon...Paul Eggleton2017-08-311-7/+28
* devtool: upgrade: fix handling of non-absolute pathsPaul Eggleton2017-08-311-3/+5
* meta: remove True option to getVar callsJoshua Lock2016-12-161-19/+19
* lib/oe/recipeutils: drop parse_recipe_simple()Paul Eggleton2016-12-141-22/+0
* classes/patch: move several functions to oe.patchPaul Eggleton2016-12-141-7/+5
* lib/oe/recipeutils: use cooker function instead of bb.providersPaul Eggleton2016-12-141-11/+2
* lib/oe/recipeutils: ignore archives by default in get_recipe_local_files()Paul Eggleton2016-11-231-2/+14
* devtool: update-recipe: fix handling of compressed local patchesPaul Eggleton2016-11-231-3/+3
* lib/oe/recipeutils: print just filename in bbappend_recipe() if in temp dirPaul Eggleton2016-11-061-1/+5
* lib/oe/recipeutils: fix invalid character detection in validate_pn()Paul Eggleton2016-09-201-2/+2
* devtool: update-recipe: support files with subdir=Paul Eggleton2016-09-081-2/+10
* devtool/recipetool/meta: Adapt to bitbake API changes for multi-configuration...Richard Purdie2016-08-181-9/+10
* lib/oe/recipeutils: fix patch_recipe*() with empty inputPaul Eggleton2016-07-261-1/+1
* devtool: add finish subcommandPaul Eggleton2016-07-201-1/+56
* devtool: upgrade: record original recipe filesPaul Eggleton2016-07-201-1/+3
* lib/oe/recipeutils: fix a few issues in find_layerdir()Paul Eggleton2016-07-201-2/+4
* classes/lib: Complete transition to python3Richard Purdie2016-06-021-2/+2
* scripts: Fix deprecated dict methods for python3Ed Bartosh2016-06-021-2/+2
* classes/lib: Update xrange -> range for python3Richard Purdie2016-06-021-2/+2
* classes/lib: Update to explictly create lists where neededRichard Purdie2016-06-021-3/+3
* classes/lib: Update to match python3 iter requirementsRichard Purdie2016-06-021-4/+4
* lib/oe/recipeutils: fix insertion of variable valuesPaul Eggleton2016-06-011-1/+1
* lib/oe/recipeutils: patch_recipe_lines: allow omitting trailing newlinesPaul Eggleton2016-06-011-6/+11
* lib/oe/recipeutils: split out patch_recipe_lines()Paul Eggleton2016-06-011-5/+18
* devtool: update-recipe: handle where SRC_URI is appended to with +=Paul Eggleton2016-04-151-3/+4
* lib/oe/recipeutils: refactor patch_recipe_file() to use edit_metadata()Paul Eggleton2015-12-011-67/+93
* lib/oe/recipeutils: check in validate_pn() for names instead of filenamesPaul Eggleton2015-12-011-0/+2
* devtool: handle virtual providersPaul Eggleton2015-10-211-1/+5
* recipeutils: implement get_recipe_local_files()Markus Lehtonen2015-10-011-0/+16
* recipeutils.py: don't hardcode the upstream version as 1.0 when SRC_URI is em...Alexander Kanavin2015-09-281-4/+5
* devtool / lib/oe/recipeutils: ensure we can parse without bbappendsPaul Eggleton2015-09-231-0/+2