aboutsummaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/recipeutils.py
AgeCommit message (Expand)Author
2016-07-14devtool: add finish subcommandpaule/devtool19-oePaul Eggleton
2016-07-14devtool: upgrade: record original recipe filesPaul Eggleton
2016-07-14lib/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
2015-06-08recipeutils: Improve get_recipe_pv_without_srcpv functionAníbal Limón
2015-06-03recipeutils: Add get_recipe_upstream_version and get_recipe_pv_without_srcpv ...Aníbal Limón
2015-05-19recipetool: add appendfile subcommandPaul Eggleton
2015-05-15lib/oe/recipeutils: add a parse_recipe_simple() functionPaul Eggleton
2015-04-27devtool: handle . in recipe namePaul Eggleton
2015-04-27devtool: include bbappends in recipe parsingMarkus Lehtonen
2015-02-23lib/oe/recipeutils: minor improvements to patch_recipe()Paul Eggleton
2014-12-21lib/oe: add recipeutils modulePaul Eggleton