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

2016-10-18 Thread Gupta, Rahul KumarXX
Hi Saul, > 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

Re: [meta-intel] [PATCH 0/2] RMC example for quark

2016-10-18 Thread Saul Wold
On Mon, 2016-10-17 at 19:52 -0700, Jianxun Zhang wrote: > Saul, > I am a little surprised to see the first patch is necessary to > override EFI_PROVIDER in a local.conf. > It happens that there are variables set with = when the could have been ?=, it's just and oversight. > And maybe we want to

[meta-intel] [PATCH 2/6] qat16: move qat from meta-isg to common

2016-10-18 Thread Rahul Kumar Gupta
Since there is plan to merge meta-isg layer to common meta-intel layer. So relocate qat16 v2.6-65 recipe from meta-isg layer to common meta-intel layer. Signed-off-by: Rahul Kumar Gupta --- {meta-isg/common => common}/recipes-extended/qat/qat16.inc

[meta-intel] [PATCH 5/6] meta-isg: meta-crystalforest: remove BSP layer

2016-10-18 Thread Rahul Kumar Gupta
The meta-crystalforest BSP layer has removed. The plan is to consolidate all Intel SoC BSP into intel common BSP. Since Intel Common BSP can support all features provided by meta-crystalforest with default kernel version, So this layer can be retired from master. The kernel cmdline option:

[meta-intel] [PATCH 4/6] openssl-qat: move recipe from meta-isg to common

2016-10-18 Thread Rahul Kumar Gupta
Since there is plan to merge meta-isg layer to common meta-intel layer. So relocate openssl-qat v0.4.9-009 recipe from meta-isg layer to common meta-intel layer. Signed-off-by: Rahul Kumar Gupta --- {meta-isg/common =>

[meta-intel] [PATCH 6/6] meta-isg: Update the MAINTAINERS file for removed BSP layer

2016-10-18 Thread Rahul Kumar Gupta
Remove the maintainer name for meta-crystalforest from the maintainer list, since this layer is removed from meta-intel. Signed-off-by: Rahul Kumar Gupta --- meta-isg/MAINTAINERS | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta-isg/MAINTAINERS

[meta-intel] [PATCH 1/2] quark: explicitly set boot entry in bootloader

2016-10-18 Thread Jianxun Zhang
This is to get rid of "install" option when booting quark with an image in hddimg format. EFI installer doesn't work on quark at this point. Signed-off-by: Jianxun Zhang --- conf/machine/intel-quark.conf | 9 + 1 file changed, 9 insertions(+) diff --git

[meta-intel] [PATCH 2/2] README: Provide information for how to live-boot quark with hddimg

2016-10-18 Thread Jianxun Zhang
This change adds the procedure to boot quark with images in hddimg format. Signed-off-by: Jianxun Zhang --- README | 11 +++ 1 file changed, 11 insertions(+) diff --git a/README b/README index 772ac4e..777c66c 100644 --- a/README +++ b/README @@ -248,6

[meta-intel] [PATCH 0/2] quark: live-boot with hddimg

2016-10-18 Thread Jianxun Zhang
Saul, This patch series is in parallel with the series of RMC support of quark submitted yesterday because this work is not rmc-specific in fact. But in case you meet conflicts when merging, feel free to let me know. Jianxun Zhang (2): quark: explicitly set boot entry in bootloader README:

[meta-intel] [PATCH 3/4] quark: amend EFI Bootloader option

2016-10-18 Thread Jianxun Zhang
We cannot override the current EFI bootloader selection with another "EFI_PROVIDER=..." in a local.conf in a build/conf directory when it is specified by "=" syntax in the current conf file for quark. Signed-off-by: Jianxun Zhang --- conf/machine/intel-quark.conf

[meta-intel] [PATCH 0/4] RMC support for quark (hddimg)

2016-10-18 Thread Jianxun Zhang
Resubmission including the two previous submitted series for hddimg support on quark and adding RMC example for Galileo. Aware of wks image has been enabled in meta-intel, I will make RMC support direct-boot in the next stage. Jianxun Zhang (4): quark: explicitly set boot entry in bootloader

[meta-intel] [PATCH 2/4] README: Provide information for how to live-boot quark with hddimg

2016-10-18 Thread Jianxun Zhang
This change adds the procedure to boot quark with images in hddimg format. Signed-off-by: Jianxun Zhang --- README | 11 +++ 1 file changed, 11 insertions(+) diff --git a/README b/README index 772ac4e..777c66c 100644 --- a/README +++ b/README @@ -248,6

[meta-intel] [PATCH 1/4] quark: explicitly set boot entry in bootloader

2016-10-18 Thread Jianxun Zhang
This is to get rid of "install" option when booting quark with an image in hddimg format. EFI installer doesn't work on quark at this point. Signed-off-by: Jianxun Zhang --- conf/machine/intel-quark.conf | 9 + 1 file changed, 9 insertions(+) diff --git

[meta-intel] [PATCH 4/4] rmc: Add example for Galileo Gen 2 (Quark)

2016-10-18 Thread Jianxun Zhang
This is an experimental RMC sample for quark. At runtime, a boot option with board name will be available for user to boot the Galileo. Note: The supported image type is hddimg instead of the direct- boot image type usually used on quark. Use a USB stick flashed with the image to boot the Galileo