summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe
Commit message (Expand)AuthorAgeFilesLines
* lib: oe: license: Add missing importJoshua Watt2024-11-281-0/+1
* lib/oe/sbom30: Prefix aliases with "http://spdx.org/spdxdocs/"Joshua Watt2024-11-231-1/+3
* lib: sbom30: Fix build parametersJoshua Watt2024-11-231-1/+1
* rootfs-postcommands: Actually do the re-orderingRalph Siemsen2024-11-191-3/+3
* cve-check: fix malformed cve status description with : charactersPeter Marko2024-11-011-1/+1
* cve-check: do not skip cve status description after :Peter Marko2024-11-011-1/+1
* lib/oe/package: remove PACKAGE_SNAP_LIB_SYMLINKSRoss Burton2024-11-011-20/+5
* create-spdx-{2.2,3.0}: support SPDX include source for work-share directoryHongxu Jia2024-11-011-26/+15
* create-spdx-{2.2,3.0}: fix do_create_spdx dependency while spdx include sourcesHongxu Jia2024-11-011-0/+4
* meta/lib/oe/spdx30_tasks.py: improve debug log in add_package_filesHongxu Jia2024-11-011-2/+2
* meta/lib/oe/sbom30.py: correct typoHongxu Jia2024-11-011-1/+1
* meta/lib/oe/sbom30.py: correct python list comprehensionHongxu Jia2024-11-011-2/+2
* do_package/sstate/sstatesig: Change timestamp clamping to hash output onlyRichard Purdie2024-10-281-1/+6
* lib/package: Copy locale licenseJoshua Watt2024-10-251-0/+4
* lib/package: Check incompatible licenses at packaging timeJoshua Watt2024-10-251-3/+3
* lib/license: Move package license skip to libraryJoshua Watt2024-10-251-0/+39
* classes-global/license: Move functions to library codeJoshua Watt2024-10-251-0/+163
* reproducible: fix typoGaël PORTAY2024-10-251-1/+1
* spdx30: Link license and build by aliasJoshua Watt2024-10-152-22/+31
* insane: Don't used cachedpath for os.lstat()Richard Purdie2024-10-141-0/+4
* lib/oe/package-manager: skip processing installed-pkgs with empty globsClaus Stovgaard2024-10-111-39/+37
* oe/elf: don't regenerate machine data on every callRoss Burton2024-10-111-131/+133
* create-spdx-3.0: Upgrade to SPDX 3.0.1Joshua Watt2024-09-303-1938/+1492
* spdx 3.0: Map gitsm URI to gitJoshua Watt2024-09-302-11/+22
* spdx 3.0: Find local sources when searching for debug sourcesJoshua Watt2024-09-301-27/+32
* image.bbclass: Drop support for ImageQAFailed exceptions in image_qaPeter Kjellerstedt2024-09-301-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