Re: [meta-intel] [yocto] CyaSSL library now available for use in Yocto Project

2014-07-11 Thread Khem Raj
On Fri, Jul 11, 2014 at 2:47 PM, Leah wrote: > CyaSSL lightweight SSL library is now available for use in Yocto Project > images! Check out our layer which we built and tested using the Minnowboard: > http://yassl.com/yaSSL/Blog/Entries/2014/7/11_meta-wolfssl_Layer_for_Yocto_and_OpenEmbedded.html

[meta-intel] [meta-minnow][PATCH] xserver-xf86-config: Delete unneeded THISDIR assignment

2015-08-12 Thread Khem Raj
This is causing it to spill over THISDIR calculated here into other search paths in a multi-bsp environment and as a result the other BSP doesnt get its directories added to FILESPATH Signed-off-by: Khem Raj --- recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend | 1 - 1 file

[meta-intel] [PATCH] rmc: Limit them to x86 targets

2016-11-08 Thread Khem Raj
Makes meta-intel behave well in multi-BSP scene Signed-off-by: Khem Raj --- common/recipes-bsp/rmc/rmc.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/recipes-bsp/rmc/rmc.bb b/common/recipes-bsp/rmc/rmc.bb index 9b87dd5..aeaf12e 100644 --- a/common/recipes-bsp/rmc/rmc.bb +++ b

Re: [meta-intel] [PATCH] rmc: Limit them to x86 targets

2016-11-09 Thread Khem Raj
s it then they can fix it and relax the regexp to include the new arches > > Thanks lot! > >> On Nov 8, 2016, at 8:39 AM, Khem Raj wrote: >> >> Makes meta-intel behave well in multi-BSP scene >> >> Signed-off-by: Khem Raj >> --- >>

[meta-intel] [PATCH 2/2] gstreamer1.0-vaapi: Import from meta-intel

2016-12-02 Thread Khem Raj
Update to 1.10.1 at the same time Signed-off-by: Khem Raj --- .../gstreamer/gstreamer1.0-vaapi.inc | 36 ++ .../gstreamer1.0-vaapi/install-tests.patch | 43 ++ .../gstreamer/gstreamer1.0-vaapi_1.10.1.bb | 6 +++ 3 files changed

[meta-intel] [PATCH 1/2] libva: Import from meta-intel and update to 1.7.3

2016-12-02 Thread Khem Raj
This recipe is used by intel and amd BSP layers additional copies are also there see https://layers.openembedded.org/layerindex/branch/master/recipes/?q=libva Signed-off-by: Khem Raj --- meta/recipes-graphics/libva/libva_1.7.3.bb | 48 ++ 1 file changed, 48

[meta-intel] [PATCH] dpdk: Update SRC_URI checksums

2016-12-05 Thread Khem Raj
Fixes fetch errors Signed-off-by: Khem Raj --- common/recipes-extended/dpdk/dpdk_16.11.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/common/recipes-extended/dpdk/dpdk_16.11.bb b/common/recipes-extended/dpdk/dpdk_16.11.bb index c544eb3..f55f702 100644 --- a/common

[meta-intel] [PATCH] systemd-boot.bbappend: Rename to use wildcard

2016-12-05 Thread Khem Raj
OE-Core is in process of renaming the recipe to have PV in recipe name. Cover that case for bbappend Signed-off-by: Khem Raj --- .../systemd-boot/{systemd-boot.bbappend => systemd-boot%.bbappend}| 0 1 file changed, 0 insertions(+), 0 deletions(-) rename common/recipes-bsp/systemd-b

Re: [meta-intel] [PATCH] dpdk: Update SRC_URI checksums

2016-12-07 Thread Khem Raj
On Wed, Dec 7, 2016 at 7:44 AM, Wold, Saul wrote: > On Mon, 2016-12-05 at 23:26 +0000, Khem Raj wrote: >> Fixes fetch errors >> >> Signed-off-by: Khem Raj >> --- >> common/recipes-extended/dpdk/dpdk_16.11.bb | 5 ++--- >> 1 file changed, 2 insertions(+), 3

