summaryrefslogtreecommitdiffstats
path: root/meta/classes-recipe
Commit message (Expand)AuthorAgeFilesLines
* classes/lib: Switch classextend to use new filter APIRichard Purdie18 hours3-37/+17
* classes/python_pep517: use pyproject-build instead of nativepython3Ross Burton6 days1-1/+1
* Revert "python_setuptools_build_meta: clean the build directory in configure"Ross Burton6 days1-4/+0
* bitbake/conf: Default to zstd compressed image outputRichard Purdie6 days1-1/+1
* classes/python_pdm: add PEP517 build class for PDMRoss Burton8 days1-0/+9
* classes/python_maturin: don't pull in setuptoolsRoss Burton8 days1-1/+1
* classes/python_pep517: centralise shared inheritsRoss Burton8 days6-5/+7
* python_setuptools_build_meta: clean the build directory in configureRoss Burton13 days1-0/+4
* setuptools3: clean the build directory in configureRoss Burton13 days1-0/+3
* setuptools3: pass -j to build stepRoss Burton13 days1-0/+1
* setuptools3: tidy up do_compileRoss Burton13 days1-5/+7
* setuptools3_legacy: add pyproject.toml checkRoss Burton13 days1-0/+14
* setuptools3_legacy: ensure ${B} is cleanRoss Burton13 days1-0/+1
* python_pep517: set CONFIGURE_FILESRoss Burton13 days2-2/+3
* setuptools3: Add missing call to exit_if_errorsPhilip Lorenz13 days1-0/+1
* cmake: remove CMAKE_SYSTEM_* from the native toolchainRoss Burton2025-07-211-2/+0
* cmake: Define CMAKE_CLANG_TIDY with toolchain-clangKhem Raj2025-07-211-0/+6
* toolchain-scripts: Make -mmusl apply only for gcc toolchainsKhem Raj2025-07-211-1/+1
* kernel-fit-image: fix symbolic link fit-image.itsBenjamin Missey2025-07-101-1/+1
* testexport.bbclass oe-test: capture all tests and data from all layersMikko Rapeli2025-07-101-21/+22
* kernel.bbclass: State riscv required tune_features for LinuxMark Hatle2025-07-071-1/+5
* features_check.bbclass: Add support for required TUNE_FEATURESMark Hatle2025-07-071-1/+1
* kernelsrc/perf: clean up package version while using kernel sourceHongxu Jia2025-07-031-0/+4
* uninative/utils: Drop workarounds for gcc 4.8/4.9Richard Purdie2025-07-032-7/+2
* oeqa/sdk: Simplify test specification and discoveryThune Tran2025-07-011-0/+1
* recipetool/create_go: proxy module fetching to go-mod-update-modulesRoss Burton2025-07-011-2/+2
* classes/go-mod-update-modules: add class to generate module listRoss Burton2025-07-011-0/+152
* go-mod.bbclass: Calculate GO_MOD_CACHE_DIR relative to ${UNPACKDIR}Peter Kjellerstedt2025-07-011-1/+1
* image-live.bbclass: support disable isohybrid for EFI-only bootHongxu Jia2025-06-261-1/+4
* rust: Upgrade 1.86.0 -> 1.87.0Yash Shinde2025-06-261-1/+1
* image_types_wic: Fix file-checksums for missing files in search pathRichard Purdie2025-06-241-1/+11
* u-boot: Allow for customizing installed/deployed file namesRyan Eatmon2025-06-231-5/+10
* meta: set S from UNPACKDIR in recipes that use only local filesAlexander Kanavin2025-06-202-4/+2
* meta: set S to be in UNPACKDIR in recipes that explicitly set SAlexander Kanavin2025-06-202-2/+2
* meta: remove S in recipes that fetch from git via setting BB_GIT_DEFAULT_DEST...Alexander Kanavin2025-06-202-14/+8
* rust-target-config.bbclass: Update for new riscv TUNE_FEATURESMark Hatle2025-06-201-24/+41
* uboot-sign.bbclass: Refactor condition checks to use && and || instead of -a ...Jamin Lin2025-06-191-12/+14
* uboot-sign: Support signing U-Boot FIT image without SPLJamin Lin2025-06-191-21/+29
* cross/crosssdk: Allow deferring of these classes tooRichard Purdie2025-06-161-0/+1
* kernel-module-split: fix conf file generation when KERNEL_SPLIT_MODULES=0Dixit Parmar2025-06-121-15/+61
* cross: Drop unneeded exportsRichard Purdie2025-06-091-11/+11
* update-alternatives: Simplfy variable dependency logicRichard Purdie2025-06-051-24/+10
* barebox: Add missing depndency on lz4-nativeRichard Purdie2025-06-051-1/+1
* classes/recipes-devtools: Drop icecc from OE-CoreRichard Purdie2025-06-051-1/+1
* kernel-fit-image: Exclude from worldRichard Purdie2025-06-051-0/+3
* kernel-fitimage.bbclass: remove itAdrian Freihofer2025-06-052-334/+0
* kernel.bbclass: remove support for type fitImageAdrian Freihofer2025-06-051-12/+6
* kernel-fitimage: re-write its code in PythonAdrian Freihofer2025-06-052-686/+225
* kernel-fit-image.bbclass: add a new FIT image implementationAdrian Freihofer2025-06-052-0/+206
* kernel-uboot.bbclass: do not require the kernel build folderAdrian Freihofer2025-06-052-17/+26