Tags give the ability to mark specific points in history as being important
-
v1.41.0
protectedf0664b12 · ·1.41.0 release New features: - Update korg-clang-22 to 22.1.5 - Update korg-clang-22 to 22.1.6 - runtime: Add gcc-16 toolchain configuration - runtime: Add korg-gcc-16 toolchain configuration - runtime: skip parisc for gcc-16 - Update korg-clang-22 to 22.1.7 - Update korg-clang-22 to 22.1.8 Bug fixes: - pyproject: migrate to PEP 621 metadata - metadata: drop original author email - pyproject: ship test/ in the flit sdist - metadata: write metadata.json early so it survives a hard kill - build: log the compiler version at the start of build.log - packaging: require python 3.11 - ci: drop EOL python versions from the test matrix - ci: remove unused CI image builds - ci: add ci-debian-13 image build - ci: test python 3.13 - ci: add ci-ubuntu-26.04 image build - ci: test python 3.14 - test: format test_utils.py with newer black - ci: test python 3.11 to 3.14 on github Container images: - ci: use debian trixie for packages and trigger jobs - runtime: docker: add armhf and armel container targets Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
-
v1.40.0
protected9f4ea06c · ·1.40.0 release New features: - tuxmake: accept Kbuild targets as positional arguments - tuxmake: accept kconfig targets as positional arguments Bug fixes: - kselftest: pass KDIR to enable out-of-tree module builds - kselftest: allow partial build failures - target: accept any CONFIG_*=<value> inline fragment - kselftest: report WARNING status on nonfatal failures - kselftest: use make -i for the install step - docs: update --kconfig-add help text, remove kselftest-merge target Container images: - arch: unify sh, sh2 and sh4 into a single sh architecture - Update korg-clang-22 to 22.1.4
-
v1.39.0
protected5e04e160 · ·1.39.0 release Bug fixes: - build: use user-supplied CROSS_COMPILE in compiler check - check-environment: add fuse3 detection and cross pkg-config fallback - test: add test for missing user-supplied CROSS_COMPILE - check-environment: fix fuse3 test program - check-environment: fix fuse3 test on 32-bit architectures Container images: - docker: fix native pkg-config after foreign-arch install - docker: skip equivs package when real cross compiler is installed
-
v1.37.0
protected0e38ffbf · ·1.37.0 release Bug fixes: - Update korg-clang-22 to 22.1.0 - Update korg-clang-22 to 22.1.1 - Update korg-clang-22 to 22.1.2 - runtime: null: check if compiler exists on host - build: raise CompilerNotFoundError for null runtime - build: replace korg arch if/elif chain with a dict - arch: loongarch: move LLVM vars to clang toolchain configs - korg-gcc: use kernel arch names for targets - arch: powerpc: switch CROSS_COMPILE to powerpc64-linux-gnu- - korg-gcc: add powerpc support - toolchain: remove llvm, korg-llvm, and rustllvm - target: drop CC and HOSTCC for kselftest clang builds Container images: - Revert "runtime: docker: Apply workaround for apt.llvm.org installation errors on Trixie" - docker: Dockerfile.build: handle libfuse-dev to libfuse3-dev transition