[meta-intel] [PATCH] linux-intel: Backport patch to fix build with gcc7

2017-04-17 Thread Khem Raj
Signed-off-by: Khem Raj --- ...ve-up-on-gcc-ilog2-constant-optimizations.patch | 127 + common/recipes-kernel/linux/linux-intel_4.9.bb | 5 +- 2 files changed, 130 insertions(+), 2 deletions(-) create mode 100644 common/recipes-kernel/linux/files/0001-give-up-on-gcc

Re: [meta-intel] [PATCH] linux-intel: Backport patch to fix build with gcc7

2017-04-18 Thread Khem Raj
On Tue, Apr 18, 2017 at 7:46 AM, Saul Wold wrote: > On Mon, 2017-04-17 at 23:40 +0000, Khem Raj wrote: >> Signed-off-by: Khem Raj >> --- >> ...ve-up-on-gcc-ilog2-constant-optimizations.patch | 127 >> + >> common/recipes-kernel/linux/linu

[meta-intel] [PATCH] libyami: Update to 1.2.0

2017-06-13 Thread Khem Raj
Signed-off-by: Khem Raj --- .../libyami/{libyami-utils_1.1.0.bb => libyami-utils_1.2.0.bb} | 9 - .../libyami/{libyami_1.1.0.bb => libyami_1.2.0.bb} | 9 +++-- 2 files changed, 7 insertions(+), 11 deletions(-) rename common/recipes-multimedia/libyami/{l

[meta-intel] [PATCH V2] libyami: Update to 1.2.0

2017-06-19 Thread Khem Raj
Use downloadfilename fetcher option to avoid DL_DIR conflicts since both libyami and libyami-utils name the tarballs to be PV.tar.gz and PV happens to be same for both Signed-off-by: Khem Raj --- .../libyami/{libyami-utils_1.1.0.bb => libyami-utils_1.2.0.bb} | 9 +++-- .../liby

[meta-intel] [PATCH] thermald: Add openmp to dependencies when building with clang

2017-07-25 Thread Khem Raj
Signed-off-by: Khem Raj --- common/recipes-bsp/thermald/thermald_1.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/recipes-bsp/thermald/thermald_1.6.bb b/common/recipes-bsp/thermald/thermald_1.6.bb index fe6d109..a049138 100644 --- a/common/recipes-bsp/thermald

[meta-intel] [PATCH 1/3] libyami: Rename the file to be checked with LIC_FILES_CHKSUM

2017-08-01 Thread Khem Raj
COPYING.LIB doesn't exist anymore Signed-off-by: Khem Raj --- common/recipes-multimedia/libyami/libyami_1.2.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/recipes-multimedia/libyami/libyami_1.2.0.bb b/common/recipes-multimedia/libyami/libyami_1.2.0.bb

[meta-intel] [PATCH 2/3] qat16: Fix build when ld-is-gold is set in DISTRO_FEATURES

2017-08-01 Thread Khem Raj
Signed-off-by: Khem Raj --- common/recipes-extended/qat/qat16.inc | 2 +- common/recipes-extended/qat/qat16/use-CC-for-LD.patch | 17 + common/recipes-extended/qat/qat16_2.6.0-65.bb | 1 + 3 files changed, 19 insertions(+), 1 deletion(-) create mode

[meta-intel] [PATCH 3/3] dpdk: Fix build with examples

2017-08-01 Thread Khem Raj
Signed-off-by: Khem Raj --- ...-examples-Fix-maybe-uninitialized-warning.patch | 44 ++ common/recipes-extended/dpdk/dpdk_17.05.bb | 1 + 2 files changed, 45 insertions(+) create mode 100644 common/recipes-extended/dpdk/dpdk/0001-examples-Fix-maybe-uninitialized

[meta-intel] [PATCH] dpdk: Link examples with BFD linker

2017-08-01 Thread Khem Raj
Bypass the gold bug https://sourceware.org/bugzilla/show_bug.cgi?id=21882 Signed-off-by: Khem Raj --- common/recipes-extended/dpdk/dpdk.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/recipes-extended/dpdk/dpdk.inc b/common/recipes-extended/dpdk/dpdk.inc index

[meta-intel] [PATCH] libyami: Fix build with musl/clang

2017-08-11 Thread Khem Raj
These patches are interesting from upstreaming point of view as well Signed-off-by: Khem Raj --- ...01-bitWriter.cpp-Delete-unused-CACHEBYTES.patch | 25 .../0002-typecast-index-from-size_t-to-int.patch | 40 +++ ...-invalid-offsetof-to-compiler-commandline.patch | 27

[meta-intel] [PATCH 1/3] libyami-utils: Fix build with clang

2017-08-12 Thread Khem Raj
Signed-off-by: Khem Raj --- .../libyami-utils/0001-Fix-build-with-clang.patch | 97 ++ .../libyami/libyami-utils_1.2.0.bb | 4 +- 2 files changed, 100 insertions(+), 1 deletion(-) create mode 100644 common/recipes-multimedia/libyami/libyami-utils/0001-Fix

[meta-intel] [PATCH 2/3] dpdk-dev-libibverbs: Fix additional warnings

2017-08-12 Thread Khem Raj
Clang detects more warnings as errors and these fixes address it Signed-off-by: Khem Raj --- .../dpdk-dev-libibverbs_1.2.1-3.4-2.0.0.0.bb | 6 +- .../files/0001-Fix-build-with-clang.patch | 30 ++ ...02-typecast-enum-to-int-before-comparison.patch | 113

[meta-intel] [PATCH 3/3] efilinux: Fix build warnings

2017-08-12 Thread Khem Raj
Additional warnings found with clang Signed-off-by: Khem Raj --- ...-Disable-address-of-packed-member-warning.patch | 31 ++ .../efilinux/0002-initialize-char-pointers.patch | 31 ++ common/recipes-bsp/efilinux/efilinux_1.1.bb| 5 +++- 3 files

Re: [meta-intel] [PATCH] libyami: Fix build with musl/clang

2017-08-14 Thread Khem Raj
On Mon, Aug 14, 2017 at 7:21 AM, Wold, Saul wrote: > On Fri, 2017-08-11 at 21:17 -0700, Khem Raj wrote: >> These patches are interesting from upstreaming point of view as well >> > Khem, > > If they are good for Upstream, are you submitting them upstream, can > you

Re: [meta-intel] [PATCH] libyami: Fix build with musl/clang

2017-08-14 Thread Khem Raj
On Mon, Aug 14, 2017 at 9:27 AM, Wold, Saul wrote: > On Mon, 2017-08-14 at 09:23 -0700, Khem Raj wrote: >> On Mon, Aug 14, 2017 at 7:21 AM, Wold, Saul >> wrote: >> > >> > On Fri, 2017-08-11 at 21:17 -0700, Khem Raj wrote: >> > > >> > > The

[meta-intel] [PATCH V2 1/4] libyami: Fix build with musl/clang

2017-08-14 Thread Khem Raj
These patches are interesting from upstreaming point of view as well Signed-off-by: Khem Raj --- ...01-bitWriter.cpp-Delete-unused-CACHEBYTES.patch | 27 + .../0002-typecast-index-from-size_t-to-int.patch | 42 +++ ...-invalid-offsetof-to-compiler-commandline.patch | 29

[meta-intel] [PATCH V2 3/4] dpdk-dev-libibverbs: Fix additional warnings

2017-08-14 Thread Khem Raj
Clang detects more warnings as errors and these fixes address it Signed-off-by: Khem Raj --- .../dpdk-dev-libibverbs_1.2.1-3.4-2.0.0.0.bb | 6 +- .../files/0001-Fix-build-with-clang.patch | 32 ++ ...02-typecast-enum-to-int-before-comparison.patch | 115

[meta-intel] [PATCH V2 4/4] efilinux: Fix build warnings

2017-08-14 Thread Khem Raj
Additional warnings found with clang Signed-off-by: Khem Raj --- ...-Disable-address-of-packed-member-warning.patch | 33 ++ .../efilinux/0002-initialize-char-pointers.patch | 33 ++ common/recipes-bsp/efilinux/efilinux_1.1.bb| 5 +++- 3 files

[meta-intel] [PATCH V2 2/4] libyami-utils: Fix build with clang

2017-08-14 Thread Khem Raj
Signed-off-by: Khem Raj --- .../libyami-utils/0001-Fix-build-with-clang.patch | 99 ++ .../libyami/libyami-utils_1.2.0.bb | 4 +- 2 files changed, 102 insertions(+), 1 deletion(-) create mode 100644 common/recipes-multimedia/libyami/libyami-utils/0001-Fix

[meta-intel] [PATCH] rmc: Add -fno-stack-protector

2017-08-24 Thread Khem Raj
Some toolchains may have configured itself with ssp in such cases just removing -fstack-protector-strong is not enough to disable ssp, additionally disabling it on cmdline is required too Signed-off-by: Khem Raj --- common/recipes-bsp/rmc/rmc-efi.bb | 1 + common/recipes-bsp/rmc/rmc.bb | 1

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

Re: [meta-intel] thermald: seems to be broken with clang

2018-12-12 Thread Khem Raj
Hi Tim On Tue, Dec 11, 2018 at 9:34 AM Tim Orling wrote: > > ERROR: thermald-1.8-r0 do_prepare_recipe_sysroot: The file > /usr/lib/libgomp.so is installed by both gcc-runtime and openmp, aborting > > local.conf: > TOOLCHAIN ?= "clang" > DISTRO_FEATURES_append = " ld-is-gold” > > Thoughts? Workar

Re: [meta-intel] [yocto] Build error after changing PACKAGE_CLASSES to package_deb

2019-01-23 Thread Khem Raj
this is the problem dpkg-deb: error: package name has characters that aren't lowercase alphanums or '-+.' its possible that linux-imx is adding some string to PR which is not honoring this convention usually introduced by setting EXTRAVERSION in kernel toplevel makefile On Mon, Jan 21, 2019 at 8

Re: [meta-intel] [yocto] [PATCH] layer.conf: Use .= for adding to BBPATH and += to BBFILES

2013-01-07 Thread Khem Raj
On Mon, Jan 7, 2013 at 8:08 AM, Darren Hart wrote: > Hi Khem, > > On 01/03/2013 07:50 PM, Khem Raj wrote: >> Fixes parsing errors which is appearing after this commit to >> meta-openembedded >> >> http://cgit.openembedded.org/meta-openembedded/commit/?id=3c21a46

[meta-intel] [PATCH] mesa-dri: Move bbapend to 9.0.2 to match OE-Core

2013-02-12 Thread Khem Raj
Signed-off-by: Khem Raj --- ...-dri_9.0.1.bbappend => mesa-dri_9.0.2.bbappend} |0 1 file changed, 0 insertions(+), 0 deletions(-) rename common/recipes-graphics/mesa/{mesa-dri_9.0.1.bbappend => mesa-dri_9.0.2.bbappend} (100%) diff --git a/common/recipes-graphics/mesa/mesa-dri

