about summary refs log tree commit diff
path: root/pkgs/build-support/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-11-05platforms.nix: Clean up more 'uboot' legacyTuomas Tynkkynen1-8/+5
2017-11-05kernel, initrd: Remove legacy ubootChooserTuomas Tynkkynen1-2/+2
2017-10-25pathsFromGraph: Remove obsolete printManifest featureEelco Dolstra1-22/+1
2017-06-28make-initrd: Don't use stdenv.crossJohn Ericson1-7/+5
2016-12-20make-initrd: create reproducible initrdsJoachim Fasting3-22/+5
2016-10-20modules-closure: Use stdenvNoCCTuomas Tynkkynen1-2/+2
2016-08-14makeModulesClosure: don't set pipefail as it's already set in $stdenv/setupNikolay Amiantov1-2/+0
2016-02-01makeModulesClosure: Small cleanupEelco Dolstra2-4/+2
2015-12-28make-initrd: store all files with root as ownerNikolay Amiantov1-1/+1
2015-03-25makeInitrd: Support prepending other initrdsWilliam A. Kennington III2-3/+6
2014-06-28Document paths-from-graph.pl somewhat.Alexander Kjeldaas1-0/+18
2014-04-12Fix initrd breaking by recent repeatable-builds changesMathijs Kwik1-3/+0
2014-04-05Make initrd and the kernel builds repeatable.Alexander Kjeldaas3-3/+24
2013-08-07makeModulesClosure: Use kmod instead of module-init-toolsEelco Dolstra2-10/+6
2013-02-21Merge branch 'master' into stdenv-updatesShea Levy2-2/+3
2013-02-19makeInitrd: Make the compressor configurableShea Levy2-2/+3
2012-12-28Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra1-2/+2
2012-05-21* Be less verbose generating initrds.Eelco Dolstra1-1/+1
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2-2/+2
2011-11-02synchronize with trunkPeter Simons1-1/+1
2011-10-28s|/nix/store|$NIX_STORE|Shea Levy1-1/+1
2011-10-06Synchronized stdenv-updates branch with trunk.Peter Simons1-1/+4
2011-10-02D'ohShea Levy1-1/+1
2011-10-02modprobe --show-depends now spits out 'builtin' if a requested module is, wel...Shea Levy1-1/+4
2011-08-24Merge from trunk up through r28790Shea Levy1-0/+1
2011-08-16module-init-tools: 3.4 -> 3.16David Guibert1-0/+1
2011-02-16* nixSqlite expects another integer (denoting the size of the NAR) inEelco Dolstra1-0/+1
2010-02-27Fixing the correct handling of uboot in the initrd and the kernel derivations.Lluís Batlle i Rossell1-1/+1
2010-02-27Simplified much more the expressions for cross building and multiplatform.Lluís Batlle i Rossell1-4/+13
2009-11-08Making the 'makeInitrd' expression use "platform"Lluís Batlle i Rossell1-5/+3
2009-11-08Porting changes from stdenv-updates into this branch. backups/stdenv-updates2@18273Lluís Batlle i Rossell3-3/+13
2009-09-01* addCoverageInstrumentation: factor out the code that keeps the buildEelco Dolstra2-1/+8
2009-04-29* Doh! Since r15200, modules-closure.sh generated an empty set ofEelco Dolstra2-9/+7
2008-03-24Allow to skip non-existent modules. For custom kernels.Michael Raskin2-2/+3
2008-03-17* makeInitrd, makeModulesClosure: moved from NixOS.Eelco Dolstra5-0/+187