Merge pull request #70793 from samueldr/feature/u-boot-2019.10
u-boot: 2019.04 -> 2019.10
This commit is contained in:
commit
8be733e9c0
@ -4,7 +4,7 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
buildUBoot = { version ? "2019.04"
|
buildUBoot = { version ? "2019.10"
|
||||||
, filesToInstall
|
, filesToInstall
|
||||||
, installDir ? "$out"
|
, installDir ? "$out"
|
||||||
, defconfig
|
, defconfig
|
||||||
@ -20,7 +20,7 @@ let
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "ftp://ftp.denx.de/pub/u-boot/u-boot-${version}.tar.bz2";
|
url = "ftp://ftp.denx.de/pub/u-boot/u-boot-${version}.tar.bz2";
|
||||||
sha256 = "1vwv4bgbl7fjcm073zrphn17hnz5h5h778f88ivdsgbb2lnpgdvn";
|
sha256 = "053hcrwwlacqh2niisn0zas95zkbffw5aw5sdhixs8lmfdq60vcd";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
@ -82,7 +82,7 @@ let
|
|||||||
homepage = http://www.denx.de/wiki/U-Boot/;
|
homepage = http://www.denx.de/wiki/U-Boot/;
|
||||||
description = "Boot loader for embedded systems";
|
description = "Boot loader for embedded systems";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = [ maintainers.dezgeg ];
|
maintainers = with maintainers; [ dezgeg samueldr ];
|
||||||
} // extraMeta;
|
} // extraMeta;
|
||||||
} // removeAttrs args [ "extraMeta" ]);
|
} // removeAttrs args [ "extraMeta" ]);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user