summaryrefslogtreecommitdiffstats
path: root/meta/classes-global
Commit message (Expand)AuthorAgeFilesLines
* sanity: Add sanity test for 'bad' gcc installs on ubuntu 24.04Richard Purdie10 days1-0/+7
* base.bbclass: Deferred inherit native toolchain classKhem Raj2025-07-041-1/+2
* sanity: Reference gcc/g++ directlyRichard Purdie2025-07-031-6/+6
* sanity/utils: Directly use gcc, not BUILD_CCRichard Purdie2025-07-031-6/+3
* uninative/utils: Drop workarounds for gcc 4.8/4.9Richard Purdie2025-07-031-1/+1
* base: Use OE_SHARED_UMASK for do_fetchRichard Purdie2025-07-011-0/+1
* bitbake.conf/sstate: Introduce OE_SHARED_UMASK to standarise shared area umaskRichard Purdie2025-07-011-5/+7
* sstate: apply proper umask when fetching from SSTATE_MIRRORRasmus Villemoes2025-06-261-10/+12
* base.bbclass: drop compatibility moving of sources into workdirAlexander Kanavin2025-06-201-10/+3
* insane/do_qa_unpack: add checks that ensure S is set correctlyAlexander Kanavin2025-06-201-0/+8
* toolchain: Provide abstraction for recipe specific toolchain selectionRichard Purdie2025-06-161-0/+15
* base: Add deferred class event handlerRichard Purdie2025-06-161-1/+10
* 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
* bitbake.conf/pseudo: Switch from exclusion list to inclusion listRichard Purdie2025-05-123-4/+3
* classes/yocto-check-layer: add check for tasks that allow network accessRoss Burton2025-05-051-0/+30
* classes/yocto-check-layer: refactor to be extended easilyRoss Burton2025-05-051-6/+10
* uninative: show errors if installing failsRoss Burton2025-04-291-2/+4
* 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
* 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