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.
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
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=
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
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
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