summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/recipeutils.py
Commit message (Expand)AuthorAgeFilesLines
* lib/oe/recipeutils: Avoid wrapping any SRC_URI[sha*sum] variablesPeter Kjellerstedt2023-12-081-1/+1
* recipeutils: bbappend_recipe: allow to patch the recipe itselfJulien Stephan2023-12-061-10/+25
* recipeutils: bbappend_recipe: remove old srcuri entry if parameters are diffe...Julien Stephan2023-12-061-0/+8
* recipeutils: bbappend_recipe: add a way to specify the name of the file to addJulien Stephan2023-12-061-1/+6
* recipeutils: bbappend_recipe: fix docstringJulien Stephan2023-12-061-3/+5
* recipeutils: bbappend_recipe: fix undefined variableJulien Stephan2023-12-061-0/+1
* devtool: add support for git submodulesJulien Stephan2023-12-011-10/+17
* lib/oe/recipeutils.py: remove trailing white-spacesJulien Stephan2023-11-301-1/+1
* lib/oe/recipeutils.py: accommodate SRCPV being optional and deprecated in ver...Alexander Kanavin2023-08-301-5/+4
* recipes/classes/scripts: Drop SRCPV usage in OE-CoreRichard Purdie2023-08-241-3/+1
* recipes: remove unused AUTHOR variableMichael Opdenacker2023-08-101-1/+1
* devtool: finish: handle patching when S points to subdir of a git repoPaul Eggleton2022-07-141-2/+7
* recipeutils: Add missing get_srcrev() callRichard Purdie2022-02-181-0/+1
* meta: Manual override fixesRichard Purdie2021-08-021-8/+8
* Convert to new override syntaxRichard Purdie2021-08-021-8/+8
* oe/recipeutils: Fix copying patches when BBLAYERS entries are not normalisedAndrei Gherzan2021-02-191-1/+1
* lib/oe/recipeutils.py: add support for BBFILES_DYNAMICNaveen Saini2020-08-271-0/+17
* 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