[yocto] Yocto Project Technical Documentation Request For Quote

2020-11-30 Thread Nicolas Dechesne
hi there, The Yocto Project is looking to hire a technical writer to develop and maintain the many documents the project supplies the greater community, including the official Yocto Project documentation website [1]. We expect to build a long term relationship with this technical documentation

Re: [linux-yocto] [yocto-kernel-cache master PATCH] virtio.cfg: enable virtio-vsock

2020-11-30 Thread Bruce Ashfield
Looks good, I've queued the change and will have it in my next pull request to master. Bruce On Sun, Nov 22, 2020 at 5:23 AM Vasyl Vavrychuk wrote: > > virtio-vsock provides a POSIX Sockets API based host/guest > communications capability. > > Signed-off-by: Vasyl Vavrychuk > --- >

Re: [linux-yocto] [yocto-kernel-cache master PATCH 0/1] Recently added CONFIG_SERIAL_OF_PLATFORM causes warning on x86.

2020-11-30 Thread Bruce Ashfield
On Sat, Nov 21, 2020 at 12:19 AM Vasyl Vavrychuk wrote: > > Sorry, I was not carefull enough with checking this. Will try to improve in > future. > No worries. I've caused my own fair share of warnings :D We could also mark this as non-hardware and/or exclude it on some arches. When you saw

[linux-yocto][linux-yocto v5.4/standard/nxp-s32g2xx][PATCH] can: flexcan: fix wrong merging commit cd9f13c594613

2020-11-30 Thread Xulin Sun
This is to fix the below error build: drivers/net/can/flexcan.c:1637:30: error: 'flexcan_irq' undeclared (first use in this function) DEBUG: 1637 | err = request_irq(dev->irq, flexcan_irq, IRQF_SHARED, dev->name, dev); 1637 | err = request_irq(dev->irq, flexcan_irq, IRQF_SHARED, dev->name,

Re: [linux-yocto] [yocto-kernel-tools][PATCH] merge_config.sh: Translate some env variables to make variables

2020-11-30 Thread Bruce Ashfield
Sorry for the slow reply, I was working on some bugs that were taking up a significant amount of time. I've tossed this into my integration branch and will follow up if there are any issues. Bruce On Tue, Nov 17, 2020 at 11:38 AM Tyler Hicks wrote: > > Pass certain environment variables, meant

[yocto] Reminder: Yocto Project Technical Team Meeting @ Monthly from 8am on the first Tuesday (PDT)

2020-11-30 Thread Stephen Jolley
All, Just a reminder we will hold the monthly Yocto Project Technical Meeting at 8am PST tomorrow. (12/1) Yocto Project Technical Team Meeting: We encourage people attending the meeting to logon and announce themselves on the Yocto Project IRC chancel during the meeting (optional):

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

2020-11-30 Thread Stephen Jolley
All, YP M+ or high bugs which moved to a new milestone in WW48 are listed below: Priority Bug ID Short Description Changer Owner Was Became Medium+ 12760 CMake Toolchain File Has Wrong Module Path

[yocto] Enhancements/Bugs closed WW48!

2020-11-30 Thread Stephen Jolley
All, The below were the owners of enhancements or bugs closed during the last week! Who Count richard.pur...@linuxfoundation.org 4 stacy.gaikov...@windriver.com 1 f...@evolware.org 1 bruce.ashfi...@gmail.com 1 Grand Total 7 Thanks, Stephen K. Jolley Yocto Project Program

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

2020-11-30 Thread Stephen Jolley
All, Below is the list as of top 47 bug owners as of the end of WW48 of who have open medium or higher bugs and enhancements against YP 3.3. There are 103 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-30 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] Yoctoproject ad Qt Commercial License.

2020-11-30 Thread Mauro Ziliani
Hi all. Anyone has experience with Qt Commercial and Yocto Project? Best regards,   Mauro Ziliani -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#51595): https://lists.yoctoproject.org/g/yocto/message/51595 Mute This Topic:

Re: [yocto] [meta-raspberrypi][PATCH] userland: add knob for ALL_APPS

2020-11-30 Thread Andrei Gherzan
Hi, On Fri, Nov 27, 2020 at 10:16 AM Trevor Woerner wrote: > The userland sources include a bunch of sample applications. Add an > "allapps" > PACKAGECONFIG to allow the user to build the additional optional > applications. > > Signed-off-by: Trevor Woerner > Merged to master. Thanks, Trevor.

[linux-yocto][linux-yocto v5.4/standard/nxp-s32g2xx][PATCH] s32gen1: pcie: wrap functions with related macro definition

2020-11-30 Thread Xulin Sun
In order to fix below compile warnings: drivers/pci/controller/dwc/pci-s32gen1.c:838:12: warning: 's32gen1_pcie_config_irq' defined but not used [-Wunused-function] 838 | static int s32gen1_pcie_config_irq(int *irq_id, char *irq_name, |^~~