[oe] [PATCH] kpatch: fix QA build errors for nativesdk

2019-08-07 Thread Ruslan Bilovol via Openembedded-devel
This patch fixes next QA Issue: nativesdk-kpatch: Files/directories were installed but not shipped in any package: /etc /etc/init /etc/init/kpatch.conf Signed-off-by: Ruslan Bilovol --- meta-oe/recipes-kernel/kpatch/kpatch.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe

[oe] [PATCH] libnss-nisplus: Add recipe

2019-08-07 Thread Ruslan Bilovol via Openembedded-devel
Same as with libnss-nis - this will substitute the glibc nisplus module which has been removed SRCREV points to 1.3 release plus patch on top which allows to build with recent glibc versions Signed-off-by: Ruslan Bilovol --- Resent to meta-oe as was discussed here: https

Re: [oe] [meta-oe] [PATCH] rapidjson: fix cmake artifacts installation for non-default BASELIB case

2019-02-07 Thread Ruslan Bilovol via Openembedded-devel
remember Richard Purdie had some scripts to fix it automatically Thanks, Ruslan On 2/7/19 1:00 PM, Ruslan Bilovol wrote: If BASELIB is set to non-default value (like lib64), next 'installed but not shipped' issue happens: /usr/lib /usr/lib/cmake /usr/lib/pkgconfig /usr/lib/cmake/RapidJSON

[oe] [meta-oe] [PATCH] rapidjson: fix cmake artifacts installation for non-default BASELIB case

2019-02-07 Thread Ruslan Bilovol via Openembedded-devel
/pkgconfig/RapidJSON.pc This is because rapidjson has library installation dir set to 'lib' by default and hardcoded in another place. Fix this by next changes: - set appropriate LIB_INSTALL_DIR - fix hardcoded 'lib' in CMAKECONFIG_INSTALL_DIR case Signed-off-by: Ruslan Bilovol --- ...ve-hardcoded

[oe] [meta-oe][PATCH v2] recipes-kernel: add kpatch dynamic kernel patching infrastructure

2018-02-01 Thread Ruslan Bilovol
kpatch is a Linux dynamic kernel patching infrastructure which allows you to patch a running kernel without rebooting or restarting any processes Currently it is enabled and tested on x86-64 systems, although can be extended to PPC64 as well. Signed-off-by: Ruslan Bilovol <rbilo...@cisco.

Re: [oe] [OE-core] OpenEmbedded Developer Meeting Oct 22, 2017 in Prague (before ELCE)

2017-09-13 Thread Ruslan Bilovol
On Thu, Aug 24, 2017 at 9:37 PM, Philip Balister wrote: > Once again we will have a developer meeting in Prague the Sunday before > ELCE. > > Please go to https://www.openembedded.org/wiki/OEDEM_2017 and add > yourself if you are attending and ideas for topics. > > Although

[oe] [meta-networking][PATCH] wireshark: update SRC_URI link to sources

2015-11-11 Thread Ruslan Bilovol
From: Ruslan Bilovol <rbilo...@cisco.com> Wireshark official site keeps in /src only latest versions of sources, moving them to /src/all-versions after some time. Update the SRC_URI string so wireshark can be built even after few month after release. Signed-off-by: Ruslan Bilovol