summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe
Commit message (Expand)AuthorAgeFilesLines
* image.bbclass: Drop support for ImageQAFailed exceptions in image_qaPeter Kjellerstedt2024-10-291-13/+0
* image_qa: fix error handlingLouis Rannou2024-09-171-1/+1
* spdx30_tasks.py: fix typo in call of is_file methodDaniil Batalov2024-09-131-1/+1
* lib/oe/sbom30.py: Fix build parametersJoshua Watt2024-09-041-1/+1
* lib/spdx30_tasks: Report all missing providersJoshua Watt2024-09-041-1/+8
* buildcfg.py: add dirty status to get_metadata_git_describeJörg Sommer2024-09-011-1/+1
* insane: Drop oe.qa.add_message usageRichard Purdie2024-08-291-6/+0
* lib/oe: Use new visitorcode functionality for qa.handle_error()Richard Purdie2024-08-292-2/+20
* meta/lib/oe/sstatesig.py: do not error out if sstate files fail on os.stat()Alexander Kanavin2024-08-251-4/+16
* cve-check: annotate CVEs during analysisMarta Rybczynska2024-08-201-6/+29
* cve-check: encode affected product/vendor in CVE_STATUSMarta Rybczynska2024-08-202-14/+36
* sdpx: Avoid loading of SPDX_LICENSE_DATA into global configRichard Purdie2024-08-073-13/+17
* create-spdx-*: Support multilibs via SPDX_MULTILIB_SSTATE_ARCHSMark Hatle2024-07-261-1/+1
* spdx30_tasks.py: switch from exists to isfile checking debugsrcMark Hatle2024-07-261-1/+2
* rootfs: Ensure run-postinsts is not uninstalled for read-only-rootfs-delayed-...Gassner, Tobias.ext2024-07-231-0/+4
* bootimg-partition: break out code to a common library.Marcus Folkesson2024-07-231-0/+57
* package.py: Fix static library processingMark Hatle2024-07-221-9/+47
* recipeutils/get_recipe_upgrade_status: group recipes when they need to be upg...Alexander Kanavin2024-07-221-1/+22
* lib/recipeutils: add a function to determine recipes with shared include filesAlexander Kanavin2024-07-221-0/+37
* lib/oe/recipeutils: return a dict in get_recipe_upgrade_status() instead of a...Alexander Kanavin2024-07-221-1/+1
* package.py: Fix static debuginfo splitMark Hatle2024-07-211-0/+1
* lib/spdx30_tasks: improve error messageDmitry Baryshkov2024-07-211-1/+1
* classes/create-spdx-3.0: Move tasks to libraryJoshua Watt2024-07-161-0/+1229
* classes/spdx-common: Move to libraryJoshua Watt2024-07-162-19/+230
* classes/create-spdx-3.0: Add classesJoshua Watt2024-07-162-0/+7158
* package.py: Add Requires.private field in process_pkgconfigSreejith Ravi2024-06-271-1/+1
* sstatesig/populate_sdk_ext: Improve unihash cache handlingRichard Purdie2024-06-042-3/+40
* lib: package: Replace ":" in file namesJoshua Watt2024-06-031-0/+1
* lib: package: Add file_reverse_translateJoshua Watt2024-06-031-6/+19
* sstatesig: Drop BB_HASHSERVE_MAX_PARALLELJoshua Watt2024-05-311-1/+0
* package_manager: Share more common DEB / IPK codePhilip Lorenz2024-05-283-35/+15
* package_manager: Move OpkgDpkgPM into common modulePhilip Lorenz2024-05-283-144/+91
* ipk: Fix clean up of extracted IPK payloadPhilip Lorenz2024-05-281-4/+2
* base: Switch UNPACKDIR to a subdir of WORKDIRRichard Purdie2024-05-221-9/+10
* recipes: Start WORKDIR -> UNPACKDIR transitionRichard Purdie2024-05-211-1/+1
* lib/oe/package-manager: allow including self in create_packages_dirRoss Burton2024-05-151-3/+6
* lib/package_manager/ipk: Do not hardcode payload compression algorithmPhilip Lorenz2024-05-131-1/+7
* classes/lib/scripts: Initial WORKDIR -> UNPACKDIR updatesRichard Purdie2024-05-021-4/+4
* base/bitbake.conf: Introduce UNPACKDIRRichard Purdie2024-05-021-1/+1
* sstatesig: fix netrc.NetrcParseError exceptionJose Quaresma2024-04-041-1/+1
* oe/package: enhance objdump command call with llvmlixiaoyong2024-03-301-1/+1
* bblayers/makesetup.py: Move git utility functions to oe.buildcfg moduleJermain Horsman2024-03-301-0/+29
* sstatesig: Warn on bad .netrcJoshua Watt2024-03-261-0/+2
* sstatesig: Set hash server credentials from bitbake variablesJoshua Watt2024-03-231-0/+11
* lib/oe/package: fix LOCALE_PATHS scan to create locale packagesJonathan GUILLOT2024-02-241-5/+9
* lib/oe/patch: Use git notes to store the filenames for the patchesPeter Kjellerstedt2024-02-191-39/+70
* lib/oe/patch: Add GitApplyTree.commitIgnored()Peter Kjellerstedt2024-02-191-0/+10
* lib/oe/patch: Make extractPatches() not extract ignored commitsPeter Kjellerstedt2024-02-191-8/+8
* sstatesig: Implement new siggen APIJoshua Watt2024-02-191-2/+3
* lib/oe/package: add LOCALE_PATHS to add define all locations for localesJonathan GUILLOT2024-02-141-10/+14