Re: [yocto] Issue while adding the support for TLS1.3 in existing krogoth yocto #yocto #yocto #yocto #yocto #apt #raspberrypi #yocto

2020-02-17 Thread amaya jindal
Thanks for your prompt reply. But is not there any way similar to add support for TLS1.3 instead of moving to new yocto releasesSent from my Huawei phone Original message From: Alexander Kanavin Date: Tue, 18 Feb 2020, 1:13 pmTo: amayajindal...@gmail.comCc:

Re: [yocto] Issue while adding the support for TLS1.3 in existing krogoth yocto #yocto #yocto #yocto #yocto #apt #raspberrypi #yocto

2020-02-17 Thread Alexander Kanavin
Backporting core pieces across many yocto releases is basically impossible. You more or less end up having to move and integrate half of the stack, which is a herculean task. The correct way to approach this is to have a strategy and plan for migrating to newer yocto releases. Investigate what

Re: [yocto] Yocto [thud], [zeus] do_fetch and do_unpack failures with offline/online svn build! #yocto #python

2020-02-17 Thread Georgi Georgiev via Lists.Yoctoproject.Org
OK, I read some code and I added the next line: --- a/bitbake/lib/bb/fetch2/svn.py +++ b/bitbake/lib/bb/fetch2/svn.py @@ -145,6 +145,7 @@ class Svn(FetchMethod): if not ("externals" in ud.parm and ud.parm["externals"] == "nowarn"): # Warn the user if this had

[yocto] Change RO rootfs failed RF Kill Switch Status and Failed to start Run pending postinsts

2020-02-17 Thread JH
Hi, Apologize for the cross posting. I am running kernel 4.19.75 on iMX6 customized device with WiFi and 4G LTE, it was running well in an RW rootfs. After I have just changed rootfs to RO UBIFS partition, it failed RF Kill and postinsts I suspect both try write to the RO and failed, any advice

[yocto] [opkg-utils PATCH] Makefile: add opkg-feed to UTILS

2020-02-17 Thread Alex Stewart
* Add the opkg-feed script to UTILS so that it is installed with a `make install`. * Clean up the UTILS variable declaration to be a little more diffable. Signed-off-by: Alex Stewart --- Makefile | 17 ++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/Makefile

Re: [yocto] master/master-next missing from poky repo?

2020-02-17 Thread Armin Kuster
Thanks for working on a holiday Micheal. - armin On 2/17/20 2:49 PM, Michael Halstead wrote: > The caching issues are resolved as well as a tricky permissions issue. > These repositories are operating correctly again. > > Please let me know if issues persist. > > --  > Michael Halstead > > On

Re: [yocto] master/master-next missing from poky repo?

2020-02-17 Thread Michael Halstead
The caching issues are resolved as well as a tricky permissions issue. These repositories are operating correctly again. Please let me know if issues persist. -- Michael Halstead On Sat, Feb 15, 2020 at 2:44 AM Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Sat, 2020-02-15

Re: [yocto] Creating a build system which can scale. #yocto

2020-02-17 Thread Richard Purdie
On Mon, 2020-02-17 at 04:27 -0800, philip.le...@domino-uk.com wrote: > Something using the built-in cache mirror in Yocto–there are a few > ways it can do this, as it’s essentially a file share somewhere. > https://pelux.io/2017/06/19/How-to-create-a-shared-sstate-dir.html > for an example shows

Re: [yocto] Creating a build system which can scale. #yocto

2020-02-17 Thread Rudolf J Streif
Hi Philip, We have done this with many Yocto Project builds using AWS EC2, Docker, Gitlab and Artifactory. Rest inlined below. :rjs On 2/17/20 4:27 AM, philip.le...@domino-uk.com wrote: > Hi, > > I'm looking for some advice about the best way to implement a build > environment in the cloud for

Re: [yocto] do we have a slack channel for yocto?