[meta-intel] [PATCH] tiny-init: Drop the bbappend

2013-05-16 Thread Khem Raj
init file which it was providing is ditto as meta-yocto so bbappend is redundant plus it gets rid of following warning for non poky distros. WARNING: No recipes available for: /builds1/meta-intel/meta-fri2/recipes-core/tiny-init/tiny-init.bbappend Signed-off-by: Khem Raj CC: Darren Hart

[meta-intel] [PATCH] recipes: Mark x86 specific recipes so

2013-06-27 Thread Khem Raj
These recipes are x86 specific packages so lets make sure they dont get built for non-x86 architectures Signed-off-by: Khem Raj --- common/recipes-bsp/gnu-efi/gnu-efi_3.0m.bb |2 ++ .../openssl-qat-module/openssl-qat-module.bb |2 ++ .../intel-gpu-tools/intel-gpu-tools_1.3

[meta-intel] [meta-minnow][PATCH] tiny-init: Remove bbappend

2013-10-17 Thread Khem Raj
init file is exact copy whats in meta-yocto so delete it here Signed-off-by: Khem Raj --- recipes-core/tiny-init/tiny-init.bbappend | 5 - recipes-core/tiny-init/tiny-init/init | 26 -- 2 files changed, 31 deletions(-) delete mode 100644 recipes-core/tiny-init

