3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/misc/arm-trusted-firmware
Adam Joseph a5b8650f8d arm-trusted-firmware: add unfreeIncludeHDCPBlob?true to control license and blob-removal patch
This change implements @lukegb's idea:

  https://github.gitop.top/NixOS/nixpkgs/issues/148890#issuecomment-1032002903

Specifically, it introduces a new parameter unfreeIncludeHDCPBlob
(defaults to true):

* If unfreeIncludeHDCPBlob==true then the license is changed to
  unfreeRedistributable, which will alert the user to the fact that
  the blob is being included (unless they set NIXPKGS_ALLOW_UNFREE=1).

* If unfreeIncludeHDCPBlob==false then the license is kept as bsd3, but
  a patch is applied to remove the HDCP blob from the build.
2022-02-08 01:44:21 -08:00
..
default.nix arm-trusted-firmware: add unfreeIncludeHDCPBlob?true to control license and blob-removal patch 2022-02-08 01:44:21 -08:00
remove-hdcp-blob.patch remove unfree HDCP blob from arm-trusted-firmware, closes #148890 2022-02-05 16:38:47 -08:00