nixpkgs/pkgs/build-support/kernel
John Ericson 8929989614 lib: Clean up how linux and gcc config is specified
The `platform` field is pointless nesting: it's just stuff that happens
to be defined together, and that should be an implementation detail.

This instead makes `linux-kernel` and `gcc` top level fields in platform
configs. They join `rustc` there [all are optional], which was put there
and not in `platform` in anticipation of a change like this.

`linux-kernel.arch` in particular also becomes `linuxArch`, to match the
other `*Arch`es.

The next step after is this to combine the *specific* machines from
`lib.systems.platforms` with `lib.systems.examples`, keeping just the
"multiplatform" ones for defaulting.
2021-01-21 22:44:09 -05:00
..
initrd-compressor-meta.nix make-initrd: various improvements 2020-12-17 11:37:04 +01:00
make-initrd.nix lib: Clean up how linux and gcc config is specified 2021-01-21 22:44:09 -05:00
make-initrd.sh make-initrd: various improvements 2020-12-17 11:37:04 +01:00
modules-closure.nix makeModulesClosure: Fix cross-compilation 2018-02-28 15:01:32 -05:00
modules-closure.sh nixos/modules-closure.sh: don't fail if firmware is missing 2021-01-11 17:26:33 +01:00
paths-from-graph.pl makeInitrd: Use closureInfo 2018-02-23 16:41:31 +01:00