Re: [meta-intel] [meta-minnow][PATCH] tiny-init: Remove bbappend

2013-10-18 Thread Khem Raj
On Oct 18, 2013, at 11:05 AM, Darren Hart wrote: > On Wed, 2013-10-16 at 17:29 -0700, Khem Raj wrote: >> init file is exact copy whats in meta-yocto >> so delete it here > > Hi Khem, was this for meta-minnow? I don't see this file in any of the > branches dylan,

Re: [meta-intel] [yocto] [common][dora][PATCHv2] emgd-driver-bin: limit build to x86

2014-02-14 Thread Khem Raj
-Khem On Feb 14, 2014 10:25 AM, "Koen Kooi" wrote: > > When building GL apps for non-x86 machines (e.g. raspberrypi) emgd-driver-bin is being > dragged in as a valid provider. To avoid build breakage fix it at the > source by limiting emgd-driver-bin to x86 architectures. > > Signed-off-by: Koen K

[meta-intel] [PATCH] layer.conf: Add warrior to compatible release series

2019-04-01 Thread Khem Raj
Signed-off-by: Khem Raj --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 63e9e5ea..3e75b0fe 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -18,7 +18,7 @@ LAYERRECOMMENDS_intel = "dpdk intel-qat" # T

[meta-intel] [PATCH] layer: Mark zeus as compatible release

