[yocto] How to check list of installed packages to stop the build process conditionally

2018-03-26 Thread Iván Castell
Hello forum. My layer provides two custom recipes A and B with exactly the same functionality. To get a working image, one of these two recipes must be included on the generated image (A_installed XOR B_installed). So I need the build process being able to check the list of installed packages, st

Re: [yocto] How to check list of installed packages to stop the build process conditionally

2018-03-26 Thread Vincent Prince
Hi, Maybe you can say A conflicts B and B conflicts A with following variable : https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#var-RCONFLICTS Best regards, Vincent 2018-03-26 9:54 GMT+02:00 Iván Castell : > Hello forum. > > My layer provides two custom recipes A and B wi

Re: [yocto] scipy recipe

2018-03-26 Thread Matthias Schöpfer
Hi Philip, I needed to patch numpy because scipy uses numpy.distutils a lot. Regards, Matthias On 03/24/2018 05:48 PM, Philip Balister wrote: > On 03/23/2018 06:07 AM, Matthias Schöpfer wrote: >> Hi Peter, >> >> I managed to get scipy to cross compile, since I was in a hurry, and >> hav

Re: [yocto] How to check list of installed packages to stop the build process conditionally

2018-03-26 Thread Iván Castell
Yes! That's exactly what I was looking for. Thank you very much, Mr. Vincent! :-) 2018-03-26 10:08 GMT+02:00 Vincent Prince : > Hi, > > Maybe you can say A conflicts B and B conflicts A with following variable : > https://www.yoctoproject.org/docs/current/mega-manual/mega- > manual.html#var-RCONF

Re: [yocto] [matchbox-terminal] main.c: Add support to run user command inside the terminal

2018-03-26 Thread Burton, Ross
Sorry, I failed to push. It's now been pushed to the matchbox-terminal repository. Ross On 24 March 2018 at 15:50, Devarsh Thakkar wrote: > Hi Ross, > > > > I would be glad if you could please share latest updates on this patch? > > If I am correct, last status was that a build test was trigger

Re: [yocto] how to add libsrtp and libsrtp-staticdev to sdk

