diff options
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-intel.inc | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-intel.inc b/recipes-kernel/linux/linux-intel.inc index 741f142..fa037ac 100644 --- a/recipes-kernel/linux/linux-intel.inc +++ b/recipes-kernel/linux/linux-intel.inc | |||
@@ -5,7 +5,7 @@ require recipes-kernel/linux/linux-common-config.inc | |||
5 | 5 | ||
6 | LINUX_VERSION = "4.14.123" | 6 | LINUX_VERSION = "4.14.123" |
7 | SRCREV_machine = "6aab3d561d738f3ceb9230a828b3f0b1ed5e98a3" | 7 | SRCREV_machine = "6aab3d561d738f3ceb9230a828b3f0b1ed5e98a3" |
8 | SRCREV_metaenea = "442538db71149c292712558d1ceedc22660f61f1" | 8 | SRCREV_metaenea = "491213b8ef938667db31f31717ddd832f2da96ba" |
9 | KENEABRANCH = "intel-4.14" | 9 | KENEABRANCH = "intel-4.14" |
10 | SRC_URI_append = " git://git@git.enea.com/linux/enea-kernel-cache.git;protocol=ssh;type=kmeta;name=metaenea;branch=${KENEABRANCH};destsuffix=enea-kernel-meta" | 10 | SRC_URI_append = " git://git@git.enea.com/linux/enea-kernel-cache.git;protocol=ssh;type=kmeta;name=metaenea;branch=${KENEABRANCH};destsuffix=enea-kernel-meta" |
11 | 11 | ||
@@ -28,7 +28,11 @@ KERNEL_FEATURES_append_corei7-64-intel-common = " features/dca/dca_y.scc" | |||
28 | # NMVe SSD | 28 | # NMVe SSD |
29 | KERNEL_FEATURES_append = " features/nvme/nvme.scc" | 29 | KERNEL_FEATURES_append = " features/nvme/nvme.scc" |
30 | 30 | ||
31 | #IPv4 waiting for carrier on | 31 | # IPMI support |
32 | KERNEL_FEATURES_append = " features/ipmi/ipmi.scc" | ||
33 | KERNEL_FEATURES_append = " features/ipmi/ipmi_ssif.scc" | ||
34 | |||
35 | # IPv4 waiting for carrier on | ||
32 | KERNEL_FEATURES_append = " patches/ipv4/ipv4wait.scc" | 36 | KERNEL_FEATURES_append = " patches/ipv4/ipv4wait.scc" |
33 | 37 | ||
34 | # Fixes for kernel | 38 | # Fixes for kernel |