linux: 5.8-rc2 -> 5.8-rc4
This commit is contained in:
parent
af5accfa96
commit
0416089dc6
@ -269,7 +269,7 @@ let
|
|||||||
SND_SOC_SOF_APOLLOLAKE_SUPPORT = yes;
|
SND_SOC_SOF_APOLLOLAKE_SUPPORT = yes;
|
||||||
SND_SOC_SOF_CANNONLAKE_SUPPORT = yes;
|
SND_SOC_SOF_CANNONLAKE_SUPPORT = yes;
|
||||||
SND_SOC_SOF_COFFEELAKE_SUPPORT = yes;
|
SND_SOC_SOF_COFFEELAKE_SUPPORT = yes;
|
||||||
SND_SOC_SOF_COMETLAKE_H_SUPPORT = yes;
|
SND_SOC_SOF_COMETLAKE_H_SUPPORT = whenOlder "5.8" yes;
|
||||||
SND_SOC_SOF_COMETLAKE_LP_SUPPORT = yes;
|
SND_SOC_SOF_COMETLAKE_LP_SUPPORT = yes;
|
||||||
SND_SOC_SOF_ELKHARTLAKE_SUPPORT = yes;
|
SND_SOC_SOF_ELKHARTLAKE_SUPPORT = yes;
|
||||||
SND_SOC_SOF_GEMINILAKE_SUPPORT = yes;
|
SND_SOC_SOF_GEMINILAKE_SUPPORT = yes;
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
|
||||||
buildLinux (args // rec {
|
buildLinux (args // rec {
|
||||||
version = "5.8-rc2";
|
version = "5.8-rc4";
|
||||||
extraMeta.branch = "5.8";
|
extraMeta.branch = "5.8";
|
||||||
|
|
||||||
# modDirVersion needs to be x.y.z, will always add .0
|
# modDirVersion needs to be x.y.z, will always add .0
|
||||||
@ -11,7 +11,7 @@ buildLinux (args // rec {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
|
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
|
||||||
sha256 = "03y4p5abmcjm3w5m7p868bqzzrrqz461na9h46f3f99g95z66v09";
|
sha256 = "16hby58g3h527nrl7gpx8x3zg7s92cwz7p6y15jxnmbv3igdcyib";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Should the testing kernels ever be built on Hydra?
|
# Should the testing kernels ever be built on Hydra?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user