Adding a kernelArch to the 'pc' platform to keep uboot happy.
This should fix the nixpkgs tarball evaluation. svn path=/nixpkgs/trunk/; revision=20127
This commit is contained in:
parent
af717b48f4
commit
840a78977b
@ -8,6 +8,8 @@ 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