Re: [yocto] quilt-native-0.64-r0 do_install: oe_runmake failed

2019-08-19 Thread Khem Raj
error return code 126 means Command invoked cannot execute so my guess is the script is not marked executable. so may be try something like do_install_prepend() { chmod +x config/install-sh } On Mon, Aug 19, 2019 at 2:37 AM Pushpendra singh wrote: > > Hi, > > I am using Ubantu - 16.04 as an

Re: [yocto] Your GStreamer installation is missing a plug-in

2019-08-19 Thread Khem Raj
might be you need to install gstreamer1.0-omx on target. On Mon, Aug 19, 2019 at 12:48 AM Bhupendra Singh wrote: > > Dear All > > I am trying to make a Qt application QML-GUI that will show live streaming of > ip-camera. but when in run qt-application on my Embedded Device then I got > > Some

[yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2019-08-19 Thread sjolley.yp.pm
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

Re: [yocto] Segmentation fault | bitbake machine-image.bb | core dumped

2019-08-19 Thread Randy MacLeod
On 8/19/19 12:33 AM, jaymin.da...@vivaldi.net wrote: Hi Randy, Thanks for info. But, as you can see from previous logs, I was getting core dumped issue at the time of bitbake (while building the image). How can I find the cause of this type of core dumped? Hi Jaymin, While I'd like to help

Re: [yocto] [OE-core] Yocto Project Summit at ELCE Call for Particpation

2019-08-19 Thread Paul Barker
Hey folks, I'm looking to submit a talk and I'm a little confused on when to register for the YP summit. Should I register now to get the discounted rate or should I wait until the list of accepted speakers is announced? Unlike for the main conference, it looks like the registration price goes

Re: [yocto] [PATCH] In Yocto 2.7 powertop package is broken.

2019-08-19 Thread Martin Jansa
See https://www.mail-archive.com/openembedded-core@lists.openembedded.org/msg126436.html On Mon, Aug 19, 2019 at 11:35 AM Kaz Kylheku wrote: > Hi all, > > Via a .bbappend file in my own layers, I added the following patch to > build powertop, which is enabled when tools-profile is added to >

Re: [yocto] [meta-raspberrypi] Issues building bcm2835_bootfiles in Thud

2019-08-19 Thread Andrei Gherzan
Hello, On 14/08/2019 17.39, Phillip Marks wrote: > We are building Thud for a raspberry-pi0+wifi and we've noticed that > the recipe bcm2835_bootfiles > under meta-raspberrypi/recipes-bsp/bootfiles is not pulling in the > proprietary *.dtb modules from the firmware repository. This is > causing

Re: [yocto] Opencv headers

2019-08-19 Thread Ekaterini Voulgari
Indeed.Grazie. On 19/8/19 2:20 μ.μ., Gabriele Zampieri wrote: Hi, you need to add DEPENDS = "opencv" to your recipe. This will import the needed header in your recipe sysroot. Best regards, Gabriele Il giorno lun 19 ago 2019 alle ore 13:09 Ekaterini Voulgari mailto:sdi1100...@di.uoa.gr>> ha

[yocto] [meta-mingw] QEMU on thud mingw SDK is broken

2019-08-19 Thread Sinan Kaya
I noticed last week that qemu packaged into mingw sdk is broken while the qemu in linux sdk works fine. Qemu crashes very early while launching the kernel boot. This used to work fine on sumo. Does anybody see this problem too? -- ___ yocto

Re: [yocto] [OE-core] Yocto Project Summit at ELCE Call for Particpation

2019-08-19 Thread Nicolas Dechesne
hi Philip, thanks for sending this out! On Mon, Aug 19, 2019 at 3:17 AM Philip Balister wrote: > > At the past few OopenEmbedded developer meetings, people have been > asking for more developer and user focused events like a miniconf. > Partly based on this feedback, there is a two day event

Re: [yocto] Opencv headers

2019-08-19 Thread Gabriele Zampieri
Hi, you need to add DEPENDS = "opencv" to your recipe. This will import the needed header in your recipe sysroot. Best regards, Gabriele Il giorno lun 19 ago 2019 alle ore 13:09 Ekaterini Voulgari < sdi1100...@di.uoa.gr> ha scritto: > Hello all, > I'm trying to add a program to my image that

[yocto] Opencv headers

2019-08-19 Thread Ekaterini Voulgari
Hello all, I'm trying to add a program to my image that uses opencv (#include ), but I get compile error "fatal error: opencv2/opencv.hpp: No such file or directory" The file opencv.hpp exists in workdir

[yocto] Yocto Project Summit at ELCE Call for Particpation

2019-08-19 Thread Philip Balister
At the past few OopenEmbedded developer meetings, people have been asking for more developer and user focused events like a miniconf. Partly based on this feedback, there is a two day event sponsored by the Yocto Project that provides a chance for people to talk about the Yocto Project and

Re: [yocto] Ticket Purchasing Yocto Conference in Lyon

2019-08-19 Thread Alexander Kanavin
On Mon, 19 Aug 2019 at 11:38, wrote: > some of our colleagues would like to join the yocto after the linux > embedded. Unfortuntely I can’t find any website or link where a ticket > purchasing is possible. Is it possible to receive any information on the > purchasing process and when it will

[yocto] Qemu on windows sdk

2019-08-19 Thread franksinankaya
I noticed last week that qemu packaged into mingw windows sdk is broken while the qemu in linux sdk works fine using thud-next branch. Qemu crashes very early while launching the kernel boot. This used to work fine on sumo.Does anybody see this problem too?--

[yocto] [meta-raspberrypi] Issues building bcm2835_bootfiles in Thud

2019-08-19 Thread Phillip Marks
We are building Thud for a raspberry-pi0+wifi and we've noticed that the recipe bcm2835_bootfiles under meta-raspberrypi/recipes-bsp/bootfiles is not pulling in the proprietary *.dtb modules from the firmware repository. This is causing linux-raspberrypi to fail as it tries to build those modules

[yocto] Ticket Purchasing Yocto Conference in Lyon

2019-08-19 Thread julia . ghelych-khani
Hi, some of our colleagues would like to join the yocto after the linux embedded. Unfortuntely I can't find any website or link where a ticket purchasing is possible. Is it possible to receive any information on the purchasing process and when it will start? Thank you very much in advance.

[yocto] quilt-native-0.64-r0 do_install: oe_runmake failed

2019-08-19 Thread Pushpendra singh
Hi, I am using Ubantu - 16.04 as an host machine Xilinx SDK Version : 2017.3 Command : bitbake petalinux-image-minimal Getting below error Parsing recipes: 100%

[yocto] [PATCH] In Yocto 2.7 powertop package is broken.

2019-08-19 Thread Kaz Kylheku
Hi all, Via a .bbappend file in my own layers, I added the following patch to build powertop, which is enabled when tools-profile is added to EXTRA_IMAGE_FEATURES. * recipes-profiling/powertop/files/posix-path-max-not-defined.patch: Patch for build issue. The C++ code needs to including which

Re: [yocto] [yocto-autobuilder2][PATCH 2/3] Added remote distribution of config JSON files

2019-08-19 Thread Richard Purdie
On Tue, 2019-07-30 at 14:36 -0400, Thomas Goodwin wrote: > This feature/fix allows the worker to download the > autobuilder helper JSON files from the controller > rather than having to store them in the > yocto-autobuilder-helper repository. The process > installs the file into the worker's >

[yocto] Your GStreamer installation is missing a plug-in

2019-08-19 Thread Bhupendra Singh
Dear All I am trying to make a Qt application QML-GUI that will show live streaming of ip-camera. but when in run qt-application on my Embedded Device then I got Some problem . (gst-plugin-scanner:1296): GStreamer-WARNING **: Failed to load plugin

[yocto] Recipe svn-fetcher and scmdata

2019-08-19 Thread Teemu K
Hi, I have some recipes that fetch sources directly from svn. I'd like to keep the .svn to make it easier to commit changes. I checked that those are by default removed and that there is scmdata - option if those wanted to be kept. I set the following src_uri: SRC_URI =