summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
* devtool: modify: add support for multiple source in SRC_URIJulien Stephan2024-01-241-0/+20
* 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
* devtool/standard: correctly escape \Alexander Kanavin2024-01-091-1/+1
* devtool: modify: fix exceptionJamin Lin2024-01-071-1/+1
* runqemu: match .rootfs. in addition to -image- for rootfsMikko Rapeli2024-01-041-1/+1
* scripts/runqemu: fix regex escape sequencesTrevor Gamblin2024-01-021-4/+4
* devtool: use straight print in check-upgrade-status outputChen Qi2024-01-021-1/+1
* scripts: Drop shell sstate-cache-managementRichard Purdie2023-12-281-458/+0
* sstate-cache-management: Rewrite in pythonAlex Kiernan2023-12-281-0/+329
* devtool: deploy: provide max_process to strip_execsClay Chang2023-12-231-1/+2
* wic: use E2FSPROGS_FAKE_TIME and hash_seed to generate reproducible ext4 imagesvenkata pyla2023-12-211-0/+14
* recipetool: add python_maturin supportTim Orling2023-12-171-0/+1
* devtool: modify: Handle recipes with a menuconfig task correctlyPeter Kjellerstedt2023-12-161-1/+1
* runqemu: add qmp socket supportRoss Burton2023-12-151-0/+11
* recipetool: pypi: do not clobber SRC_URI checksumsTim Orling2023-12-091-6/+1
* devtool: modify: Make --no-extract work againPeter Kjellerstedt2023-12-081-1/+2
* devtool: upgrade: Update all existing checksums for the SRC_URIPeter Kjellerstedt2023-12-081-23/+28
* 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
* update_gtk_icon_cache: Fix for GTK4-only buildsZoltan Boszormenyi2023-12-081-1/+5
* 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
* wic: extend empty plugin with options to write zeros to partitonMalte Schmidt2023-12-061-1/+56
* recipetool: create_buildsys_python: add pypi supportJulien Stephan2023-12-063-0/+76
* 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
* wic: bootimg-efi: Make kernel image installation configurableKareem Zarka2023-12-041-3/+4
* devtool: add support for git submodulesJulien Stephan2023-12-014-125/+220
* devtool: tag all submodulesJulien Stephan2023-12-011-0/+3
* devtool: finish/update-recipe: restrict mode srcrev to recipes fetched from SCMJulien Stephan2023-12-011-1/+5
* devtool: fix update-recipe dry-run modeJulien Stephan2023-11-301-5/+4
* wic: rawcopy: add support for zstd decompressionMalte Schmidt2023-11-271-1/+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
* scripts/resulttool: group all regressions in regression reportAlexis Lothoré2023-11-051-1/+2
* scripts/esdk-tools: use a dedicated, static directory for esdk toolsAlexander Kanavin2023-11-0511-0/+11
* patchtest-send-results: fix sender parsingTrevor Gamblin2023-11-021-1/+1
* patchtest-send-results: add In-Reply-ToTrevor Gamblin2023-11-011-18/+21
* patchtest-send-results: send results to submitterTrevor Gamblin2023-10-301-6/+13
* scripts/contrib/patchreview: fix commit identificationRoss Burton2023-10-301-1/+1
* recipetool: add python_hatchling supportTim Orling2023-10-301-1/+5
* scripts/contrib/patchreview: consolidate importsRoss Burton2023-10-271-5/+10
* scripts/contrib/patchreview: add commit and recipe count fields to JSONRoss Burton2023-10-271-10/+22
* scripts/patchreview: rework patch detectionRoss Burton2023-10-271-9/+27
* lib/oe/sstatesig.py: dump locked.sigs.inc only when explicitly asked via -S l...Alexander Kanavin2023-10-271-1/+1
* recipetool/create_buildsys_python: add PEP517 supportJulien Stephan2023-10-271-1/+267