[meta-intel] [PATCH v5] libxcam: Initial recipe for libXCam

2019-07-28 Thread Anuj Mittal
From: Ankit Navik It adds generic recipe for libXCam for extended camera feature, but not limited in camera. It focuses on image quality improvement and video analysis. Signed-off-by: Ankit Navik Signed-off-by: Anuj Mittal --- conf/include/maintainers.inc | 1 + ...kan-

Re: [meta-intel] [PATCH] gmmlib: disable x32 build

2019-07-28 Thread Mittal, Anuj
On Mon, 2019-07-29 at 11:00 +0800, Naveen Saini wrote: > +COMPATIBLE_HOST = '(i.86|x86_64).*-linux' This will match the beginning of string and as a result will return a match even where there is a -gnux32 or -muslx32 at the end. Try using: COMPATIBLE_HOST_x86-x32 = "null" Thanks, Anuj -- ___

[meta-intel] [PATCH] gmmlib: disable x32 build

2019-07-28 Thread Naveen Saini
Upstream doesn't support building for x32. Instead of patching makefile to build for x32 and risk runtime failures, disable the build. Signed-off-by: Naveen Saini --- recipes-graphics/gmmlib/gmmlib_19.2.3.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-graphics/gmmlib/gmmlib_19.2.