Re: [yocto] QA cycle report for 2.3.3 RC1

2017-12-22 Thread Jose Perez Carranza
On 12/21/2017 08:43 AM, Richard Purdie wrote: On Wed, 2017-12-20 at 20:25 -0800, Cruz, Libertad wrote: Hello All, Enjoy viewing the full Report for 2.3.3 RC1:  https://wiki.yoctoproje ct.org/wiki/WW51_-_2017-12-20-_Full_Test_Cycle_-_2.3.3_rc1 === Summary The QA cycle for release

[yocto] QA cycle report for 2.4.1 RC1

2017-12-22 Thread Yeoh, Ee Peng
Hello All, Enjoy viewing the full Report for 2.4.1 RC1: https://wiki.yoctoproject.org/wiki/WW51_-_2017-12-21-_Full_Test_Cycle_-_2.4.1_rc1 === Summary The QA cycle for release 2.4.1 RC1 is complete.  There are 5 new bugs from which so far none of them are high. QA has 1 concern on

Re: [yocto] how to deal with the dependency explosion caused by enabling x11vnc

2017-12-22 Thread Burton, Ross
On 22 December 2017 at 02:53, Davis Roman wrote: > > Hello, > > I'd like to put a vnc server on my target. > > My embedded target has an onboard display and runs an application that > drives the display directly via the framebuffer. ( no xorg onboard ) > > I would like to use x11vnc ( with the --

Re: [yocto] [meta-raspberrypi] linux kernel rt

2017-12-22 Thread Andrei Gherzan
Hi Andreas, On Thu, Dec 21, 2017 at 8:59 PM, Andreas Müller wrote: > On Thu, Dec 21, 2017 at 5:08 PM, Andrei Gherzan wrote: > >> Hi all, >> >> On Thu, Dec 14, 2017 at 12:09 PM, Andreas Müller > > wrote: >> >>> On Thu, Dec 14, 2017 at 11:40 AM, Mirza Krak >>> wrote: >>> 2017-12-14 9:41 GMT

Re: [yocto] [meta-raspberrypi] linux kernel rt

2017-12-22 Thread Andreas Müller
On Fri, Dec 22, 2017 at 2:25 PM, Andrei Gherzan wrote: > Hi Andreas, > > On Thu, Dec 21, 2017 at 8:59 PM, Andreas Müller > wrote: > >> On Thu, Dec 21, 2017 at 5:08 PM, Andrei Gherzan >> wrote: >> >>> Hi all, >>> >>> On Thu, Dec 14, 2017 at 12:09 PM, Andreas Müller < >>> schnitzelt...@gmail.com>

Re: [yocto] How to config kernel in my own meta layer?

2017-12-22 Thread Bruce Ashfield
On Thu, Dec 21, 2017 at 11:32 AM, Fan Zhang wrote: > Greetings, > > I have a recipes that requires 128MB of CMA allocation for DMA. I followed > the instruction in > http://www.yoctoproject.org/docs/1.6/kernel-dev/kernel-dev.html#changing-the-configuration > and did the following: > > My recipes s

Re: [yocto] Python cryptography failing due to undefined symbol: pthread_atfork

2017-12-22 Thread Alan Martinovic
I have confirmed that no `-pthread` flags are being set for building python-cryptography. Running the following: bitbake python-cryptography -c do_compile bitbake python-cryptography -c devshell grep pthread ../temp/run.do_compile gives no returns. Also there isn't a mention of it wh

Re: [yocto] [meta-raspberrypi] linux kernel rt

2017-12-22 Thread Paul Barker
On Fri, Dec 22, 2017 at 2:17 PM, Andreas Müller wrote: > On Fri, Dec 22, 2017 at 2:25 PM, Andrei Gherzan wrote: >> >> Hi Andreas, >> >> On Thu, Dec 21, 2017 at 8:59 PM, Andreas Müller >> wrote: >>> >>> >>> Why not simply one stable kernel with RT-patches applied if user decides >>> by an option?

[yocto] Kernel configuration problem/confusion

2017-12-22 Thread Greg Wilson-Lindberg
I'm trying to add some kernel configuration to a Raspberry pi3 yocto build. I've got the .cfg fragment being read in, but I'm getting warnings that indicate that they are not making the desired changes. The first one is CONFIG_SND_SOC_MAX9768. This is a sound codec and the Kconfig file has it

Re: [yocto] Kernel configuration problem/confusion

2017-12-22 Thread Bruce Ashfield
On 12/22/2017 3:51 PM, Greg Wilson-Lindberg wrote: I'm trying to add some kernel configuration to a Raspberry pi3 yocto build.  I've got the .cfg fragment being read in, but I'm getting warnings that indicate that they are not making the desired changes. The first one is CONFIG_SND_SOC_MAX9

Re: [yocto] Kernel configuration problem/confusion

2017-12-22 Thread Greg Wilson-Lindberg
Hi Bruce, First, thanks for the unbelievably quick response. I searched the Yocto sources and didn't find anything that was trying to manipulate either of the variables except my .cfg. The memuconfig search for MAX9768 results in: Symbol: SND_SOC_MAX9768 [=n] Type : tristate Defined a

Re: [yocto] [meta-raspberrypi] linux kernel rt

2017-12-22 Thread Andreas Müller
On Fri, Dec 22, 2017 at 7:57 PM, Paul Barker wrote: > On Fri, Dec 22, 2017 at 2:17 PM, Andreas Müller > wrote: > > On Fri, Dec 22, 2017 at 2:25 PM, Andrei Gherzan > wrote: > >> > >> Hi Andreas, > >> > >> On Thu, Dec 21, 2017 at 8:59 PM, Andreas Müller < > schnitzelt...@gmail.com> > >> wrote: >

[yocto] [eclipse-poky][neon][PATCH] Update setup.sh to Neon.3 (4.6.3) release

2017-12-22 Thread Tim Orling
org.eclipse.tm.terminal* are now available on MAIN_SITE Signed-off-by: Tim Orling --- scripts/setup.sh | 32 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/scripts/setup.sh b/scripts/setup.sh index 0764021b66c..4f7dc2b0a78 100755 --- a/scripts/se

Re: [yocto] Python cryptography failing due to undefined symbol: pthread_atfork

2017-12-22 Thread Tim Orling
My hunch (not tested) is that the recipe needs -pthread added to LDSHARED: http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/classes/distutils.bbclass#n82 So try a python3-cryptography_%.bbappend file with “export LDSHARED="${CCLD} -shared -pthread” in your own layer Or try adding that lin

Re: [yocto] [eclipse-poky][neon][PATCH] Update setup.sh to Neon.3 (4.6.3) release

2017-12-22 Thread Tim Orling
Also fixed some white space errors... On Fri, Dec 22, 2017 at 6:27 PM Tim Orling wrote: > org.eclipse.tm.terminal* are now available on MAIN_SITE > > Signed-off-by: Tim Orling > --- > scripts/setup.sh | 32 > 1 file changed, 16 insertions(+), 16 deletions(-) >