3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/os-specific
Shea Levy f95d214cfd Implement generic kernel build via manual-config
This has three major benefits:

1. We no longer have two kernel build processes to maintain

2. The build process is (IMO) cleaner and cleaves more closely to
upstream. In partuclar, we use make install to install the kernel and
development source/build trees, eliminating the guesswork about which
files to copy.

3. The derivation has multiple outputs: the kernel and modules are in
the default `out' output, while the build and source trees are in a
`dev' output. This makes it possible for the full source and build tree
to be kept (which is expected by out-of-tree modules) without bloating
the closure of the system derivation.

In addition, if a solution for how to handle queries in the presence of
imports from derivations ever makes it into nix, a framework for
querying the full configuration of the kernel in nix expressions is
already in place.

Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-01 09:21:25 -05:00
..
darwin darwin x11/opengl: only copy subset of files (close #1165) 2013-11-07 10:39:28 +01:00
gnu More renames 2012-12-28 19:42:10 +01:00
linux Implement generic kernel build via manual-config 2014-01-01 09:21:25 -05:00
windows pthread-win32: don't propagate `mingw_headers' 2013-03-29 21:46:38 +01:00