forked from dan/liminix
remove unused combined-image output
This commit is contained in:
parent
0687ae7f5c
commit
07eb3d66da
@ -35,14 +35,6 @@ in
|
|||||||
inherit kernel;
|
inherit kernel;
|
||||||
inherit dtb;
|
inherit dtb;
|
||||||
};
|
};
|
||||||
combined-image = pkgs.runCommand "firmware.bin" {
|
|
||||||
nativeBuildInputs = [ pkgs.buildPackages.ubootTools ];
|
|
||||||
} ''
|
|
||||||
mkdir $out
|
|
||||||
dd if=${uimage} of=$out/firmware.bin bs=128k conv=sync
|
|
||||||
dd if=${rootfs} of=$out/firmware.bin bs=128k conv=sync,nocreat,notrunc oflag=append
|
|
||||||
'';
|
|
||||||
|
|
||||||
vmroot = pkgs.runCommand "qemu" {} ''
|
vmroot = pkgs.runCommand "qemu" {} ''
|
||||||
mkdir $out
|
mkdir $out
|
||||||
cd $out
|
cd $out
|
||||||
|
Loading…
Reference in New Issue
Block a user