aboutsummaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/recipeutils.py
AgeCommit message (Expand)Author
2018-12-03lib/oe/recipeutils: drop obsolete functionsPaul Eggleton
2018-12-03lib/oe/recipeutils: patch_recipe(): fix replacing varflag valuesPaul Eggleton
2018-12-03lib/oe/recipeutils: patch_recipe(): fix handling of values across includes/cl...Paul Eggleton
2018-03-01lib/oe/recipeutils: add .txz extension to archive listPaul Eggleton
2017-11-29distrodata.bbclass: make upstream version check more useful for git upstreamsAlexander Kanavin
2017-11-10devtool: finish: add dry-run optionPaul Eggleton
2017-11-10devtool: upgrade: handle recipes that use named SRC_URI checksumsPaul Eggleton
2017-11-10lib/oe/recipeutils: fix line splitting in patch_recipe_*Paul Eggleton
2017-11-10lib/oe/recipeutils: fix find_layerdir() to return absolute pathsPaul Eggleton
2017-08-31devtool: upgrade: workaround for recipes which apply patches conditional upon...Paul Eggleton
2017-08-31devtool: upgrade: fix handling of non-absolute pathsPaul Eggleton
2016-12-16meta: remove True option to getVar callsJoshua Lock
2016-12-14lib/oe/recipeutils: drop parse_recipe_simple()Paul Eggleton
2016-12-14classes/patch: move several functions to oe.patchPaul Eggleton
2016-12-14lib/oe/recipeutils: use cooker function instead of bb.providersPaul Eggleton
2016-11-23lib/oe/recipeutils: ignore archives by default in get_recipe_local_files()Paul Eggleton
2016-11-23devtool: update-recipe: fix handling of compressed local patchesPaul Eggleton
2016-11-06lib/oe/recipeutils: print just filename in bbappend_recipe() if in temp dirPaul Eggleton
2016-09-19lib/oe/recipeutils: fix invalid character detection in validate_pn()Paul Eggleton
2016-09-08devtool: update-recipe: support files with subdir=Paul Eggleton
2016-08-18devtool/recipetool/meta: Adapt to bitbake API changes for multi-configuration...Richard Purdie
2016-07-25lib/oe/recipeutils: fix patch_recipe*() with empty inputPaul Eggleton
2016-07-20devtool: add finish subcommandPaul Eggleton
2016-07-20devtool: upgrade: record original recipe filesPaul Eggleton
2016-07-20lib/oe/recipeutils: fix a few issues in find_layerdir()Paul Eggleton
2016-06-02classes/lib: Complete transition to python3Richard Purdie
2016-06-02scripts: Fix deprecated dict methods for python3Ed 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-30lib/oe/recipeutils: fix insertion of variable valuesPaul Eggleton
2016-05-30lib/oe/recipeutils: patch_recipe_lines: allow omitting trailing newlinesPaul Eggleton
2016-05-30lib/oe/recipeutils: split out patch_recipe_lines()Paul Eggleton
2016-04-15devtool: update-recipe: handle where SRC_URI is appended to with +=Paul Eggleton
2015-12-01lib/oe/recipeutils: refactor patch_recipe_file() to use edit_metadata()Paul Eggleton
2015-12-01lib/oe/recipeutils: check in validate_pn() for names instead of filenamesPaul Eggleton
2015-10-21devtool: handle virtual providersPaul Eggleton
2015-09-29recipeutils: implement get_recipe_local_files()Markus Lehtonen
2015-09-28recipeutils.py: don't hardcode the upstream version as 1.0 when SRC_URI is em...Alexander Kanavin
2015-09-22devtool / lib/oe/recipeutils: ensure we can parse without bbappendsPaul Eggleton
2015-09-22lib/oe/recipeutils: properly split unexpanded variable valuesPaul Eggleton
2015-08-19lib/oe/recipeutils: avoid parsing in get_var_files()Paul Eggleton
2015-08-09recipeutils.py: allow all characters in regexes used to parse version stringsAlexander Kanavin
2015-07-22recipeutils.py: get_recipe_pv_without_srcpv remove prefixes from pvAníbal Limón
2015-07-22oe/recipeutils.py: get_recipe_upstream_info update to get revisionAníbal Limón
2015-07-22oe/recipeutils.py: get_recipe_upstream_info only use sfx and pfx when exitsAníbal Limón
2015-07-16lib/oe/recipeutils: fix replace_dir_vars to return the correct variablesPaul Eggleton
2015-07-12oe/recipeutils.py: get_recipe_upstream_version returns 1.0 when not SRC_URIAníbal Limón
2015-07-12lib/oe/recipeutils: Ensure order of data store doesn't influence the resultRichard Purdie
2015-06-27oe.recipeutils: fix line.split error in bbappend_recipeChristopher Larson