[meta-intel] [PATCH 1/1] meta-isg: dpdk: fix build with kernel v4.8

2016-10-14 Thread Rahul Kumar Gupta
Backported fixes from upstream dpdk sources to ensure dpdk 16.07 compiles against kernel 4.8. Signed-off-by: Rahul Kumar Gupta --- meta-isg/common/recipes-extended/dpdk/dpdk.inc | 3 + .../dpdk-16.07-kni-fix-build-with-kernel-4.8.patch | 55 ...6.07-net-igb-move-PCI-device-IDs-from-E

[meta-intel] [PATCH 0/1] Fix dpdk build with kernel v4.8

2016-10-14 Thread Rahul Kumar Gupta
Dear Maintainer(s), This change will fix the build error for dpdk with linux kernel version 4.8, which is the default kernel version for common BSP for master branch. All the changes have been backported from dpdk upstreamed sources. The image have been tested on Grantley-Broadwell using intel-c

[meta-intel] question about [jethro] kernel version

2016-10-14 Thread Sharon Lee
Hi, I am currently working on a Yocto project. I want to build a valleyisland-64 image with kernel 4.1 for my Intel Atom E3827 platform. I look through the [meta-intel] repository on Yocto's git site (http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/) and found kernel version is quite old. In

[meta-intel] [PATCH] purge console settings in core2 and corei7 conf files

2016-10-14 Thread Jianxun Zhang
These arch-like conf files are actually used as generic configurations for multiple x86 boards. Serial console settings are board-specific so there is no such a perfect setting fitting all of boards. Developers should use the existing variables in OE to customize console settings for the type of

[meta-intel] [PATCH][DO NOT MERGE] rmc: Add board data for NUC5i5RYB

2016-10-14 Thread Jianxun Zhang
A particular intention of this change is to remove the serial setting in kernel command line that is hardcoded in core2 and corei7 conf files. However we cannot use KBOOTPARAM because it is designed as a fragment appended to hardcoded part at runtime. This is why we need to create more files in th