[yocto] [yocto-autobuilder2][dunfell] config.py: add fedora36 to workers_prev_releases for dunfell

2023-01-10 Thread Steve Sakoman
Signed-off-by: Steve Sakoman --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 7d5005a..f6dde69 100644 --- a/config.py +++ b/config.py @@ -159,7 +159,7 @@ workers_prev_releases = { "honister" : ("alma8", "centos7", "centos8", "debia

Re: [yocto] Can't find go-helloworld in my image

2023-01-10 Thread Yishai Jaffe
Yishai Jaffe On Tue, Jan 10, 2023, 7:48 PM Michael Opdenacker via lists.yoctoproject.org wrote: > Greetings, > > Using Poky master, I added go-helloworld to my local.conf file: > IMAGE_install:append = " go-helloworld" > The variable you are trying to extend is called IMAGE_INSTALL, so I think

Re: [yocto] Can't find go-helloworld in my image

2023-01-10 Thread Michael Opdenacker via lists.yoctoproject.org
On 10.01.23 at 18:52, Tim Orling wrote: On Tue, Jan 10, 2023 at 9:48 AM Michael Opdenacker via lists.yoctoproject.org wrote: Greetings, Using Poky master, I added go-helloworld to my local.conf file: IMAGE_install:append = " go-helloworld" I

Re: [yocto] Can't find go-helloworld in my image

2023-01-10 Thread Richard Purdie
On Tue, 2023-01-10 at 18:48 +0100, Michael Opdenacker via lists.yoctoproject.org wrote: > Greetings, > > Using Poky master, I added go-helloworld to my local.conf file: > IMAGE_install:append = " go-helloworld" > > ... to build the recipe on > https://git.yoctoproject.org/poky/tree/meta/recipes-

[yocto] Can't find go-helloworld in my image

2023-01-10 Thread Michael Opdenacker via lists.yoctoproject.org
Greetings, Using Poky master, I added go-helloworld to my local.conf file: IMAGE_install:append = " go-helloworld" ... to build the recipe on https://git.yoctoproject.org/poky/tree/meta/recipes-extended/go-examples/go-helloworld_0.1.bb I then built "core-image-minimal", but though it seemed t

[yocto] Yocto Project Status 10 January 2023 (WW02)

2023-01-10 Thread Stephen Jolley
Current Dev Position: YP 4.2 M2 Next Deadline: 23rd January 2023 YP 4.2 M2 Build Next Team Meetings: * Bug Triage meeting Thursday January 12th 7:30 am PDT ( https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz

Re: [yocto] Git repo setup for Yocto upstream contribution

2023-01-10 Thread Alexandre Belloni via lists.yoctoproject.org
On 10/01/2023 15:54:55+0100, Alexander Kanavin wrote: > On Mon, 9 Jan 2023 at 20:16, Alexandre Belloni > wrote: > > Just try to apply your patch on a bitbake repository, it will reproduce. > > I tried. This happens only if a 3-way merge is enabled: for existing > files git will strip the leading

Re: [yocto] Git repo setup for Yocto upstream contribution

2023-01-10 Thread Alexander Kanavin
On Mon, 9 Jan 2023 at 20:16, Alexandre Belloni wrote: > Just try to apply your patch on a bitbake repository, it will reproduce. I tried. This happens only if a 3-way merge is enabled: for existing files git will strip the leading directory as needed, but for newly introduced files it will place

Re: [yocto] bitbake controlling memory use

2023-01-10 Thread Ferry Toth
Hi, On 10-01-2023 02:57, Randy MacLeod wrote: Add Zheng. Switch to Trevor's gmail since he might still be interested in this. On 2023-01-09 05:49, Ferry Toth via lists.yoctoproject.org wrote: Hi On 09-01-2023 11:39, Alexander Kanavin wrote: On Sun, 8 Jan 2023 at 23:13, Ferry Toth wrote: No