Re: [oe] [meta-networking][PATCH v3] bird: initial import

2018-08-17 Thread Joe MacDonald
[Re: [oe] [meta-networking][PATCH v3] bird: initial import] On 18.08.17 (Fri 21:17) Stefan BOSAK wrote: > I have one question related to bbapend custom recipe to bird original > recipe. I will need to generate customized bird?.conf files through > own generator, would be following approach

Re: [oe] [meta-networking][PATCH v3] bird: initial import

2018-08-17 Thread Joe MacDonald
[Re: [oe] [meta-networking][PATCH v3] bird: initial import] On 18.08.17 (Fri 11:25) Khem Raj wrote: > On Fri, Aug 17, 2018 at 10:52 AM Joe MacDonald > wrote: > > > > Initial integration of the two stable BIRD releases, 1.6.4 and 2.0.2. > > > > Signed-off-by: Joe MacDonald > > --- > > > > v3:

[oe] [PATCH] wireshark_2.6.2.bb: Add depedency to bison-native

2018-08-17 Thread Manjukumar Matha
Fix the following do_configure failure | CMake Error at wireshark-native/1_2.6.2-r0/recipe-sysroot-native/usr/share/cmake-3.11/Modules/FindPackageHandleStandardArgs.cmake:137 (message): | Could NOT find YACC (missing: YACC_EXECUTABLE) | Call Stack (most recent call first): Add depedency to

Re: [oe] [meta-networking][PATCH v3] bird: initial import

2018-08-17 Thread Khem Raj
On Fri, Aug 17, 2018 at 10:52 AM Joe MacDonald wrote: > > Initial integration of the two stable BIRD releases, 1.6.4 and 2.0.2. > > Signed-off-by: Joe MacDonald > --- > > v3: >- Dropped the v2.0.x series recipe due to issues building IPv6 client and > server > >- Reworked v1.6.4 to

[oe] [meta-networking][PATCH v3] bird: initial import

2018-08-17 Thread Joe MacDonald
Initial integration of the two stable BIRD releases, 1.6.4 and 2.0.2. Signed-off-by: Joe MacDonald --- v3: - Dropped the v2.0.x series recipe due to issues building IPv6 client and server - Reworked v1.6.4 to remove the now-unnecessary .inc file - Added support for building ipv4

Re: [oe] [meta-networking][PATCH] bird: initial import

2018-08-17 Thread Khem Raj
On Fri, Aug 17, 2018 at 7:21 AM Stefan BOSAK wrote: > > > > On Fri, Aug 17, 2018 at 3:39 PM Joe MacDonald > wrote: >> >> [Re: [meta-networking][PATCH] bird: initial import] On 18.08.17 (Fri 07:51) >> Stefan BOSAK wrote: >> >> > Hi Joe and Khem, >> > >> > @Joe >> > I am writting within your

Re: [oe] [PATCH v2] ndctl: Add the NDCTL package

2018-08-17 Thread Khem Raj
Hi Alistair We have accepted this patch however a new run with x86-64/musl shows that it failed to build with following error probably #include will fix it | In file included from util/abspath.c:5: | ./util/strbuf.h:68:45: error: unknown type name 'ssize_t'; did you mean 'size_t'? | extern

Re: [oe] [meta-networking][PATCH v2] bird: initial import

2018-08-17 Thread Joe MacDonald
[Re: [oe] [meta-networking][PATCH v2] bird: initial import] On 18.08.16 (Thu 17:02) Khem Raj wrote: > > > On 8/16/18 8:29 AM, Joe MacDonald wrote: > > Initial integration of the two stable BIRD releases, 1.6.4 and 2.0.2. > > > > Signed-off-by: Joe MacDonald > > --- > > > > v2: > >-

Re: [oe] [meta-networking][PATCH] bird: initial import

2018-08-17 Thread Joe MacDonald
[Re: [meta-networking][PATCH] bird: initial import] On 18.08.17 (Fri 07:51) Stefan BOSAK wrote: > Hi Joe and Khem, > > @Joe > I am writting within your message. > > @Khem Raj > In the term of Bird versions: > - both versions are mutually not compatible (config > transitions/transformations >

Re: [oe] [meta-oe][PATCH 1/2] kernel-selftest: compatible with latest kernel

2018-08-17 Thread Martin Jansa
see http://lists.openembedded.org/pipermail/openembedded-devel/2018-August/120021.html On Fri, Aug 17, 2018 at 11:37 AM Dengke Du wrote: > From: "Hongzhi.Song" > > There are some new program added for bpf. So we make corresponding > modifications. > > Signed-off-by: Hongzhi.Song > --- >

[oe] [meta-networking][PATCH] ipvsadm: fix usrmerge install path

2018-08-17 Thread mingli.yu
From: Mingli Yu Update SBIN to fix below error when usrmerge enabled in DISTRO_FEATURES. ERROR: QA Issue: ipvsadm-dbg package is not obeying usrmerge distro feature. /sbin should be relocated to /usr. [usrmerge] Signed-off-by: Mingli Yu ---

[oe] [meta-oe][PATCH 2/2] kernel-selftest: add ptest support

2018-08-17 Thread Dengke Du
Group the kernel-selftest testcases in run-ptest. Signed-off-by: Dengke Du --- meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb | 4 +++- .../recipes-kernel/kernel-selftest/kernel-selftest/run-ptest | 11 +++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode

[oe] [meta-oe][PATCH 1/2] kernel-selftest: compatible with latest kernel

2018-08-17 Thread Dengke Du
From: "Hongzhi.Song" There are some new program added for bpf. So we make corresponding modifications. Signed-off-by: Hongzhi.Song --- meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git