Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: rust: quick-start: add section on Linux distributions
Now that we are starting to support several Rust compiler and `bindgen` versions, there is a good chance some Linux distributions work out of the box. Thus, provide some instructions on how to set the toolchain up for a few major Linux distributions. This simplifies the setup users need to build the kernel. In addition, add an introduction to the document so that it is easier to understand its structure and move the LLVM+Rust kernel.org toolchains paragraph there (removing "depending on the Linux version"). We may want to reorganize the document or split it in the future, but I wanted to focus this commit on the new information added about each particular distribution. Finally, remove the `rustup`'s components mention in `changes.rst` since users do not need it if they install the toolchain via the distributions (and anyway it was too detailed for that main document). Cc: Jan Alexander Steffens <[email protected]> Cc: Johannes Löthberg <[email protected]> Cc: Fabian Grünbichler <[email protected]> Cc: Josh Stone <[email protected]> Cc: Randy Barlow <[email protected]> Cc: Anna (navi) Figueiredo Gomes <[email protected]> Cc: Matoro Mahri <[email protected]> Cc: Ryan Scheel <[email protected]> Cc: figsoda <[email protected]> Cc: Jörg Thalheim <[email protected]> Cc: Theodore Ni <[email protected]> Cc: Winter <[email protected]> Cc: William Brown <[email protected]> Cc: Xiaoguang Wang <[email protected]> Cc: Andrea Righi <[email protected]> Cc: Zixing Liu <[email protected]> Cc: Nathan Chancellor <[email protected]> Tested-by: Benno Lossin <[email protected]> Tested-by: Andreas Hindborg <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Miguel Ojeda <[email protected]>
- Loading branch information