summaryrefslogtreecommitdiffstats
path: root/meta/classes-global
Commit message (Expand)AuthorAgeFilesLines
* sstate: apply proper umask when fetching from SSTATE_MIRRORRasmus Villemoes2025-07-041-10/+12
* package_rpm.bbclass: Remove empty build directoryRobert Yang2025-07-041-0/+1
* insane.bbclass: Report all invalid PACKAGECONFIGs for a recipe at oncePeter Kjellerstedt2025-05-141-4/+4
* insane.bbclass: Move test for invalid PACKAGECONFIGs to do_recipe_qaPeter Kjellerstedt2025-05-141-10/+10
* sanity: Check if the C++ toolchain supports --std=gnu++20Yoann Congal2025-03-201-0/+5
* sanity: Refactor "C++ toolchain support this flag" checkYoann Congal2025-03-201-5/+5
* sanity: Bump minimum python version requirement to 3.9Richard Purdie2025-03-201-3/+3
* mirrors: rationalise Debian mirrorsRoss Burton2025-03-061-17/+1
* buildstats: Avoid rare UnboundLocalErrorRichard Purdie2025-03-031-6/+9
* classes/insane: do not leak host uid/gid into package_qa sstate signaturesAlexander Kanavin2025-02-281-0/+1
* sanity: Check for non ascii chars in TOPDIRSofiane HAMAM2025-02-201-0/+9
* base: Fix PACKAGECONFIG handling for cross recipesRichard Purdie2025-02-181-1/+1
* package_ipk: Use preferred form of --force-postinstallRichard Purdie2025-02-111-1/+1
* classes: switch p7zip to 7zipPeter Marko2025-02-101-2/+2
* meta/meta-selftest: Fix variable assignment whitespaceRichard Purdie2025-02-011-1/+1
* sanity: Add test for functional c++ toolchainChristos Gavros2025-01-271-0/+25
* classes/recipes: Switch virtual/XXX-gcc to virtual/cross-cc (and c++/binutils)Richard Purdie2025-01-212-13/+3
* kernel-yocto: make kernel commits reproducibleEnrico Jörns2025-01-211-0/+10
* classes/logging: Added the bbverbnote command to the logging setBastien JAUNY2025-01-201-0/+10
* sstate: Ensure errors cause task failureRichard Purdie2025-01-081-0/+4
* package_rpm: set a timestamp handling policy with the new macro %build_mtime_...Bin Lan2025-01-041-1/+1
* sanity.bbclass: Lower the length of TMPDIR limit to 400Changqing Li2025-01-031-2/+2
* base/features_check: Make PARSE_ALL_RECIPES and SOURCE_MIRROR_FETCH booleanRobert Yang2024-12-231-3/+4
* classes/utility-tasks: port do_listtasks to use bb.build.listtasksRoss Burton2024-12-121-12/+11
* rpm: update 4.19.1.1 -> 4.20.0Alexander Kanavin2024-12-121-1/+1
* base.bbclass: fix RRECOMMENDS extend issue for multilibChangqing Li2024-12-121-1/+1
* classes-global/insane: Handle case where RPROVIDER is also a providerJoshua Watt2024-12-121-8/+13
* meta/lib: move buildstats.py and rootfspostcommands.py into oeChen Qi2024-12-051-2/+2
* yocto-check-layer: expand to cover all required QA checksDenys Dmytriyenko2024-12-031-0/+28
* insane: Split ERROR_QA into CHECKLAYER_REQUIRED_TESTSRichard Purdie2024-11-281-19/+18
* package_rpm: restrict rpm to 4 threadsAlexander Kanavin2024-11-211-0/+1
* package_rpm: use zstd's default compression levelAlexander Kanavin2024-11-211-1/+1
* sstate: rewrite sstate_archive_package in pythonRoss Burton2024-11-181-27/+26
* do_package/sstate/sstatesig: Change timestamp clamping to hash output onlyRichard Purdie2024-10-281-16/+0
* lib/package: Check incompatible licenses at packaging timeJoshua Watt2024-10-252-5/+0
* lib/license: Move package license skip to libraryJoshua Watt2024-10-251-31/+4
* classes-global/license: Move functions to library codeJoshua Watt2024-10-252-170/+5
* insane: Ensure package_qa tasks run in builds when expectedRichard Purdie2024-10-241-0/+2
* sanity.bbclass: skip check_userns for non-local uidChangqing Li2024-10-221-0/+2
* insane: avoid race condition when DEBIAN/CONTROL entries are removedRoss Burton2024-10-151-1/+1
* insane: Don't used cachedpath for os.lstat()Richard Purdie2024-10-141-3/+2
* package_rpm: Check if file exists before open()Pavel Zhukov2024-10-111-4/+12
* insane: rewrite package_qa_check_archRoss Burton2024-10-111-16/+25
* insane: use oe.cachedpath.CachedPath instead of os.pathRoss Burton2024-10-111-14/+28
* insane: optimise test in package_qa_check_shebang_sizeRoss Burton2024-10-111-2/+1
* insane: micro-optimise the sweep of pkgfilesRoss Burton2024-10-111-16/+11
* insane: tidy up objdump preloading in package_qa_walk()Ross Burton2024-10-111-10/+11
* insane: check for RUNPATH as well as RPATHRoss Burton2024-10-111-4/+4
* insane: only parse ELFs if they're files, not symlinksRoss Burton2024-10-111-19/+2
* sanity: check for working user namespacesRoss Burton2024-09-131-0/+24