summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDragos Ciprian Nedelcu <Dragos.Ciprian.Nedelcu@enea.com>2020-09-30 15:56:38 +0200
committerDragos Ciprian Nedelcu <Dragos.Ciprian.Nedelcu@enea.com>2020-10-12 09:06:50 +0200
commit8b0136c7317f2a6f4b48bab23859acee7a0632c8 (patch)
tree49489312fc010d0f815d763a860579caafe39c32
parent70e9cb38afbe7a8b3388a77a634f7f69b483ac63 (diff)
downloadmeta-nfv-access-bsp-x86-8b0136c7317f2a6f4b48bab23859acee7a0632c8.tar.gz
Update kernel recipe to take latest enea-kernel-cache revision.test_branchout_newtest_branchout
Pci quirks added to image. Signed-off-by: Dragos Ciprian Nedelcu <Dragos.Ciprian.Nedelcu@enea.com> Change-Id: I9d0cccce15828881f38380ea8a42112c2621a5de
-rw-r--r--recipes-kernel/linux/linux-intel.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-intel.inc b/recipes-kernel/linux/linux-intel.inc
index 0f8103e..741f142 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
6LINUX_VERSION = "4.14.123" 6LINUX_VERSION = "4.14.123"
7SRCREV_machine = "6aab3d561d738f3ceb9230a828b3f0b1ed5e98a3" 7SRCREV_machine = "6aab3d561d738f3ceb9230a828b3f0b1ed5e98a3"
8SRCREV_metaenea = "18a6ac2634699280676c3e85892062e873229ccf" 8SRCREV_metaenea = "442538db71149c292712558d1ceedc22660f61f1"
9KENEABRANCH = "intel-4.14" 9KENEABRANCH = "intel-4.14"
10SRC_URI_append = " git://git@git.enea.com/linux/enea-kernel-cache.git;protocol=ssh;type=kmeta;name=metaenea;branch=${KENEABRANCH};destsuffix=enea-kernel-meta" 10SRC_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
@@ -33,3 +33,6 @@ KERNEL_FEATURES_append = " patches/ipv4/ipv4wait.scc"
33 33
34# Fixes for kernel 34# Fixes for kernel
35KERNEL_FEATURES_append = " patches/security/keys.scc" 35KERNEL_FEATURES_append = " patches/security/keys.scc"
36
37# Fixes for pci
38KERNEL_FEATURES_append = " patches/drivers/pci/quirks.scc"