Re: [meta-intel] [PATCH 2/4] clang: build Intel common-clang and spirv

2019-04-05 Thread Burton, Ross
On Fri, 5 Apr 2019 at 14:01, Anuj Mittal wrote: > ...nge-type-of-block-pointer-for-OpenCL.patch | 152 +++ > ...CL-pass-to-handle-new-blocks-represn.patch | 1116 + > ...001-dont-export-targets-for-binaries.patch | 66 + > .../files/0001-point-to-correct-clang.patch | 59 +

Re: [meta-intel] [PATCH 4/4] layer.conf: add clang to dynamic layers

2019-04-05 Thread Burton, Ross
Can you reorder/squash so that the files go into the right place, instead of going somewhere and then moving? Ross On Fri, 5 Apr 2019 at 14:01, Anuj Mittal wrote: > > and move the clang bbappend there > > Signed-off-by: Anuj Mittal > --- > conf/layer.conf

Re: [meta-intel] [PATCH 3/4] intel-graphics-compiler: add

2019-04-05 Thread Burton, Ross
On Fri, 5 Apr 2019 at 14:00, Anuj Mittal wrote: > +inherit cmake pythonnative Assuming it's using the standard Python checkers in cmake then this will probably work: EXTRA_OECMAKE = "-DPYTHON_EXECUTABLE=${HOSTTOOLS_DIR}/python3" (or maybe python2 if it needs Py2 and can't handle py3) Ross --

[meta-intel] [PATCH 2/4] clang: build Intel common-clang and spirv

2019-04-05 Thread Anuj Mittal
Common clang is a thin wrapper library around clang. Common clang has OpenCL-oriented API and is capable to compile OpenCL C kernels to SPIR-V modules. This adds a bbappend to clang recipe from meta-clang to build the necessary components. Signed-off-by: Anuj Mittal ---

[meta-intel] [PATCH 4/4] layer.conf: add clang to dynamic layers

2019-04-05 Thread Anuj Mittal
and move the clang bbappend there Signed-off-by: Anuj Mittal --- conf/layer.conf | 4 .../clang-layer/recipes-devtools}/clang/clang_%.bbappend | 0 .../0001-OpenCL-Change-type-of-block-pointer-for-OpenCL.patch | 0

[meta-intel] [PATCH 3/4] intel-graphics-compiler: add

2019-04-05 Thread Anuj Mittal
The Intel(R) Graphics Compiler for OpenCL(TM) is an llvm based compiler for OpenCL(TM) targeting Intel Gen graphics hardware architecture. More details at: https://01.org/compute-runtime Signed-off-by: Anuj Mittal --- .../0001-skip-execution-of-ElfPackager.patch | 38 +++

[meta-intel] [PATCH 1/4] build linux_linker from common clang

2019-04-05 Thread Anuj Mittal
Build only linux_linker component from common clang library for native use when compiling the target version. Signed-off-by: Anuj Mittal --- .../opencl/opencl-clang-native_8.0.0.bb | 25 +++ 1 file changed, 25 insertions(+) create mode 100644

[meta-intel] [PATCH] ixgbe: 5.5.3 -> 5.5.5

2019-04-05 Thread Naveen Saini
For changes, please see: https://sourceforge.net/projects/e1000/files/ixgbe%20stable/5.5.5/ Signed-off-by: Naveen Saini --- .../intel-ethernet/{ixgbe_5.5.3.bb => ixgbe_5.5.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename