Merge pull request #177424 from lopsided98/arm-trusted-firmware-update

arm-trusted-firmware: 2.6 -> 2.7
This commit is contained in:
Mario Rodas 2022-06-16 00:14:32 -05:00 committed by GitHub
commit 89ddce2157
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ let
, platformCanUseHDCPBlob ? false # set this to true if the platform is able to use hdcp.bin , platformCanUseHDCPBlob ? false # set this to true if the platform is able to use hdcp.bin
, extraMakeFlags ? [] , extraMakeFlags ? []
, extraMeta ? {} , extraMeta ? {}
, version ? "2.6" , version ? "2.7"
, ... } @ args: , ... } @ args:
# delete hdcp.bin if either: the platform is thought to # delete hdcp.bin if either: the platform is thought to
@ -33,7 +33,7 @@ let
owner = "ARM-software"; owner = "ARM-software";
repo = "arm-trusted-firmware"; repo = "arm-trusted-firmware";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-qT9DdTvMcUrvRzgmVf2qmKB+Rb1WOB4p1rM+fsewGcg="; sha256 = "sha256-WDJMMIWZHNqxxAKeHiZDxtPjfsfQAWsbYv+0o0PiJQs=";
}; };
patches = lib.optionals deleteHDCPBlobBeforeBuild [ patches = lib.optionals deleteHDCPBlobBeforeBuild [