U-Boot: 2017.01 -> 2017,03
This commit is contained in:
parent
08c87eed00
commit
49f1abec15
@ -10,17 +10,21 @@ let
|
|||||||
stdenv.mkDerivation (rec {
|
stdenv.mkDerivation (rec {
|
||||||
|
|
||||||
name = "uboot-${defconfig}-${version}";
|
name = "uboot-${defconfig}-${version}";
|
||||||
version = "2017.01";
|
version = "2017.03";
|
||||||
|
|
||||||
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 = "1wpc51jm3zyibgcr78jng2yksqvrya76bxgsr4pcyjrsz5sm2hkc";
|
sha256 = "0gqihplap05dlpwdb971wsqyv01nz2vabwq5g5649gr5jczsyjzm";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ bc dtc python2 ];
|
nativeBuildInputs = [ bc dtc python2 ];
|
||||||
|
|
||||||
hardeningDisable = [ "all" ];
|
hardeningDisable = [ "all" ];
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
patchShebangs tools
|
||||||
|
'';
|
||||||
|
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
make ${defconfig}
|
make ${defconfig}
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user