summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-yocto_4.9.bbappend
diff options
context:
space:
mode:
authorAdrian Calianu <adrian.calianu@enea.com>2017-09-28 13:01:21 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-09-28 13:06:05 +0200
commitb7893ac9fcaf6c3a7e8624dbe481827964880fb6 (patch)
tree3f29317dede2c9c45d2ab6c64f625fd9b9385b88 /recipes-kernel/linux/linux-yocto_4.9.bbappend
parent6d88d7a31b77a965552e33e62cec1598e05dc205 (diff)
downloadmeta-enea-bsp-x86-b7893ac9fcaf6c3a7e8624dbe481827964880fb6.tar.gz
qemux86-64: change ARCH to corei7 and move on intel kernel source tree
In order to use the same SDK for host and guest it was decided to change the build architecture of qemux86-64 to corei7 and use the same kernel provided by Intel. Signed-off-by: Adrian Calianu <adrian.calianu@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
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"