2018-03-26 Thread Burton, Ross
That suggests that libsrtp-staticdev wasn't built. Use oe-pkgdata-util to determine if it was built at all: note that for example Poky doesn't build static libraries. (one of many reasons that people shouldn't use poky as anything but an example) Ross On 25 March 2018 at 14:01, Mostafa Farzane

Re: [yocto] [matchbox-terminal] main.c: Add support to run user command inside the terminal

2018-03-26 Thread Devarsh Thakkar
Hi Ross, I would be glad if you could please share latest updates on this patch? If I am correct, last status was that a build test was triggered with this patch. Thanks & Regards, Devarsh From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Wednesday, March 14, 2018 12:33 PM To: Alexander K

[yocto] [matchbox-wm][PATCH] configure.ac: add lib math for composite enabled builds

2018-03-26 Thread Awais Belal
The composite enabled builds require lib math to be present on the linker command line otherwise we get ld: composite-engine.o: undefined reference to symbol 'exp@@GLIBC_2.2.5' during compilation. Signed-off-by: Awais Belal --- configure.ac | 6 -- 1 file changed, 4 insertions(+), 2 deletion

[yocto] Issues related generation of an image build with signed rpm packages

2018-03-26 Thread Iván Castell
Hello forum. In order to generate a distro image with support for signed rpm packages, I generated a pair of GPG keys, and setup my custom distro.conf file so Yocto can sign packages it generates. My distro.conf file includes this: INHERIT += "sign_rpm" RPM_GPG_NAME = "gpgyocto" RPM_G

Re: [yocto] How to build two different kernel

2018-03-26 Thread Vincent Prince
Hi , You can look at the following patch https://patchwork.openembedded.org/patch/142675 Best regards, Vincent 2018-03-22 5:47 GMT+01:00 HuaFu 8386 : > Hi, > > I want to build two different images with two different kernel configs, > one for debug version and one for production version, like >

[yocto] chrpath error: Building SDK fails after porting to Rocko

2018-03-26 Thread Martin Townsend
Hi, I've just ported my build to Rocko but I now can't build the SDK, the offending package is u-boot-tools which I have based on u-boot-mkimage (which also fails with the same error message). Does anyone have any idea on how to debug/fix this? Build Configuration: BB_VERSION = "1.36.0

Re: [yocto] [layerindex-web][PATCH 2/2] requirements.txt: use the most recent Django 1.8 version

2018-03-26 Thread akuster808
Paul, Have you seen this ? https://www.djangoproject.com/download/#supported-versions 1.8 will EOL this April - armin On 03/25/2018 12:31 PM, Paul Eggleton wrote: > Use <1.9 to always get the most recent 1.8 point release. > > Signed-off-by: Paul Eggleton > --- > requirements.txt | 2 +- >

[yocto] U-Boot networking broken in Rocko

2018-03-26 Thread Martin Townsend
Hi, I've discovered that U-Boot in Rocko for several builds that I maintain is broken when performing various network related operations like tftp, dhcp and ping. You get a data abort and it resets. I found that this has already been fixed in U-Boot with the commit below. I think it has somethin

Re: [yocto] U-Boot networking broken in Rocko

2018-03-26 Thread akuster808
On 03/26/2018 08:47 AM, Martin Townsend wrote: > Hi, > > I've discovered that U-Boot in Rocko for several builds that I > maintain is broken when performing various network related operations > like tftp, dhcp and ping. You get a data abort and it resets.  I found > that this has already been fix

[yocto] Yocto Project Status WW13’18

2018-03-26 Thread Stephano Cetola
Current Dev Position: YP 2.5 M3 final close out. Next Deadline: YP 2.5 M4 stabilization is 4/2/18 SWAT lead is currently Ross. SWAT team rotation: Ross -> Juro on March 30, 2018 SWAT team rotation: Juro -> Paul on April 6, 2018 https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Ke

Re: [yocto] [matchbox-wm][PATCH] configure.ac: add lib math for composite enabled builds

2018-03-26 Thread Burton, Ross
On 26 March 2018 at 11:26, Awais Belal wrote: > The composite enabled builds require lib math to be > present on the linker command line otherwise we get > ld: composite-engine.o: undefined reference to symbol 'exp@@GLIBC_2.2.5' > during compilation. > > Signed-off-by: Awais Belal > --- > config

Re: [yocto] U-Boot networking broken in Rocko

2018-03-26 Thread Robert Berger
On 2018-03-26 19:51, akuster808 wrote: I found that this has already been fixed in U-Boot with the commit below.  I think it has something to do with the way GCC 7.1 onwards is now handling memory alignment. I also saw something similar and by upgrading to U-boot 2018.03 the problem went

[yocto] How to add a module to python-native

2018-03-26 Thread Ulf Samuelsson
Need some advice on how to extend python-native with a python-2.7 module. I am planning to upload the result of cve-check to our JIRA server. I wrote a python application which reads the CVE manifest, downloads the contents of a JIRA project and if a CVE issue is not present in the database, it w

[yocto] how to add pulseaudio

2018-03-26 Thread Sherif Omran
hello i am trying to add pulse audio to an image but i don't get pulse audio being installed in the image I am using the following DISTRO_FEATURES_append += " ext2 pam usbhost ${DISTRO_FEATURES_LIBC} pulseaudio pulseaudio-module-dbus-protocol pulseaudio-module-bluetooth" IMAGE_INSTALL_append += "

Re: [yocto] How to add a module to python-native

2018-03-26 Thread Burton, Ross
You'll need to run $bindir_native/python/python, we isolate the native Python from the host python so you need to invoke the native one explicitly. In a recipe you can just do inherit pythonnative, but don't do that in a class which every recipe is inheriting! Ross On 26 March 2018 at 21:01, Ulf

Re: [yocto] scipy recipe

2018-03-26 Thread Manjukumar Harthikote Matha
> -Original Message- > From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] > On Behalf Of Matthias Schöpfer > Sent: Friday, March 23, 2018 3:08 AM > To: Peter Balazovic ; Yocto-mailing-list > > Subject: Re: [yocto] scipy recipe > > Hi Peter, > > I managed to get