summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-yocto_4.8.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-yocto_4.8.bbappend')
-rw-r--r--recipes-kernel/linux/linux-yocto_4.8.bbappend6
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-yocto_4.8.bbappend b/recipes-kernel/linux/linux-yocto_4.8.bbappend
index 0031ac5..dc37b54 100644
--- a/recipes-kernel/linux/linux-yocto_4.8.bbappend
+++ b/recipes-kernel/linux/linux-yocto_4.8.bbappend
@@ -1,4 +1,4 @@
1SRCREV_metaenea ?= "1d5ec84c807dd881009b836f3cb83688e7aff137" 1SRCREV_metaenea ?= "ef6503a77222cf64a831704ec50b0ed7c16bb0e8"
2KENEABRANCH = "yocto-4.8" 2KENEABRANCH = "yocto-4.8"
3SRC_URI_append = "git://git.enea.se/linux/enea-kernel-cache.git;type=kmeta;name=metaenea;branch=${KENEABRANCH};destsuffix=enea-kernel-meta" 3SRC_URI_append = "git://git.enea.se/linux/enea-kernel-cache.git;type=kmeta;name=metaenea;branch=${KENEABRANCH};destsuffix=enea-kernel-meta"
4 4
@@ -7,3 +7,7 @@ KERNEL_FEATURES_append = " features/blkdev/net_blk_dev.scc"
7 7
8# Intel 10G ports(SoC) 8# Intel 10G ports(SoC)
9KERNEL_FEATURES_append_corei7-64-intel-common = " features/ixgbe/ixgbe_y.scc" 9KERNEL_FEATURES_append_corei7-64-intel-common = " features/ixgbe/ixgbe_y.scc"
10KERNEL_FEATURES_append_corei7-64-intel-common = " features/dca/dca_y.scc"
11
12# NMVe SSD
13KERNEL_FEATURES_append = " features/nvme/nvme.scc"