2019-10-08 Thread Khem Raj
Signed-off-by: Khem Raj --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index ac7c8f97..fcbf3e17 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -18,7 +18,7 @@ LAYERRECOMMENDS_intel = "dpdk intel-qat" # T

[meta-intel] [PATCH] lms: Do not build on musl

2019-10-09 Thread Khem Raj
It depends on ace which is marked as incompatible for musl as well Signed-off-by: Khem Raj --- .../openembedded-layer/recipes-bsp/amt/lms_1932.0.0.0.bb| 2 ++ 1 file changed, 2 insertions(+) diff --git a/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_1932.0.0.0.bb b/dynamic

[meta-intel] [PATCH 2/2] intel-media-driver: Use -fno-tree-pre when using gcc alone

2019-10-09 Thread Khem Raj
Fixes clang-9: error: unknown argument: '-fno-tree-pre' Signed-off-by: Khem Raj --- recipes-multimedia/libva/intel-media-driver_19.2.1.bb | 4 1 file changed, 4 insertions(+) diff --git a/recipes-multimedia/libva/intel-media-driver_19.2.1.bb b/recipes-multimedia/libva/i

[meta-intel] [PATCH 1/2] metrics-discovery: Fix build with clang

2019-10-09 Thread Khem Raj
Signed-off-by: Khem Raj --- ...place-string.h-with-string-C-header-.patch | 34 +++ .../metrics-discovery_1.5.108.bb | 4 ++- 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 recipes-graphics/metrics-discovery/metrics-discovery/0001