Skip to content
0.9.0 release

New features:

- dtbs: try collecting dtbs by hand if regular command fails This makes it
  possible to build kernels from before the `dtbs_install` target was
  introduced.
- docker: Add gcc-$N-plugin-dev-$tuple packages, enabling builds that use them.
- docker: add support for clang nightly snapshots
- docker: add clang support for powerpc, s390, sparc
- Add support for XIP kernels (CONFIG_XIP_KERNEL=y)
- metadata: include tuxmake version

Improvements:

- build.py: Better parallelism defaults - use the cpu count instead of twice
  that.

Bug fixes:

- cli: fix --docker-image
- Allow config with - parameter
- Config::prepare: Expand use of olddefconfig - ensuring olddefconfig is called
  on cases where it's needed.
- parsing for config-fragment name

Breaking changes:

- `hppa` architecture renamed to `parisc`, without backwards compatbility.