summaryrefslogtreecommitdiffstats
path: root/scripts/lib/recipetool
Commit message (Expand)AuthorAgeFilesLines
* recipetool/create_go: proxy module fetching to go-mod-update-modulesRoss Burton2025-07-011-116/+36
* oe/licenses: move tidy_licenses from recipetoolRoss Burton2025-07-011-10/+1
* recipetool: create_go: Use gomod fetcher instead of go mod vendorChristian Lindeberg2025-07-011-622/+99
* recipetool: allow recipe create handlers to specify bitbake tasks to runRoss Burton2025-07-011-0/+5
* recipetool: create: Support creating extra files named after the recipePeter Kjellerstedt2025-07-011-1/+2
* recipetool/devtool: calculate source paths relative to UNPACKDIRAlexander Kanavin2025-06-202-6/+6
* meta: remove S in recipes that fetch from git via setting BB_GIT_DEFAULT_DEST...Alexander Kanavin2025-06-202-4/+3
* recipetool: use oe.license_finderRoss Burton2025-06-163-262/+3
* recipetool/create: show more of the license path when it can't be identifiedRoss Burton2025-06-051-1/+1
* recipetool: create_npm: reuse license utilsEnguerrand de Ribaucourt2024-08-232-64/+36
* recipetool: create: split guess_license functionEnguerrand de Ribaucourt2024-08-233-16/+26
* recipetool: create_npm: resolve licenses defined in package.jsonEnguerrand de Ribaucourt2024-08-231-16/+41
* recipetool/devtool: Update to work correctly with UNPACKDIRRichard Purdie2024-05-221-1/+1
* classes/lib/scripts: Initial WORKDIR -> UNPACKDIR updatesRichard Purdie2024-05-021-3/+3
* recipetool: Handle several go-import tags in go resolverSven Schwermer2024-04-231-14/+9
* recipetool: Handle unclean response in go resolverSven Schwermer2024-04-231-4/+7
* recipetool; add support for python_mesonpy classTim Orling2024-02-201-0/+4
* scripts: python 3.12 regexAdrian Freihofer2024-02-132-25/+25
* recipetool: don't dump stack traces if a toml parser can't be foundRoss Burton2024-02-101-6/+14
* recipetool: cleanup importsAdrian Freihofer2024-02-081-1/+1
* recipetool: Disregard version in URL for replaced modulesVyacheslav Yurkov2024-01-191-5/+17
* recipetool: Proceed even with a missing license fileVyacheslav Yurkov2024-01-191-0/+6
* recipetool: Don't fail on local go modulesVyacheslav Yurkov2024-01-191-13/+23
* recipetool: add python_maturin supportTim Orling2023-12-171-0/+1
* recipetool: pypi: do not clobber SRC_URI checksumsTim Orling2023-12-091-6/+1
* recipetool: create: Only include the expected SRC_URI checksumsPeter Kjellerstedt2023-12-081-1/+3
* recipetool: create: Improve identification of licensesPeter Kjellerstedt2023-12-081-46/+45
* recipetool: appendsrcfile(s): add a mode to update the recipe itselfJulien Stephan2023-12-061-1/+5
* recipetool: appendsrcfile(s): use params instead of extralineJulien Stephan2023-12-061-16/+10
* recipetool: appendsrcfile(s): add dry-run modeJulien Stephan2023-12-061-1/+32
* recipetool: create_buildsys_python: add pypi supportJulien Stephan2023-12-062-0/+73
* recipetool: create: add new optional process_url callback for pluginsJulien Stephan2023-12-061-22/+32
* recipetool: create: add trailing newlinesJulien Stephan2023-12-061-3/+5
* recipetool: create_buildsys_python.py: initialize metadataJulien Stephan2023-12-061-0/+1
* devtool: add support for git submodulesJulien Stephan2023-12-011-2/+2
* recipetool: Add handler to create go recipesLukas Funke2023-11-061-0/+751
* recipetool: Ignore *.go files while scanning for licensesLukas Funke2023-11-061-1/+1
* recipetool: add python_hatchling supportTim Orling2023-10-301-1/+5
* recipetool/create_buildsys_python: add PEP517 supportJulien Stephan2023-10-271-1/+267
* recipetool/create_buildsys_python: refactor code for futur PEP517 additionJulien Stephan2023-10-271-349/+371
* recipetool/create_buildsys_python: prefix created recipes with python3-Julien Stephan2023-10-271-0/+5
* recipetool/create_buildsys_python: fix license noteJulien Stephan2023-10-271-1/+1
* recipetool/create_buildsys_python: use importlib instead of impChris Laplante2023-10-061-3/+2
* recipetool/devtool: Ensure server knows about changed filesRichard Purdie2023-09-183-1/+4
* recipes/classes/scripts: Drop SRCPV usage in OE-CoreRichard Purdie2023-08-241-1/+1
* recipetool: create: npm: Add support to handle peer dependenciesBELOUARGA Mohamed2023-06-291-0/+20
* recipetool: create: npm: Add support for the new format of the shrinkwrap fileBELOUARGA Mohamed2023-06-291-5/+4
* recipetool: create: npm: Remove duplicate function to not have future conflictsBELOUARGA Mohamed2023-06-291-11/+3
* recipetool: Fix inherit in created -native* recipesYoann Congal2023-06-281-0/+4
* recipetool: Update for class changesRichard Purdie2022-08-121-1/+1