summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe
AgeCommit message (Expand)Author
2022-07-17devtool: finish: handle patching when S points to subdir of a git repoPaul Eggleton
2022-07-17patch: handle if S points to a subdirectory of a git repoPaul Eggleton
2022-06-10rootfs.py: close kernel_abi_ver_fileMartin Jansa
2022-06-06rootfs.py: find .ko.zst kernel modulesSean Anderson
2022-06-06patch.py: make sure that patches/series file exists before quilt popMartin Jansa
2022-06-06cve-check: move update_symlinks to a libraryMarta Rybczynska
2022-05-09lib/sstatesig: Fix find_siginfo to match sstate filename generationRichard Purdie
2022-04-29terminal.py: Restore error output from TerminalPeter Kjellerstedt
2022-04-28cve_check: skip remote patches that haven't been fetched when searching for C...Ross Burton
2022-04-05package_manager: sign DEB package feedsFerry Toth
2022-04-05gpg-sign: Add parameters to gpg signature functionXavier Berger
2022-03-30cve-check: add json formatMarta Rybczynska
2022-03-13image.bbclass: make sure do_rootfs run from a clean workspaceMing Liu
2022-03-09meta/scripts: Improve internal variable namingSaul Wold
2022-03-04ipk: Decode byte data to string in manifest handlingAndrew Jeffery
2022-03-04ipk: Import re in manifest moduleAndrew Jeffery
2022-03-04copy_buildsystem: allow more layer pathsDaniel Wagenknecht
2022-03-02rust: Introduce arch_to_rust_arch()Andrew Jeffery
2022-03-02license/insane: Show warning for obsolete license usageRichard Purdie
2022-03-02base/license: Rework INCOMPATIBLE_LICENSE variable handlingSaul Wold
2022-03-02sstate: do not add TARGET_ARCH to pkgarch for cross recipes.Alexander Kanavin
2022-02-27license.py: Correct a commentPeter Kjellerstedt
2022-02-25licenses: Fix logic error introduced in renameRichard Purdie
2022-02-25license.py: rename variablesSaul Wold
2022-02-25patch.py: Prevent git repo reinitializationPavel Zhukov
2022-02-25create-spdx: add support for SDKsAndres Beltran
2022-02-18recipeutils: Add missing get_srcrev() callRichard Purdie
2022-02-12classes/lib/useradd: The option -P is deprecatedDaiane Angolini
2022-02-08insane.bbclass: use multiprocessing for collecting 'objdump -p' outputAlexander Kanavin
2022-02-07spdx: Add set helper for list propertiesJoshua Watt
2022-02-05prelink: Drop support for itRichard Purdie
2022-01-17classes/native: Propagate dependencies to outhashJoshua Watt
2022-01-13package: Add support for kernel strippingSaul Wold
2022-01-05lib/oe/reproducible: correctly set .git location when recursively looking for...Alexander Kanavin
2022-01-04package_manager: ipk: Fix host manifest generationOleksiy Obitotskyy
2021-12-03patch.py: Initialize git repo before patchingPavel Zhukov
2021-11-29sanity/lib: Replace usage of LooseVersion() with bb.utils.vercmp_string_op()Richard Purdie
2021-11-25oe/utils: by default cap cpu_count() to 64 coresRoss Burton
2021-11-25oe/utils: allow naming threads in ThreadedPoolRoss Burton
2021-10-30overlayfs: all overlays unitVyacheslav Yurkov
2021-10-28spdx.py: Add annotation to relationshipSaul Wold
2021-10-17oe/utils: log exceptions in ThreadedWorker functionsRoss Burton
2021-10-17lib/oe/qa,insane: Move extra error handling functions to libraryMike Crowe
2021-10-16reproducible: Drop BUILD_REPRODUCIBLE_BINARIES variableRichard Purdie
2021-10-16reproducible: Merge code into base.bbclassRichard Purdie
2021-10-16reproducible: Move class function code into libraryRichard Purdie
2021-10-14sstate: Allow validation of sstate singatures against list of keysDaniel McGregor
2021-10-14oe/license: implement ast.NodeVisitor.visit_ConstantRoss Burton
2021-10-14buildhistory: Fix package output files for SDKsAndres Beltran
2021-10-13packagedata.py: silence a DeprecationWarningMingli Yu