summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/recipeutils.py
AgeCommit message (Expand)Author
2020-03-26oe/recipeutils: Drop obsolete GITDIR referenceRichard Purdie
2019-12-28recipeutils: set SRCPV for devupstream variantAlexander Kanavin
2019-06-04lib/oe/reciputils.py: support character `+' in git pvHongxu Jia
2019-05-09meta/lib+scripts: Convert to SPDX license headersRichard Purdie
2019-03-05devtool: Support kmeta directory usage with devtool modify/finishJaewon Lee
2019-02-16lib/oe,oeqa/selftest: Fix DeprecationWarning: invalid escape sequenceRichard Purdie
2019-01-24lib/oe/reciputils.py: parallelize upstream version checksAlexander Kanavin
2018-12-15lib/oe/recipeutils: Add a new function to mimic do_checkpkgRichard Purdie
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