Re: [yocto] install: cannot create regular file Permission denied #dunfell

2022-09-14 Thread Steve Sakoman
On Wed, Sep 14, 2022 at 8:16 AM Mahendra Sondagar wrote: > > Hi.. there > > Hope all are doing well > > I'm working with the Yocto dunfell branch with the STM32MP1 > My goal is to add the test.sh script in to the rootfs of the Yocto custom > image (in to the bindir) > > That's how, i have created

Re: [yocto] meta-go dependencies #dunfell #golang

2022-09-14 Thread Alexander Kanavin
You can ask Konrad about it. But please keep the mailing list in CC, so that the entire conversation remains visible and archived to all. Alex On Wed, 14 Sept 2022 at 21:18, Ed Watson wrote: > > Hello, > > > Great thank very much. > It would appear that there are a lot of dependencies I need und

Re: [yocto] meta-go dependencies #dunfell #golang

2022-09-14 Thread Alexander Kanavin
Right, I don't think such a dedicated layer exists. You may want to go over the list of dependencies and type them into http://layers.openembedded.org/layerindex/branch/master/recipes/ to see if anything comes up. Otherwise, you just have to list them one by one in SRC_URI, so bitbake will compose

[yocto] install: cannot create regular file Permission denied #dunfell

2022-09-14 Thread Mahendra Sondagar
Hi.. there Hope all are doing well I'm working with the Yocto dunfell branch with the STM32MP1 My goal is to add the test.sh script in to the rootfs of the Yocto custom image (in to the bindir) That's how, i have created the recipes file called "recipes-support" Inside that, i have created "net

Re: [yocto] meta-go dependencies #dunfell #golang

2022-09-14 Thread Ed Watson
Hello Sure thanks it is https://github.com/aler9/rtsp-simple-server Ed Watson On Wed, 14 Sept 2022 at 19:53, Alexander Kanavin wrote: > It helps if you can name the project. Are the sources public? > > Alex > > On Wed 14. Sep 2022 at 18.42, wrote: > >> Hello, >> >> >> I am trying to includ

Re: [yocto] meta-go dependencies #dunfell #golang

2022-09-14 Thread Alexander Kanavin
It helps if you can name the project. Are the sources public? Alex On Wed 14. Sep 2022 at 18.42, wrote: > Hello, > > > I am trying to include a go project in my yocto build. It has quite a few > dependencies. I may have missed something, there is a meta-go around that I > have missed? Or a quic

[yocto] meta-go dependencies #dunfell #golang

2022-09-14 Thread edmundwatson
Hello, I am trying to include a go project in my yocto build. It has quite a few dependencies. I may have missed something, there is a meta-go around that I have missed? Or a quick way of pulling in multiple dependencies. Thanks Edmund Watson -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all mess

[yocto] oeqa problems with >= Python3.8

2022-09-14 Thread Hulme, Richard via lists.yoctoproject.org
Hello, I found an issue when upgrading a box running unit tests that bumped Python from 3.7 to 3.9. The unit tests themselves are run OK but processing them causes KeyErrors to be raised: == ERROR: test_ping (oeqa.runtime.pin