raspberrypifw: Don't strip ELF files

Stripping breaks raspivid and other executables.
This commit is contained in:
Octavian Cerna 2016-08-30 17:34:16 +03:00
parent 29b5c72cbc
commit 938b993091

View File

@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
sha256 = "06g691px0abndp5zvz2ba1g675rcqb64n055h5ahgnlck5cdpawg";
};
dontStrip = true; # Stripping breaks some of the binaries
installPhase = ''
mkdir -p $out/share/raspberrypi/boot
cp -R boot/* $out/share/raspberrypi/boot