[yocto] [meta-raspberrypi][PATCH] [kronos]wayland lib linking added for libbrcmEGL to avoid undefined symbol while linking libbrcmEGL.so

2018-01-31 Thread HASEENAMOL
[meta-raspberrypi][PATCH] In wayland enabled build libbrcmEGL lib is using wayland functions, but during the build it is not linking with wayland libraries. Hence if try to link libbrcmEGL, will get undefined symbols. Best Regards Haseenamol Senior Specialist - Broadcast | Embedded Product Desi

Re: [yocto] [layerindex-web][PATCH 0/5] update.py: performance improve and 2 fixes

2018-01-31 Thread Robert Yang
Hi Paul, Any comments, please ? // Robert On 01/03/2018 01:42 PM, Robert Yang wrote: Hi Paul, This email contains two parts: - The first 2 are bug fixes - The other 3 are performance improvements, I have 124 layers, the "update.py -b " needs about 9m20s to finish the running when everythi

Re: [yocto] gcc leak-sanitizer on arm target

2018-01-31 Thread Khem Raj
On Wed, Jan 31, 2018 at 7:06 AM, Pieter Cardoen wrote: > Dear > > I am having trouble to enable leak sanitizer and thread sanitizer for my arm > target. If I enable gcc-sanitizers, I only have these libraries on the target > rootfs: > * libasan.so.3 > * libasan.so.3.0.0 > * libsanitizer.spec > *

Re: [yocto] Generating Yocto SDK as .deb (Debian) pacakge

2018-01-31 Thread Khem Raj
On Wed, Jan 31, 2018 at 4:31 AM, Zoran Stojsavljevic wrote: > I'll add here another list, since these people might be interested in > this thread/topic. > thats a fine idea you might want to look into http://downloads.yoctoproject.org/releases/yocto/yocto-2.4.1/toolchain/ for prebuilt SDKs > B

[yocto] gcc leak-sanitizer on arm target

2018-01-31 Thread Pieter Cardoen
Dear I am having trouble to enable leak sanitizer and thread sanitizer for my arm target. If I enable gcc-sanitizers, I only have these libraries on the target rootfs: * libasan.so.3 * libasan.so.3.0.0 * libsanitizer.spec * libubsan.so.0 * libubsan.so.0.0.0 liblsan.so.* and libtsan.so.* is miss

Re: [yocto] Generating Yocto SDK as .deb (Debian) pacakge

2018-01-31 Thread Zoran Stojsavljevic
I'll add here another list, since these people might be interested in this thread/topic. Best Regards, Zoran ___ On Wed, Jan 31, 2018 at 9:05 AM, Gaurang Shastri wrote: > Hi Team, > > How can I generate Yocto generated SDK as .deb package? Currently it is in > the form of installable shell s

Re: [yocto] [meta-raspberrypi][PATCH] recipes: use oe.utils.conditional instead of deprecated base_conditional

2018-01-31 Thread Martin Jansa
https://github.com/agherzan/meta-raspberrypi/pull/188 On Wed, Jan 31, 2018 at 8:23 AM, Andrea Galbusera wrote: > On Wed, Jan 31, 2018 at 8:19 AM, Andrea Galbusera > wrote: > > On Wed, Jan 31, 2018 at 8:05 AM, Andrea Galbusera > wrote: > >> Hi Martin, > >> > >> On Tue, Jan 30, 2018 at 2:31 PM,

Re: [yocto] Generating Yocto SDK as .deb (Debian) pacakge

2018-01-31 Thread Burton, Ross
There's no support for this, but it should be fairly simple to write a debian/rules yourself to package the SDK in a deb. Ross On 31 January 2018 at 08:05, Gaurang Shastri wrote: > Hi Team, > > How can I generate Yocto generated SDK as .deb package? Currently it is in > the form of installable

[yocto] php extensions

2018-01-31 Thread Stefan Müller-Klieser
Hi everyone, I am trying to get to run the php redis extension with current master and php 7.1.9 from meta-oe. There are no other php extensions in openembedded yet. I am using the default php.ini and just add the redis.so. Everything seems to work fine except that php does not load any extension.

[yocto] Generating Yocto SDK as .deb (Debian) pacakge

2018-01-31 Thread Gaurang Shastri
Hi Team, How can I generate Yocto generated SDK as .deb package? Currently it is in the form of installable shell script but I want to generate it as .deb package so that I can directly install it on my Ubuntu VM using "apt-get" command. Is this supported? Any documentation? Regards, Gaurang --