[oe] [meta-networking][PATCH 1/2] dnsmasq: add info for port setting

2017-02-27 Thread jackie.huang
From: Jackie Huang The info is taken from CentOS which is usefull when bind (provides named) and dnsmasq are both installed and one may fail to start: | dnsmasq: failed to create listening socket for port 53: Address already in use Signed-off-by: Jackie Huang --- meta-networking/recipes-suppor

[oe] [meta-networking][PATCH 2/2] dnsmasq: disable the service by default

2017-02-27 Thread jackie.huang
From: Jackie Huang The service will fail to start/stop when dnsmasq and bind (provides named) are both installed since they are using the same port 53: | dnsmasq: failed to create listening socket for port 53: Address already in use So disable the service by default, if the user really want to

Re: [oe] [meta-java] [rfc] openjdk-8: recipe for jdk8u121-b13-aarch32

2017-02-27 Thread Srinivasa Rao Ragolu
Hi Guy, I have tried mentioned changes for aarch32-port build and attached snapshot of openjdk repo as an attachment. But when I started compiling I got below compilation error. Could you please help me resolving this issue? /home/srinivas/cham-project-new/montavista/bin/../tools/arm-gnu//bin/ar

Re: [oe] [meta-java] [rfc] openjdk-8: recipe for jdk8u121-b13-aarch32

2017-02-27 Thread Srinivasa Rao Ragolu
For got to attach my openjdk recipe set On Mon, Feb 27, 2017 at 2:56 PM, Srinivasa Rao Ragolu wrote: > Hi Guy, > > I have tried mentioned changes for aarch32-port build and attached > snapshot of openjdk repo as an attachment. But when I started compiling I > got below compilation error. Co

Re: [oe] [meta-java] [rfc] openjdk-8: recipe for jdk8u121-b13-aarch32

2017-02-27 Thread Henning Heinold
Hi, the error log shows "cc1plus: all warnings being treated as errors", so you need to change or remove the compiler flag "-Werror". Bye Henning -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedde

Re: [oe] [OE-core] State of bitbake world, Failed tasks 2017-02-23

2017-02-27 Thread Burton, Ross
On 23 February 2017 at 22:20, Martin Jansa wrote: > === common (2) === > * openembedded-core/meta/recipes-extended/parted/parted_3.2.bb: > do_compile_ptest_base > * openembedded-core/meta/recipes-support/apr/apr_1.5.2. > bb:do_compile_ptest_base > FWIW neither me nor the yocto autobuilde

Re: [oe] [OE-core] State of bitbake world, Failed tasks 2017-02-23

2017-02-27 Thread Martin Jansa
Yes, it is reproduced only when ld-is-gold and ptest are used in DISTRO_FEATURES. On Mon, Feb 27, 2017 at 12:50 PM, Burton, Ross wrote: > > On 23 February 2017 at 22:20, Martin Jansa wrote: > >> === common (2) === >> * openembedded-core/meta/recipes-extended/parted/parted_3.2. >> bb:do_comp

Re: [oe] [meta-networking][PATCH v2] Samba: use built-in libtevent

2017-02-27 Thread Joe MacDonald
[Re: [oe] [meta-networking][PATCH v2] Samba: use built-in libtevent] On 17.02.25 (Sat 09:20) Martin Jansa wrote: > > My builds without gvfs are still happy, but reverting the patch > > breaks all builds > > What gets broken? When I removed this change from master-next after > Andreas's report I

Re: [oe] [meta-ruby][PATCH] bundler: resolve build issues with RSS

2017-02-27 Thread Martin Jansa
Still fails in bitbake world: ERROR: bundler-1.9.4-r0 do_compile: Function failed: do_compile (log file is located at /home/jenkins/oe/world/shr-core/tmp-glibc/work/i586-oe-linux/bundler/1.9.4-r0/temp/log.do_compile.3462) ERROR: Logfile of failure stored in: /home/jenkins/oe/world/shr-core/tmp-gli

Re: [oe] [meta-networking][PATCH 2/2] dnsmasq: disable the service by default

2017-02-27 Thread Bruce Ashfield
On Mon, Feb 27, 2017 at 3:09 AM, wrote: > From: Jackie Huang > > The service will fail to start/stop when dnsmasq and > bind (provides named) are both installed since they > are using the same port 53: > > | dnsmasq: failed to create listening socket for port 53: Address already > in use > > So

[oe] [meta-oe][PATCH] usb-modeswitch and usb-modeswitch-data: update to 2.5.0 and 20170205 respectively.

2017-02-27 Thread Tom Hayward
--- ...itch-data_20140529.bb => usb-modeswitch-data_20170205.bb} | 10 +++--- .../{usb-modeswitch_2.2.0.bb => usb-modeswitch_2.5.0.bb} |6 ++ 2 files changed, 5 insertions(+), 11 deletions(-) rename meta-oe/recipes-support/usb-modeswitch/{usb-modeswitch-data_20140529.bb => usb-

Re: [oe] [meta-networking][PATCH 2/2] dnsmasq: disable the service by default

2017-02-27 Thread Huang, Jie (Jackie)
It can be overridden to enable the service in the conf file of the distro with witch only dnsmasq is used in the images. We can also disable the service in the distro conf file instead of in the recipe if it makes more sense. Thanks, Jackie From: Bruce Ashfield [mailto:bruce.ashfi...@gmail.com]

Re: [oe] [meta-ruby][PATCH] bundler: resolve build issues with RSS

2017-02-27 Thread Derek Straka
I'll take a look at the failure, but I may not get to it for a few days. Feel free to drop it until I send a v2. -Derek On Mon, Feb 27, 2017 at 9:08 AM, Martin Jansa wrote: > Still fails in bitbake world: > > ERROR: bundler-1.9.4-r0 do_compile: Function failed: do_compile (log file is > locate

Re: [oe] [meta-networking][PATCH 2/2] dnsmasq: disable the service by default

2017-02-27 Thread Joe MacDonald
[Re: [oe] [meta-networking][PATCH 2/2] dnsmasq: disable the service by default] On 17.02.28 (Tue 01:12) Huang, Jie (Jackie) wrote: > It can be overridden to enable the service in the conf file of the > distro with witch only dnsmasq is used in the images. > > We can also disable the service in t

Re: [oe] [meta-networking][PATCH 2/2] dnsmasq: disable the service by default

2017-02-27 Thread Huang, Jie (Jackie)
> -Original Message- > From: Joe MacDonald [mailto:joe_macdon...@mentor.com] > Sent: Tuesday, February 28, 2017 9:17 AM > To: Huang, Jie (Jackie) > Cc: Bruce Ashfield; openembedded-devel > Subject: Re: [oe] [meta-networking][PATCH 2/2] dnsmasq: disable the service > by default > > [Re:

[oe] [meta-oe][PATCH] zabbix: 2.4.7 -> 3.0.8

2017-02-27 Thread Zheng Ruoqin
Upgrade zabbix from 2.4.7 to 3.0.8 Signed-off-by: Zheng Ruoqin --- .../recipes-connectivity/zabbix/{zabbix_2.4.7.bb => zabbix_3.0.8.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-connectivity/zabbix/{zabbix_2.4.7.bb => zabbix_3.0.8.bb} (94%) diff --git a