Re: [yocto] [yocto-security] Open ssl version

2018-12-20 Thread Alexander Kanavin
It's likely that you ask bitbake to build something that has a hard dependency on openssl 1.0. Most probably openssh. Alex On Thu, 20 Dec 2018 at 05:30, Vishwanath Chandapur wrote: > > Hi Team, > > I have set opnessl version in sumo but getting below errors. > > > PREFERRED_VERSION_openssl = "1.

Re: [yocto] [yocto-security] Open ssl version

2018-12-20 Thread Vishwanath Chandapur
I think issues is below part is missing in openssl_1.1.0i.bb file. FILES_libcrypto = "${libdir}/libcrypto${SOLIBS}" FILES_libssl = "${libdir}/libssl${SOLIBS}" FILES_openssl-conf = "${sysconfdir}/ssl/openssl.cnf" With Regards Vishwa On Thu, Dec 20, 2018 at 3:56 PM Alexander Kanavin wrote: > It

[yocto] Canceled event: Yocto Project Weekly Triage Meeting @ Thu Dec 27, 2018 7:30am - 8:30am (PST) (yocto@yoctoproject.org)

2018-12-20 Thread theyoctoproject
BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN METHOD:CANCEL BEGIN:VTIMEZONE TZID:America/Los_Angeles X-LIC-LOCATION:America/Los_Angeles BEGIN:DAYLIGHT TZOFFSETFROM:-0800 TZOFFSETTO:-0700 TZNAME:PDT DTSTART:19700308T02 RRULE:FREQ=YEARLY;BYMONTH=

Re: [yocto] Question about temporary directories

2018-12-20 Thread A
In the absence of any wise counsel, I am currently having all of my recipes install into a temporary directory I created on the build host's filesystem. Then, I have one of my recipes create the filesystem image with the contents of that location. I'm not sure how portable this is going to be. I

Re: [yocto] Question about temporary directories

2018-12-20 Thread Khem Raj
On Tue, Dec 18, 2018 at 10:28 AM A wrote: > > I'd like multiple "helper" recipes to contribute files to a temporary > directory on my build host, and then a final recipe to combine them into a > compressed file. > > But I DON'T want the helper recipe's files to get installed on the target > sys

Re: [yocto] Yocto - Rpi: u-boot --- hangs on boot?

2018-12-20 Thread Erik Hoogeveen
Hi, I had something similar but with a RPI compute module 3. For me it helped to put the u-boot.bin file in config.txt. See: https://github.com/agherzan/meta-raspberrypi/issues/359 Cheers, Erik On 18 Dec 2018, 17:28 +0100, yocto-requ...@yoctoproject.org, wrote: Date: Mon, 17 Dec 2018 18:37:04 +00