2020-02-17 Thread Alexander Kanavin
There is irc. #yocto @freenode. Alex On Mon, 17 Feb 2020 at 17:07, ILJUN LEE wrote: > Hi All, > > > > Do we have a slack channel for yocto? > > > > Thanks, > > iljun > > *[image: > /Users/p2774198/Library/Containers/com.microsoft.Outlook/Data/Library/Caches/Signatures/signature_190838216]* > >

Re: [yocto] Yocto [thud], [zeus] do_fetch and do_unpack failures with offline/online svn build! #yocto #python

2020-02-17 Thread Mikko Rapeli
On Mon, Feb 17, 2020 at 01:35:02PM +, Georgi Georgiev via Lists.Yoctoproject.Org wrote: > Hi Mikko, > Your patch is upstreamed and...It is actually released. If you see the error > output you will see your codeline. I decided to try with your old version > but the result is the same. Can

Re: [yocto] Yocto [thud], [zeus] do_fetch and do_unpack failures with offline/online svn build! #yocto #python

2020-02-17 Thread Georgi Georgiev via Lists.Yoctoproject.Org
Hi Mikko, Your patch is upstreamed and...It is actually released. If you see the error output you will see your codeline. I decided to try with your old version but the result is the same. Can you say something for the previous issue I have about offline build. It seem svn is not very well

Re: [yocto] Creating a build system which can scale. #yocto

2020-02-17 Thread Thomas Goodwin
Since Docker was mentioned, I use the community's CROPS containers via Docker in GitLab CI on a shared build server, providing the builders' downloads and sstate caches to the team to accelerate their own builds (these paths are volume-mounted to the runners). One of the caveats to this approach

Re: [yocto] Yocto [thud], [zeus] do_fetch and do_unpack failures with offline/online svn build! #yocto #python

2020-02-17 Thread Mikko Rapeli
On Mon, Feb 17, 2020 at 12:56:13PM +, Georgi Georgiev via Lists.Yoctoproject.Org wrote: > Another serious issue with svn fetcher, always occurring when doing > incremental builds. I am putting it here because I think both issues are > related. Please suggest what to do. The error we get is

Re: [yocto] Yocto [thud], [zeus] do_fetch and do_unpack failures with offline/online svn build! #yocto #python

2020-02-17 Thread Georgi Georgiev via Lists.Yoctoproject.Org
Another serious issue with svn fetcher, always occurring when doing incremental builds. I am putting it here because I think both issues are related. Please suggest what to do. The error we get is shown below. This time it happens always. The only workaround is to clean and build. As soon as we

Re: [yocto] Creating a build system which can scale. #yocto

2020-02-17 Thread rpj...@crashcourse.ca
On Mon, 17 Feb 2020, Quentin Schulz wrote: > Hi Philip, > > *Very* quick and vague answer as it's not something I'm doing right now. > I can only give hints to where to look next. > > On Mon, Feb 17, 2020 at 04:27:17AM -0800, philip.le...@domino-uk.com wrote: > > Hi, > > > > I'm looking for some

Re: [yocto] Creating a build system which can scale. #yocto

2020-02-17 Thread Quentin Schulz
Hi Philip, *Very* quick and vague answer as it's not something I'm doing right now. I can only give hints to where to look next. On Mon, Feb 17, 2020 at 04:27:17AM -0800, philip.le...@domino-uk.com wrote: > Hi, > > I'm looking for some advice about the best way to implement a build >

[yocto] Creating a build system which can scale. #yocto

2020-02-17 Thread philip . lewis
Hi, I'm looking for some advice about the best way to implement a build environment in the cloud for multiple dev teams which will scale as the number of dev teams grow. Our devs are saying: *What do we want?* To scale our server-based build infrastructure, so that engineers can build

[yocto] meta-java on git.yoctoproject.org has gone away.

2020-02-17 Thread Eil?s N? Fhlannag?in
It looks like there is an issue with cgit or something? http://git.yoctoproject.org/cgit.cgi/meta-java returns 500 Internal Server Error. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#48447): https://lists.yoctoproject.org/g/yocto/message/48447