Merge pull request #18128 from tavyc/raspberrypifw-strip
raspberrypifw: Don't strip ELF files
This commit is contained in:
commit
c7bbe3dd4a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user