Re: [yocto] [PATCH yocto-autobuilder-helper] scripts: add a pair of scripts to set up and run Auto Upgrade Helper

2020-05-26 Thread Anibal Limon
On Mon, 18 May 2020 at 02:03, Nicolas Dechesne wrote: > > > On Sun, May 17, 2020 at 5:21 PM Alexander Kanavin > wrote: > >> This allows automating its setup and execution on all autobuilder worker >> machines; >> previously there was a static setup on a dedicated machine, which wasn't >> great f

[yocto] Resolving unbuildable dependency chain: custom image (machine & kernel) and quilt-native #yocto

2020-05-26 Thread mark
Hi, Thanks for all the efort that has gone into Yocto, esp the documentation. I've setup a new machine definition (x86_64 arch), custom BSP, custom kernel and image. Initially I had trouble establishing the dependency chain between the kernel and the machine. Thank you to *Diego Santa Cruz and B

Re: [yocto] gpg: can't connect to the agent: File name too long

2020-05-26 Thread Diego Santa Cruz via lists.yoctoproject.org
> -Original Message- > From: yocto@lists.yoctoproject.org On > Behalf Of Damien LEFEVRE via lists.yoctoproject.org > Sent: 26 May 2020 11:02 > To: yocto@lists.yoctoproject.org > Subject: Re: [yocto] gpg: can't connect to the agent: File name too long > > I think my problem is that the do_

Re: [yocto] Overwrite a bblcass globally

2020-05-26 Thread Ayoub Zaki via lists.yoctoproject.org
Thanks for the idea of using BBPATH. my change is kind of custom and I don't think someone else will make use of it. Cheers On Tue, May 26, 2020 at 4:42 PM Quentin Schulz < quentin.sch...@streamunlimited.com> wrote: > Hi Ayoub, > > On Tue, May 26, 2020 at 04:36:13PM +0200, Ayoub Zaki via > lis

Re: [yocto] Overwrite a bblcass globally

2020-05-26 Thread Robert P. J. Day
On Tue, 26 May 2020, Ayoub Zaki via lists.yoctoproject.org wrote: > Hi, > I would like to make changes on systemd.bblcass in my layer.  > > I can create new one e.g my-systemd.bbclass to overwrite the default > one but this will not work since I want that ALL recipes in all > layers I'm using to

[yocto] Yocto Project Status WW20'21

2020-05-26 Thread Stephen Jolley
Current Dev Position: YP 3.2 M1 Next Deadline: YP 3.2 M1 build date 2020/6/16 Next Team Meetings: * Bug Triage meeting Thursday May 28th at 7:30am PDT ( https://zoom.us/j/454367603) * Monthly Project Meeting Tuesday June 2nd at 8am PDT (

Re: [yocto] Overwrite a bblcass globally

2020-05-26 Thread Quentin Schulz
Hi Ayoub, On Tue, May 26, 2020 at 04:36:13PM +0200, Ayoub Zaki via lists.yoctoproject.org wrote: > Hi, > > I would like to make changes on systemd.bblcass in my layer. > > I can create new one e.g my-systemd.bbclass to overwrite the default one > but this will not work since I want that ALL rec

[yocto] Overwrite a bblcass globally

2020-05-26 Thread Ayoub Zaki via lists.yoctoproject.org
Hi, I would like to make changes on systemd.bblcass in my layer. I can create new one e.g my-systemd.bbclass to overwrite the default one but this will not work since I want that ALL recipes in all layers I'm using to make usage of it. are there ways to achieve this? Thank you ! Cheers -=-=-

Re: [yocto] gpg: can't connect to the agent: File name too long

2020-05-26 Thread Damien LEFEVRE
I think my problem is that the do_image_* are running as fakeroot/pseudo. Is there a way to run this task as a normal local user. I read that I should create the socket when not running under local user with gpgconf --create-socketdir But this fails too although I set permissions for all on the