I still did not fix the nixpkgs tarball in the previous commit...
Next attempt, now simpler. svn path=/nixpkgs/trunk/; revision=20129
This commit is contained in:
parent
912bbd7aa1
commit
e1760d529b
@ -1,5 +1,8 @@
|
|||||||
{stdenv, fetchurl, unzip, platform}:
|
{stdenv, fetchurl, unzip, platform}:
|
||||||
|
|
||||||
|
assert (stdenv.system != "i686-linux" && stdenv.system != "x86_64-linux")
|
||||||
|
|| (stdenv ? cross);
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "uboot-2009.11";
|
name = "uboot-2009.11";
|
||||||
|
|
||||||
|
@ -8,8 +8,6 @@ with pkgs;
|
|||||||
# Build whatever possible as a module, if not stated in the extra config.
|
# Build whatever possible as a module, if not stated in the extra config.
|
||||||
kernelAutoModules = true;
|
kernelAutoModules = true;
|
||||||
kernelTarget = "bzImage";
|
kernelTarget = "bzImage";
|
||||||
# This next line makes uboot happy, more than being ever used in the kernel build.
|
|
||||||
kernelArch = if (system == "i686-linux") then "x86" else "x86_64";
|
|
||||||
kernelExtraConfig =
|
kernelExtraConfig =
|
||||||
''
|
''
|
||||||
# Virtualisation (KVM, Xen...).
|
# Virtualisation (KVM, Xen...).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user