[yocto] M+ & H bugs with Milestone Movements WW47

2020-11-24 Thread Stephen Jolley
All, YP M+ or high bugs which moved to a new milestone in WW47 are listed below: Priority Bug ID Short Description Changer Owner Was Became Medium+ 13338 SDK build fails if image contains bash randy.macl...@windriver.com

[yocto] Enhancements/Bugs closed WW47!

2020-11-24 Thread Stephen Jolley
All, The below were the owners of enhancements or bugs closed during the last week! Who Count richard.pur...@linuxfoundation.org 5 randy.macl...@windriver.com 4 mhalst...@linuxfoundation.org 1 r...@burtonini.com 1 Grand Total 11 Thanks, Stephen K. Jolley Yocto Project

[yocto] Current high bug count owners for Yocto Project 3.3

2020-11-24 Thread Stephen Jolley
All, Below is the list as of top 50 bug owners as of the end of WW47 of who have open medium or higher bugs and enhancements against YP 3.3. There are 111 possible work days left until the final release candidates for YP 3.3 needs to be released. Who Count

[yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2020-11-24 Thread Stephen Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

[yocto] Yocto Project Status WW47'20

2020-11-24 Thread Stephen Jolley
Current Dev Position: YP 3.3 M1 development Next Deadline: 7th December 2020 YP 3.3 M1 build Next Team Meetings: * Bug Triage meeting Thursday Nov. 26th at 7:30am PDT (

Re: [yocto] How to add python application into the build. #python #toolchain

2020-11-24 Thread Nicolas Jeker
On Tue, 2020-11-24 at 04:33 -0800, vijayrakeshmunga...@gmail.com wrote: > Hi, Hi Vijay > I'm new to the Yocto Project, trying to include my python application > into the build. Can anyone guide me how to write a bitbake recipe .bb > file or any example recipe would be helpful. Reading and

[yocto] How to add python application into the build. #python #toolchain

2020-11-24 Thread vijayrakeshmunganda
Hi, I'm new to the Yocto Project, trying to include my python application into the build. Can anyone guide me how to write a bitbake recipe .bb file or any example recipe would be helpful. Thank & Regards, Vijay. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group.

Re: [yocto] Yocto Project Outreachy interns

2020-11-24 Thread Dorinda
Thank you all, I appreciate the opportunity given to me to intern with the Yocto Project. I am excited about this internship and I look forward to working with you on my project. Sincerely, Dorinda. On Nov 24, 2020 08:47, "Nicolas Dechesne" wrote: > Dear all, > > We are very excited to be part

[linux-yocto][yocto-kernel-cache][master yocto-5.4][PATCH] qemuppc: configure the CONFIG_SCSI to '=y'

2020-11-24 Thread Xu, Yanfei
From: Yanfei Xu Changing CONFIG_SCSI from '=m' to '=y' to be consistent with its direct dependency, which is 'CONFIG_SCSI_VIRTIO=y' in virtio.cfg. Signed-off-by: Yanfei Xu --- bsp/qemu-ppc32/qemu-ppc32.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [yocto] Python function caching question

2020-11-24 Thread Quentin Schulz
Hi Michael, On Mon, Nov 23, 2020 at 04:49:30PM -0700, Michael Callahan wrote: > I do not want do_compile to run again, it rebuilds the whole image. > What is the best way to always run find_version? > Use an anonymous python function that sets VERSION, e.g.: python __anonymous() {

Re: [yocto] Yocto Project Outreachy interns

2020-11-24 Thread Meh Mbeh Ida Delphine
Thank you all so much for having us. I learned so much about embedded linux and the Yocto Project in a very short while. I can't wait to start working with you and on my project. Cheers, Ida. On Tue, 24 Nov 2020, 8:47 am Nicolas Dechesne, wrote: > Dear all, > > We are very excited to be part

Re: [yocto] Disable systemd-timesyncd.service in image

2020-11-24 Thread Damien LEFEVRE
Yes SYSTEMD_AUTO_ENABLE_${PN} doesn't apply to systemd recipe core services as they are not installed as separate packages. But I got it working now. The default enable/disable service are defined in https://github.com/systemd/systemd/blob/master/presets/90-systemd.preset So