summaryrefslogtreecommitdiffstats
path: root/meta/classes-global/insane.bbclass
Commit message (Expand)AuthorAgeFilesLines
* insane/do_qa_unpack: add checks that ensure S is set correctlyAlexander Kanavin2025-06-201-0/+8
* insane: Fix debug-deps checkRyan Eatmon2025-06-161-1/+1
* insane: add test for recipe naming/class mismatchesRoss Burton2025-06-091-1/+8
* insane.bbclass: Add unimplemented-ptest detection for cargo-based testsInes KCHELFI2025-05-191-0/+7
* insane.bbclass: Report all invalid PACKAGECONFIGs for a recipe at oncePeter Kjellerstedt2025-04-081-4/+4
* insane.bbclass: Move test for invalid PACKAGECONFIGs to do_recipe_qaPeter Kjellerstedt2025-04-081-10/+10
* classes/insane: do not leak host uid/gid into package_qa sstate signaturesAlexander Kanavin2025-02-281-0/+1
* classes-global/insane: Handle case where RPROVIDER is also a providerJoshua Watt2024-12-121-8/+13
* insane: Split ERROR_QA into CHECKLAYER_REQUIRED_TESTSRichard Purdie2024-11-281-19/+18
* insane: Ensure package_qa tasks run in builds when expectedRichard Purdie2024-10-241-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
* 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
* insane: Remove dependency on TCLIBC from QA testRichard Purdie2024-09-051-0/+1
* insane: Remove redundant returnsOla x Nilsson2024-09-011-3/+0
* insane: Allow ERROR_QA to use 'contains' hash optimisations for do_package_qaRichard Purdie2024-08-291-34/+36
* insane: Further simplify codeRichard Purdie2024-08-291-27/+14
* insane: Add missing vardepsexcludeRichard Purdie2024-08-291-0/+2
* insane: Drop oe.qa.add_message usageRichard Purdie2024-08-291-138/+87
* insane: Optimise ERROR_QA/WARN_QA references in do_populate_sysrootRichard Purdie2024-08-291-3/+2
* license_image.bbclass: Rename license-incompatible to license-exceptionPeter Kjellerstedt2024-08-211-1/+1
* insane: remove obsolete QA errorsMichal Sieron2024-07-301-4/+4
* insane: add pep517-backend to WARN_QARoss Burton2024-07-261-1/+1
* insane: skip unimplemented-ptest checks if disabledYoann Congal2024-07-161-1/+1
* Revert "insane: skip unimplemented-ptest on S=WORKDIR recipes"Yoann Congal2024-07-161-2/+0
* insane: Promote long standing warnings to errorsRichard Purdie2024-07-141-6/+5
* insane: add patch-status to default ERROR_QAMartin Jansa2024-06-121-2/+1
* insane: show cleaned build paths in more testsRoss Burton2024-06-071-5/+5
* insane: error out on UNPACKDIR = WORKDIRKonrad Weihmann2024-06-041-0/+3
* autotools/libtool: Drop libtool sysroot patch as not neededRichard Purdie2024-06-041-1/+1
* insane.bbclass: remove leftover variables and commentEmil Kronborg2024-06-031-4/+0
* insane.bbclass: fix HOST_ variable namesEmil Kronborg2024-06-031-6/+6
* insane.bbclass: remove skipping of cross-compiled packagesEmil Kronborg2024-06-031-5/+0
* base/insane: Move S/B checks to more logical place in insane classRichard Purdie2024-05-231-0/+4
* insane: Add error for B = WORKDIRRichard Purdie2024-05-231-0/+3
* insane: Error for S == WORKDIRRichard Purdie2024-05-221-0/+5
* insane: Fix case where S doesn't existRichard Purdie2024-05-131-1/+1
* insane: handle dangling symlinks in the libdir QA checkRoss Burton2024-05-021-2/+2
* insane.bbclass: Allow the warning about virtual/ to be disabledPeter Kjellerstedt2024-02-201-6/+7
* insane: Clarify runtime/ warningRichard Purdie2024-02-131-1/+1
* classes-global/insane: Add check for "virtual/" in RPROVIDES and RDEPENDSSimone Weiß2024-01-191-0/+6
* insane.bbclass: Python code cleanup in check_32bit_symbolsOla x Nilsson2024-01-151-3/+3
* insane.bbclass: Check for adjtime in check_32_bit_symbolsOla x Nilsson2024-01-151-0/+1
* classes-global/insane: Look up all runtime providers for file-rdepsJoshua Watt2023-12-241-18/+12