Merge pull request #18128 from tavyc/raspberrypifw-strip

raspberrypifw: Don't strip ELF files
This commit is contained in:
Tuomas Tynkkynen 2016-08-30 17:53:25 +03:00 committed by GitHub
commit c7bbe3dd4a

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