File tree 1 file changed +16
-6
lines changed
1 file changed +16
-6
lines changed Original file line number Diff line number Diff line change 46
46
###
47
47
48
48
# See: https://github.com/NVIDIA/edk2-edkrepo-manifest/blob/main/edk2-nvidia/Jetson/NVIDIAJetsonManifest.xml
49
- edk2-src = fetchFromGitHub {
50
- owner = "NVIDIA" ;
51
- repo = "edk2" ;
52
- rev = "r${ l4tVersion } -edk2-stable202208" ;
53
- fetchSubmodules = true ;
54
- sha256 = "sha256-w+rZq7Wjni62MJds6QmqpLod+zSFZ/qAN7kRDOit+jo=" ;
49
+ edk2-src = applyPatches {
50
+ src = fetchFromGitHub {
51
+ owner = "NVIDIA" ;
52
+ repo = "edk2" ;
53
+ rev = "r${ l4tVersion } -edk2-stable202208" ;
54
+ fetchSubmodules = true ;
55
+ sha256 = "sha256-w+rZq7Wjni62MJds6QmqpLod+zSFZ/qAN7kRDOit+jo=" ;
56
+ } ;
57
+ patches = [
58
+ # Fix GCC 14 compile issue.
59
+ # PR: https://github.com/tianocore/edk2/pull/5781
60
+ ( fetchpatch {
61
+ url = "https://github.com/NVIDIA/edk2/commit/57a890fd03356350a1b7a2a0064c8118f44e9958.patch" ;
62
+ hash = "sha256-on+yJOlH9B2cD1CS9b8Pmg99pzrlrZT6/n4qPHAbDcA=" ;
63
+ } )
64
+ ] ;
55
65
} ;
56
66
57
67
edk2-platforms = fetchFromGitHub {
You can’t perform that action at this time.
0 commit comments