raspberrypifw: Don't strip ELF files
Stripping breaks raspivid and other executables.
This commit is contained in:
parent
29b5c72cbc
commit
938b993091
@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "06g691px0abndp5zvz2ba1g675rcqb64n055h5ahgnlck5cdpawg";
|
sha256 = "06g691px0abndp5zvz2ba1g675rcqb64n055h5ahgnlck5cdpawg";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
dontStrip = true; # Stripping breaks some of the binaries
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/share/raspberrypi/boot
|
mkdir -p $out/share/raspberrypi/boot
|
||||||
cp -R boot/* $out/share/raspberrypi/boot
|
cp -R boot/* $out/share/raspberrypi/boot
|
||||||
|
Loading…
Reference in New Issue
Block a user