linux_rpi: 5.4.79 -> 5.10.11
This commit is contained in:
parent
c085a3f1d0
commit
0b2043f7b6
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
# NOTE: raspberrypifw & raspberryPiWirelessFirmware should be updated with this
|
# NOTE: raspberrypifw & raspberryPiWirelessFirmware should be updated with this
|
||||||
modDirVersion = "5.4.79";
|
modDirVersion = "5.10.11";
|
||||||
tag = "1.20201201";
|
tag = "1.20210201";
|
||||||
in
|
in
|
||||||
lib.overrideDerivation (buildLinux (args // {
|
lib.overrideDerivation (buildLinux (args // {
|
||||||
version = "${modDirVersion}-${tag}";
|
version = "${modDirVersion}-${tag}";
|
||||||
@ -13,7 +13,7 @@ lib.overrideDerivation (buildLinux (args // {
|
|||||||
owner = "raspberrypi";
|
owner = "raspberrypi";
|
||||||
repo = "linux";
|
repo = "linux";
|
||||||
rev = "raspberrypi-kernel_${tag}-1";
|
rev = "raspberrypi-kernel_${tag}-1";
|
||||||
sha256 = "093p5kh5f27djkhbcw371w079lhhihvg3s4by3wzsd40di4fcgn9";
|
sha256 = "0n4zq47k9bmkgmarrhwvivp10v5ga8y2bphsx0il3kmcpf0c1m3q";
|
||||||
};
|
};
|
||||||
|
|
||||||
defconfig = {
|
defconfig = {
|
||||||
@ -23,15 +23,18 @@ lib.overrideDerivation (buildLinux (args // {
|
|||||||
"4" = "bcm2711_defconfig";
|
"4" = "bcm2711_defconfig";
|
||||||
}.${toString rpiVersion};
|
}.${toString rpiVersion};
|
||||||
|
|
||||||
extraConfig = ''
|
|
||||||
# ../drivers/pci/controller/pcie-altera.c:679:8: error: too few arguments to function 'devm_of_pci_get_host_bridge_resources'
|
|
||||||
PCIE_ALTERA n
|
|
||||||
'';
|
|
||||||
|
|
||||||
features = {
|
features = {
|
||||||
efiBootStub = false;
|
efiBootStub = false;
|
||||||
} // (args.features or {});
|
} // (args.features or {});
|
||||||
|
|
||||||
|
extraConfig = ''
|
||||||
|
# ../drivers/gpu/drm/ast/ast_mode.c:851:18: error: initialization of 'void (*)(struct drm_crtc *, struct drm_atomic_state *)' from incompatible pointer type 'void (*)(struct drm_crtc *, struct drm_crtc_state *)' [-Werror=incompatible-pointer-types]
|
||||||
|
# 851 | .atomic_flush = ast_crtc_helper_atomic_flush,
|
||||||
|
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
# ../drivers/gpu/drm/ast/ast_mode.c:851:18: note: (near initialization for 'ast_crtc_helper_funcs.atomic_flush')
|
||||||
|
DRM_AST n
|
||||||
|
'';
|
||||||
|
|
||||||
extraMeta = if (rpiVersion < 3) then {
|
extraMeta = if (rpiVersion < 3) then {
|
||||||
platforms = with lib.platforms; [ arm ];
|
platforms = with lib.platforms; [ arm ];
|
||||||
hydraPlatforms = [];
|
hydraPlatforms = [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user