Re: [meta-intel] [poky] Yocto kernel compilation issues

2018-09-04 Thread srinivasan
"inherit kernel" doesn't allow to add new kernels for the very first to yocto build system for example adding the below kernel *- The kernel used would be the Linux-rt-devel v4.14.39 from the git repo in https://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-rt-devel.git/

Re: [meta-intel] [poky] Yocto kernel compilation issues

2018-09-04 Thread Paul Eggleton
On Wednesday, 5 September 2018 1:44:22 PM NZST srinivasan wrote: > Adding the "DEPENDS += "xz-native bc-native" in the "linux-srini_4.14.bb" > did the trick FYI the main issue with your kernel recipe is it does not "inherit kernel" which takes care of this (and many other things) for you. I guess

Re: [meta-intel] [PATCH] qat16: remove recipe for older version 2.5.0-80

2018-09-04 Thread Anuj Mittal
Thanks Raymond. I have pushed all the qat layer patches. Thanks, Anuj On 09/05/2018 10:23 AM, Tan, Raymond wrote: > This patch removes the older version recipe for qat16 > > Signed-off-by: Tan, Raymond > --- > 0-80-qat-add-install-target-to-makefiles.patch | 387 > - >

[meta-intel] [PATCH] qat16: remove recipe for older version 2.5.0-80

2018-09-04 Thread Tan, Raymond
This patch removes the older version recipe for qat16 Signed-off-by: Tan, Raymond --- 0-80-qat-add-install-target-to-makefiles.patch | 387 - recipes-extended/qat/qat16_2.5.0-80.bb | 12 - 2 files changed, 399 deletions(-) delete mode 100644 recipes-extende

Re: [meta-intel] [poky] Yocto kernel compilation issues

2018-09-04 Thread srinivasan
Adding the "DEPENDS += "xz-native bc-native" in the "linux-srini_4.14.bb" did the trick Many many thanks for all your support :) On Wed 5 Sep, 2018, 7:12 AM Khem Raj, wrote: > in your local.conf add > > HOSTTOOLS += "bc" > > see if that helps > > On Tue, Sep 4, 2018 at 5:33 PM srinivasan > wro

Re: [meta-intel] [poky] Yocto kernel compilation issues

2018-09-04 Thread Khem Raj
in your local.conf add HOSTTOOLS += "bc" see if that helps On Tue, Sep 4, 2018 at 5:33 PM srinivasan wrote: > > srinivasan > 5:55 AM (4 minutes ago) > to *yocto-infrastructure* > After changing from "*do_compile_ () {*" to "*do_compile() {*", in the > attached recipe file, Compilation started

[meta-intel] [meta-intel-qat][PATCH] qat16: depend on openssl10

2018-09-04 Thread Anuj Mittal
Fixes error: | Creating shared library cpa_sample_code_s.so | x86_64-poky-linux-gcc -m64 -march=nehalem -mtune=generic -mfpmath=sse -msse4.2 -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/poky/build/tmp/work/intel_corei7_64-poky-linux/

[meta-intel] Yocto kernel compilation issues

2018-09-04 Thread srinivasan
srinivasan 5:55 AM (4 minutes ago) to *yocto-infrastructure* After changing from "*do_compile_ () {*" to "*do_compile() {*", in the attached recipe file, Compilation started but got stuck "*/bin/sh: 1: bc: not found* *make[1]: *** [include/generated/timeconst.h] Error 127* *make: *** [prepare0]

[meta-intel] Adding new kernel and compilation (x86) issues with yocto

2018-09-04 Thread srinivasan
t; TARGET_SYS = "i586-poky-linux" MACHINE = "qemux86" DISTRO = "poky" DISTRO_VERSION = "2.5+snapshot-20180904" TUNE_FEATURES= "m

Re: [meta-intel] [PATCH 1/3] dpdk-dev-libibverbs: fix do_fetch failure in case of multilib

2018-09-04 Thread Mark Asselstine
On Tuesday, September 4, 2018 5:45:40 AM EDT ChenQi wrote: > We've used dpdk, glusterfs with libibverbs (from meta-cloud-services) > for a long time and nothing goes wrong. > > Maybe we should just drop this dpdk-dev-libibverbs recipe? After all, > its original repo has gone for a long time ... M

[meta-intel] [meta-intel-qat][PATCH v3 2/2] README: update note for QAT 1.7 and QAT Zlib Shim for QAT 1.7

2018-09-04 Thread Tan, Raymond
Update README to include matching QAT versions with QAT Zlib Shim version Signed-off-by: Tan, Raymond --- README | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README b/README index 6d01d74..fd96e88 100644 --- a/README +++ b/README @@ -21,7 +21,8 @@ Supported QAT Ve

[meta-intel] [meta-intel-qat][PATCH v3 1/2] zlib-qat: add common zlib-qat.inc and zlib-qat shim version 0.4.10-001

2018-09-04 Thread Tan, Raymond
This patch will do the following: 1) add zlib-qat.inc for common components across the zlib-qat shim version 0.4.7 and 0.4.10 2) add zlib-qat shim layer version 0.4.10-001, which works with QAT 1.7 hardware and uses the CMN driver(libusdm) provided by QAT17 package 3) inherit module.bbclass

[meta-intel] [meta-intel-qat][PATCH v3 0/2] Add QAT Zlib Compression Shim Layer version 0.4.10-001

2018-09-04 Thread Tan, Raymond
Dear Maintainer, The following patches will do the following: - add the support of new zlib-qat shim for QAT 1.7 version - refactor the bb files to separate the common components into zlib-qat.inc - inherit module.bbclass for only v 0.4.7-002, and override necessary functions - update README w

Re: [meta-intel] [PATCH 1/3] dpdk-dev-libibverbs: fix do_fetch failure in case of multilib

2018-09-04 Thread ChenQi
We've used dpdk, glusterfs with libibverbs (from meta-cloud-services) for a long time and nothing goes wrong. Maybe we should just drop this dpdk-dev-libibverbs recipe? After all, its original repo has gone for a long time ... Best Regards, Chen Qi On 01/06/2018 04:17 AM, Cal Sullivan wrote: