[OE-core] [PATCH] qemu: fix qemuarm64 intermediate kernel hang in raid6_select_algo func

2018-03-25 Thread Victor Kamensky
Backport fix from qemu mainline for intermediate qemuarm64 hang issue. Root caused in OE environment, issue with aarch64 qemu logic of executing instructions that reenabe interrupts. See patch commit message for more details. Upstream-Status: Backport Signed-off-by: Victor Kamensky

Re: [OE-core] [meta-debian] build error

2018-03-25 Thread Rajath C S
Thanks for the tip! I'll check out the respective links. On Mon, 26 Mar 2018, 02:48 Andreas Müller, wrote: > On Sun, Mar 25, 2018 at 9:58 PM, Rajath C S > wrote: > > Error while building opencv > > > > ERROR: > > >

Re: [OE-core] [meta-ros] ros package import problem

2018-03-25 Thread Rajath C S
Thanks, I'll check it out. On Mon, 26 Mar 2018, 04:02 Philip Balister, wrote: > On 03/25/2018 04:38 PM, Rajath C S wrote: > > Can i get a reply from the respective maintainers? > > You will have better luck reading: > > https://github.com/bmwcarit/meta-ros > > and

Re: [OE-core] [meta-ros] ros package import problem

2018-03-25 Thread Philip Balister
On 03/25/2018 04:38 PM, Rajath C S wrote: > Can i get a reply from the respective maintainers? You will have better luck reading: https://github.com/bmwcarit/meta-ros and understanding where to post your question. This list is not a support list for meta-ros. Philip > > Rajath C S, >

Re: [OE-core] X11 proto changes

2018-03-25 Thread Burton, Ross
On 24 March 2018 at 19:07, akuster808 wrote: > It appears Xorg is deprecating most of it's proto header repos for a new > all-in-1 repo xorgproto. This will most likely affect down stream > layers. The question I have, is do we want this big churn to happen for > Sumo or

Re: [OE-core] [meta-debian] build error

2018-03-25 Thread Andreas Müller
On Sun, Mar 25, 2018 at 9:58 PM, Rajath C S wrote: > Error while building opencv > > ERROR: > opencv-3.3+gitAUTOINC+87c27a074d_2a9d1b22ed_a62e20676a_34e4206aef_fccf7cd6a4-r0 > do_compile: Function failed: do_compile (log file is located at >

Re: [OE-core] [meta-ros] ros package import problem

2018-03-25 Thread Rajath C S
Can i get a reply from the respective maintainers? Rajath C S, 9964182112, Bangalore - 560060 On Fri, Mar 23, 2018 at 12:06 PM, Rajath C S wrote: > i have added rospy and roslib to CORE_IMAGE_EXTRA_INSTALL += in local.conf > but when i go to the python terminal in poky

[OE-core] [oe-core] package import error

2018-03-25 Thread Rajath C S
why is my cv2 import (of opencv) saying illegal instruction (last line of pic) -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] [meta-debian] build error

2018-03-25 Thread Rajath C S
Error while building opencv ERROR: opencv-3.3+gitAUTOINC+87c27a074d_2a9d1b22ed_a62e20676a_34e4206aef_fccf7cd6a4-r0 do_compile: Function failed: do_compile (log file is located at

Re: [OE-core] [meta-debian] build error

2018-03-25 Thread Rajath C S
Ok, thanks for the clarification. On Mon, 26 Mar 2018, 01:21 Burton, Ross, wrote: > Speaking as an oe-core maintainer, we don't support meta-debian: use > it at your own risk. > > Ross > > On 25 March 2018 at 20:49, Rajath C S wrote: > > Hi, > >

Re: [OE-core] [meta-debian] build error

2018-03-25 Thread Burton, Ross
Speaking as an oe-core maintainer, we don't support meta-debian: use it at your own risk. Ross On 25 March 2018 at 20:49, Rajath C S wrote: > Hi, > > I am encountering the below error while building meta-debian (which is added > in bblayer.conf) > > ERROR:

[OE-core] [meta-debian] build error

2018-03-25 Thread Rajath C S
Hi, I am encountering the below error while building meta-debian (which is added in bblayer.conf) ERROR: /home/jarvis/poky/meta-debian/recipes-misc/ltp/ltp_git.bb: Error executing a python function in : The stack trace of python calls that resulted in this exception/failure was: File: '',

Re: [OE-core] X11 proto changes

2018-03-25 Thread akuster808
Trevor, On 03/25/2018 08:23 AM, Trevor Woerner wrote: > Have the Xorg developers provided any sort of timeline for this switch? https://lists.x.org/archives/xorg-announce/2018-February/002835.html As of 3/1/2018 the last commit in all the proto headers indicate they are deprecated. - armin --

Re: [OE-core] X11 proto changes

2018-03-25 Thread Trevor Woerner
Have the Xorg developers provided any sort of timeline for this switch? -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

[OE-core] [PATCH 00/21] PKG updates and QA warning fix

2018-03-25 Thread Armin Kuster
From: Armin Kuster Cover letter only Please consider these updates for master-next. nss has an outstanding patch sitting in the queue somewhere. Passed AB except failures not related to these changes. The following changes since commit

Re: [OE-core] pseudo: host user contamination

2018-03-25 Thread Andre McCurdy
On Sat, Mar 24, 2018 at 10:37 PM, Victor Kamensky wrote: > On Sat, 24 Mar 2018, Andre McCurdy wrote: >> On Sat, Mar 24, 2018 at 5:09 PM, Victor Kamensky >> wrote: >>> On Sat, 24 Mar 2018, Burton, Ross wrote: On 24 March 2018 at 20:12, Victor Kamensky