summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/recipeutils.py
AgeCommit message (Expand)Author
2023-12-08lib/oe/recipeutils: Avoid wrapping any SRC_URI[sha*sum] variablesPeter Kjellerstedt
2023-12-06recipeutils: bbappend_recipe: allow to patch the recipe itselfJulien Stephan
2023-12-06recipeutils: bbappend_recipe: remove old srcuri entry if parameters are diffe...Julien Stephan
2023-12-06recipeutils: bbappend_recipe: add a way to specify the name of the file to addJulien Stephan
2023-12-06recipeutils: bbappend_recipe: fix docstringJulien Stephan
2023-12-06recipeutils: bbappend_recipe: fix undefined variableJulien Stephan
2023-12-01devtool: add support for git submodulesJulien Stephan
2023-11-30lib/oe/recipeutils.py: remove trailing white-spacesJulien Stephan
2023-08-30lib/oe/recipeutils.py: accommodate SRCPV being optional and deprecated in ver...Alexander Kanavin
2023-08-24recipes/classes/scripts: Drop SRCPV usage in OE-CoreRichard Purdie
2023-08-10recipes: remove unused AUTHOR variableMichael Opdenacker
2022-07-14devtool: finish: handle patching when S points to subdir of a git repoPaul Eggleton
2022-02-18recipeutils: Add missing get_srcrev() callRichard Purdie
2021-08-02meta: Manual override fixesRichard Purdie
2021-08-02Convert to new override syntaxRichard Purdie
2021-02-19oe/recipeutils: Fix copying patches when BBLAYERS entries are not normalisedAndrei Gherzan
2020-08-27lib/oe/recipeutils.py: add support for BBFILES_DYNAMICNaveen Saini
2020-07-12lib/oe/recipeutils.py: add AUTHOR; BBCLASSEXTENDTim Orling
2020-05-19lib/oe/recipeutils.py: passthrough of FETCHCMDKonrad Weihmann
2020-03-29oe/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-06devtool: Support kmeta directory usage with devtool modify/finishJaewon Lee
2019-02-16lib/oe,oeqa/selftest: Fix DeprecationWarning: invalid escape sequenceRichard Purdie
2019-01-26lib/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-30distrodata.bbclass: make upstream version check more useful for git upstreamsAlexander Kanavin
2017-11-11devtool: finish: add dry-run optionPaul Eggleton
2017-11-11devtool: upgrade: handle recipes that use named SRC_URI checksumsPaul Eggleton
2017-11-11lib/oe/recipeutils: fix line splitting in patch_recipe_*Paul Eggleton
2017-11-11lib/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-20lib/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-26lib/oe/recipeutils: fix patch_recipe*() with empty inputPaul Eggleton
2016-07-20devtool: add finish subcommandPaul Eggleton