build kernel only once for multiple outputs
e.g. vmlinux + zImage
This commit is contained in:
parent
e4ed9dbec9
commit
ff991508ae
4 changed files with 23 additions and 13 deletions
|
@ -4,6 +4,7 @@
|
|||
kernel.config = {
|
||||
OF = "y";
|
||||
};
|
||||
kernel.makeTargets = ["arch/arm/boot/zImage"];
|
||||
hardware.ram.startAddress = lim.parseInt "0x40000000";
|
||||
system.outputs.u-boot = pkgs.ubootQemuArm;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue