summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-yocto_4.9.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-yocto_4.9.bbappend')
-rw-r--r--recipes-kernel/linux/linux-yocto_4.9.bbappend16
1 files changed, 0 insertions, 16 deletions
diff --git a/recipes-kernel/linux/linux-yocto_4.9.bbappend b/recipes-kernel/linux/linux-yocto_4.9.bbappend
deleted file mode 100644
index 41e94c8..0000000
--- a/recipes-kernel/linux/linux-yocto_4.9.bbappend
+++ /dev/null
@@ -1,16 +0,0 @@
1require recipes-kernel/linux/linux-deploy-kconfig.inc
2
3SRCREV_metaenea ?= "5057d9d3837fc35814a402b9c0384a064d260d05"
4KENEABRANCH = "yocto-4.9"
5SRC_URI_append = " git://git@git.enea.com/linux/enea-kernel-cache.git;protocol=ssh;type=kmeta;name=metaenea;branch=${KENEABRANCH};destsuffix=enea-kernel-meta"
6
7KERNEL_FEATURES_append = " features/udev/udev.scc"
8
9# NFS boot support
10KERNEL_FEATURES_append = " features/blkdev/net_blk_dev.scc"
11
12# Virtual function support
13KERNEL_FEATURES_append = " features/ixgbevf/ixgbevf_y.scc"
14
15#IPv4 waiting for carrier on
16KERNEL_FEATURES_append = " patches/ipv4/ipv4wait.scc"