forked from DGNum/liminix
remove unused combined-image output
This commit is contained in:
parent
0687ae7f5c
commit
07eb3d66da
1 changed files with 0 additions and 8 deletions
|
@ -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…
Add table
Reference in a new issue