Re: [oe] [PATCH] opencl-headers: Initial recipe for OpenCL headers

2018-10-15 Thread Denys Dmytriyenko
On Mon, Oct 15, 2018 at 08:07:06PM +0100, Burton, Ross wrote: > On Mon, 15 Oct 2018 at 20:01, Denys Dmytriyenko wrote: > > > > > > > > > > +do_install () { > > > > > > > > > > + install -d ${D}${includedir}/CL/ > > > > > > > > > > + for f in ${S}/CL/*.h; do > > > > > > > > > > +

[oe] [meta-oe][PATCH] zlog: fix up library path for multilib

2018-10-15 Thread Dan Dedrick
When using multilib the path for libraries might be something other than /usr/lib. zlog defaults LIBRARY_PATH to 'lib' so we need to set this appropriately so that cases where this isn't 'lib' it works properly. Signed-off-by: Dan Dedrick --- meta-oe/recipes-extended/zlog/zlog_git.bb | 2 +- 1

Re: [oe] [meta-oe][PATCH v2] catch2: new package

2018-10-15 Thread Bartosz Golaszewski
pon., 15 paź 2018 o 20:04 Khem Raj napisał(a): > > On Mon, Oct 15, 2018 at 8:54 AM Bartosz Golaszewski wrote: > > > > From: Bartosz Golaszewski > > > > Add a recipe for the catch2 testing framework. There's a bug upstream > > which makes it impossible to build with gcc7 so include a patch. > >

Re: [oe] [PATCH] opencl-headers: Initial recipe for OpenCL headers

2018-10-15 Thread Denys Dmytriyenko
On Mon, Oct 15, 2018 at 11:19:37AM -0700, Khem Raj wrote: > On Mon, Oct 15, 2018 at 11:14 AM Denys Dmytriyenko wrote: > > > > On Mon, Oct 15, 2018 at 04:13:03PM +0530, Ankit Navik wrote: > > > Hi Denis, > > > On Mon, Oct 15, 2018 at 8:42 AM Denys Dmytriyenko wrote: > > > > > > > > On Sun, Oct

Re: [oe] [meta-oe][PATCH v2] catch2: new package

2018-10-15 Thread Bartosz Golaszewski
pon., 15 paź 2018 o 20:16 Khem Raj napisał(a): > > On Mon, Oct 15, 2018 at 11:11 AM Bartosz Golaszewski wrote: > > > > pon., 15 paź 2018 o 20:04 Khem Raj napisał(a): > > > > > > On Mon, Oct 15, 2018 at 8:54 AM Bartosz Golaszewski wrote: > > > > > > > > From: Bartosz Golaszewski > > > > > > >

Re: [oe] [meta-oe][PATCH v2] catch2: new package

2018-10-15 Thread Khem Raj
On Mon, Oct 15, 2018 at 8:54 AM Bartosz Golaszewski wrote: > > From: Bartosz Golaszewski > > Add a recipe for the catch2 testing framework. There's a bug upstream > which makes it impossible to build with gcc7 so include a patch. > > Signed-off-by: Bartosz Golaszewski > --- > v1 -> v2: > -

Re: [oe] [PATCH] opencl-headers: Initial recipe for OpenCL headers

2018-10-15 Thread Denys Dmytriyenko
On Mon, Oct 15, 2018 at 04:13:03PM +0530, Ankit Navik wrote: > Hi Denis, > On Mon, Oct 15, 2018 at 8:42 AM Denys Dmytriyenko wrote: > > > > On Sun, Oct 14, 2018 at 11:29:26AM -0700, Khem Raj wrote: > > > On Sat, Oct 6, 2018 at 1:49 AM Ankit Navik wrote: > > > > > > > > Hi Armin, > > > > > > > >

Re: [oe] [meta-perl][PATCH 2/2] libnet-dns-perl: upgrade 1.17 -> 1.18; enable ptest

2018-10-15 Thread Khem Raj
On Mon, Oct 15, 2018 at 9:13 AM Tim Orling wrote: > > * Add UPSTREAM_CHECK_REGEX to ignore DEV releases > * Add RDEPENDS that were missing > * Enable ptest and add RDEPENDS for tests > * Add RRECOMMENDS for libnet-dns-sec-perl > > * Upstream release notes: > """ > 1.18 Sep 21, 2018 > >

Re: [oe] [meta-oe][PATCH v2] catch2: new package

2018-10-15 Thread Khem Raj
On Mon, Oct 15, 2018 at 11:11 AM Bartosz Golaszewski wrote: > > pon., 15 paź 2018 o 20:04 Khem Raj napisał(a): > > > > On Mon, Oct 15, 2018 at 8:54 AM Bartosz Golaszewski wrote: > > > > > > From: Bartosz Golaszewski > > > > > > Add a recipe for the catch2 testing framework. There's a bug

Re: [oe] [PATCH] opencl-headers: Initial recipe for OpenCL headers

2018-10-15 Thread Burton, Ross
On Mon, 15 Oct 2018 at 20:01, Denys Dmytriyenko wrote: > > > > > > > > > +do_install () { > > > > > > > > > + install -d ${D}${includedir}/CL/ > > > > > > > > > + for f in ${S}/CL/*.h; do > > > > > > > > > + install -m 0644 $f ${D}${includedir}/CL/ > > > > > > > > > > Single

Re: [oe] [meta-oe][PATCH] polkit: fixup 'installed but not shipped' error

2018-10-15 Thread Khem Raj
On Mon, Oct 15, 2018 at 2:11 PM Mark Asselstine wrote: > > When building with 'installed-vs-shipped' QA check enabled you will > see the following when building polkit: > > ERROR: polkit-0.115-r0 do_package: QA Issue: polkit: > Files/directories were installed but not shipped in any

Re: [oe] [meta-oe][PATCH v2] catch2: new package

2018-10-15 Thread Khem Raj
On Mon, Oct 15, 2018 at 11:29 AM Bartosz Golaszewski wrote: > pon., 15 paź 2018 o 20:16 Khem Raj napisał(a): > > > > On Mon, Oct 15, 2018 at 11:11 AM Bartosz Golaszewski > wrote: > > > > > > pon., 15 paź 2018 o 20:04 Khem Raj napisał(a): > > > > > > > > On Mon, Oct 15, 2018 at 8:54 AM Bartosz

Re: [oe] [meta-perl][PATCH 1/2] libnet-dns-sec-perl: add recipe for 1.10

2018-10-15 Thread Khem Raj
On Mon, Oct 15, 2018 at 9:12 AM Tim Orling wrote: > > Net::DNS::SEC is installed as an extension to an existing Net::DNS > installation providing packages to support DNSSEC as specified in > RFC4033, RFC4034, RFC4035 and related documents. > > It also provides support for SIG0 which is useful for

Re: [oe] [PATCH] opencl-headers: Initial recipe for OpenCL headers

2018-10-15 Thread Khem Raj
On Mon, Oct 15, 2018 at 11:14 AM Denys Dmytriyenko wrote: > > On Mon, Oct 15, 2018 at 04:13:03PM +0530, Ankit Navik wrote: > > Hi Denis, > > On Mon, Oct 15, 2018 at 8:42 AM Denys Dmytriyenko wrote: > > > > > > On Sun, Oct 14, 2018 at 11:29:26AM -0700, Khem Raj wrote: > > > > On Sat, Oct 6, 2018

[oe] [meta-oe][PATCH] polkit: fixup 'installed but not shipped' error

2018-10-15 Thread Mark Asselstine
When building with 'installed-vs-shipped' QA check enabled you will see the following when building polkit: ERROR: polkit-0.115-r0 do_package: QA Issue: polkit: Files/directories were installed but not shipped in any package: /usr/lib64/gir-1.0

[oe] [PATCH v3] opencl-headers: Initial recipe for OpenCL headers

2018-10-15 Thread Ankit Navik
Add generic recipe for OpenCL API headers. Suggested-by: Burton, Ross Signed-off-by: Ankit Navik --- .../recipes-core/opencl-headers/opencl-headers_git.bb | 17 + 1 file changed, 17 insertions(+) create mode 100644 meta-oe/recipes-core/opencl-headers/opencl-headers_git.bb

Re: [oe] [PATCH] opencl-headers: Initial recipe for OpenCL headers

2018-10-15 Thread Ankit Navik
Hi Ross, On Tue, Oct 16, 2018 at 12:37 AM Burton, Ross wrote: > > On Mon, 15 Oct 2018 at 20:01, Denys Dmytriyenko wrote: > > > > > > > > > > +do_install () { > > > > > > > > > > + install -d ${D}${includedir}/CL/ > > > > > > > > > > + for f in ${S}/CL/*.h; do > > > > > > > > > > +

[oe] [meta-networking][PATCH] wireshark: update to 2.6.4

2018-10-15 Thread Yi Zhao
* Update SRC_URI In https://1.as.dl.wireshark.org/src/, it only keep the latest release. Switch to https://1.as.dl.wireshark.org/src/all-versions/ to make sure the old release can be found. * Drop patch fix-fatal-no-names-found-git-error.patch Actually this piece of code should not be

[oe] [meta-networking][PATCH] keepalived: remove update-rc.d settings

2018-10-15 Thread Chen Qi
The recipe wants to install a script under init.d but does not want to it be started by default. It did so by inheriting update-rc.d and setting INITSCRIPT_PARAMS to "remove". This is not correct. We could just not inherit 'update-rc.d' to achieve such effect. Signed-off-by: Chen Qi ---

[oe] [PATCH][meta-oe] glog: enable building shared library again

2018-10-15 Thread Martin Jansa
* fix the soversion used by libglog as explained bellow: The preferred default should IMHO be the same as with 0.3.4 version which was shared library, but that's easy to add with small bbappend having: EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON" but unfortunately the SONAME in the library changed

Re: [oe] [meta-oe][PATCH] glog: upgrade 0.3.4 -> 0.3.5

2018-10-15 Thread Martin Jansa
On Tue, Oct 09, 2018 at 11:52:36AM +0200, Vyacheslav Yurkov wrote: > Well, two obvious reasons: > - glog fixes between 0.3.4 and 0.3.5 > - cmake support, which simplifies dependency handling when SDK generation > is involved (for example for libraries like ceres-solver) > > I need to update my

Re: [oe] [PATCH] opencl-headers: Initial recipe for OpenCL headers

2018-10-15 Thread Ankit Navik
Hi Denis, On Mon, Oct 15, 2018 at 8:42 AM Denys Dmytriyenko wrote: > > On Sun, Oct 14, 2018 at 11:29:26AM -0700, Khem Raj wrote: > > On Sat, Oct 6, 2018 at 1:49 AM Ankit Navik wrote: > > > > > > Hi Armin, > > > > > > On Thu, Oct 4, 2018 at 4:40 AM akuster808 wrote: > > > > > > > > > > > > > > >

Re: [oe] [PATCH] opencl-headers: Initial recipe for OpenCL headers

2018-10-15 Thread Ankit Navik
Hi Raj, On Sun, Oct 14, 2018 at 11:59 PM Khem Raj wrote: > > On Sat, Oct 6, 2018 at 1:49 AM Ankit Navik wrote: > > > > Hi Armin, > > > > On Thu, Oct 4, 2018 at 4:40 AM akuster808 wrote: > > > > > > > > > > > > On 10/03/2018 08:40 AM, Ankit Navik wrote: > > > > Add generic recipe for OpenCL API

[oe] [PATCH v2] opencl-icd-loader: Initial recipe for OpenCL ICD loader

2018-10-15 Thread Ankit Navik
This patch provides ICD loader library, ICD loader test binary and some helper library for test. Signed-off-by: Ankit Navik --- .../opencl-icd-loader/opencl-icd-loader_git.bb | 45 ++ 1 file changed, 45 insertions(+) create mode 100644

Re: [oe] [meta-oe][PATCH] glog: upgrade 0.3.4 -> 0.3.5

2018-10-15 Thread Vyacheslav Yurkov
Hi Martin, Thanks for the comment. Thanks for comments. I will add this patch and I also what to append RDEPENDS_${PN} += "libunwind". I plan to send the updates this week. Vyacheslav On Mon, Oct 15, 2018 at 1:11 PM Martin Jansa wrote: > On Tue, Oct 09, 2018 at 11:52:36AM +0200, Vyacheslav

[oe] [PATCH v2] opencl-headers: Initial recipe for OpenCL headers

2018-10-15 Thread Ankit Navik
Add generic recipe for OpenCL API headers. Signed-off-by: Ankit Navik --- .../recipes-core/opencl-headers/opencl-headers_git.bb | 19 +++ 1 file changed, 19 insertions(+) create mode 100644 meta-oe/recipes-core/opencl-headers/opencl-headers_git.bb diff --git

[oe] [PATCH] Khronos: Add Khronos LICENSE

2018-10-15 Thread Ankit Navik
Suggested-by: Khem Raj Signed-off-by: Ankit Navik --- meta-oe/licenses/Khronos | 35 +++ 1 file changed, 35 insertions(+) create mode 100644 meta-oe/licenses/Khronos diff --git a/meta-oe/licenses/Khronos b/meta-oe/licenses/Khronos new file mode 100644 index

Re: [oe] [meta-oe][PATCH] catch2: new package

2018-10-15 Thread Bartosz Golaszewski
czw., 11 paź 2018 o 16:32 akuster808 napisał(a): > > > > On 10/11/2018 02:08 AM, Bartosz Golaszewski wrote: > > From: Bartosz Golaszewski > > > > Add a recipe for the catch2 testing framework. There's a bug upstream > > which makes it impossible to build with gcc7 so include a patch. > > > >

[oe] [meta-oe][PATCH] cpupower: Update LIC_FILES_CHKSUM

2018-10-15 Thread mingli.yu
From: Mingli Yu Update LIC_FILES_CHKSUM for cpupower as the COPYING file which is used for LIC_FILES_CHKSUM has been changed in below commit: commit bf02d491237eea10290bd379bf7fc8c37ac6c3b4 Author: Mauro Carvalho Chehab Date: Fri Mar 23 06:51:06 2018 -0300 COPYING: use the new text with

[oe] [PATCH v2] catch2: new package

2018-10-15 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add a recipe for the catch2 testing framework. There's a bug upstream which makes it impossible to build with gcc7 so include a patch. Signed-off-by: Bartosz Golaszewski --- v1 -> v2: - upstream merged a different solution for the build error: backport the relevant

[oe] [meta-perl][PATCH 1/2] libnet-dns-sec-perl: add recipe for 1.10

2018-10-15 Thread Tim Orling
Net::DNS::SEC is installed as an extension to an existing Net::DNS installation providing packages to support DNSSEC as specified in RFC4033, RFC4034, RFC4035 and related documents. It also provides support for SIG0 which is useful for dynamic updates. Implements cryptographic signature

[oe] [meta-perl][PATCH 2/2] libnet-dns-perl: upgrade 1.17 -> 1.18; enable ptest

2018-10-15 Thread Tim Orling
* Add UPSTREAM_CHECK_REGEX to ignore DEV releases * Add RDEPENDS that were missing * Enable ptest and add RDEPENDS for tests * Add RRECOMMENDS for libnet-dns-sec-perl * Upstream release notes: """ 1.18 Sep 21, 2018 Documentation revised to remove ambigous use of "answer" which

[oe] [meta-oe][PATCH v2] catch2: new package

2018-10-15 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add a recipe for the catch2 testing framework. There's a bug upstream which makes it impossible to build with gcc7 so include a patch. Signed-off-by: Bartosz Golaszewski --- v1 -> v2: - upstream merged a different solution for the build error: backport the relevant