[yocto] Enhancements/Bugs closed WW20!

2023-05-22 Thread Stephen Jolley
All, The below were the owners of enhancements or bugs closed during the last week! Who Count randy.macl...@windriver.com 2 ross.bur...@arm.com 1 alex.kana...@gmail.com 1 Grand Total 4 Thanks, Stephen K. Jolley Yocto Project Program Manager *Cell:(208) 244

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

2023-05-22 Thread Stephen Jolley
All, Below is the list as of top 34 bug owners as of the end of WW20 of who have open medium or higher bugs and enhancements against YP 4.3. There are 109 possible work days left until the final release candidates for YP 4.3 needs to be released. Who Count ross.bur...@arm.com 33 michael.op

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

2023-05-22 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: https://wiki.yoctoproject.org/wiki/Bug_Triage#Newc

Re: [yocto] [opkg-utils PATCH V2] opkg-feed: Fix adding feeds with same name as architecture

2023-05-22 Thread Alex Stewart
ACK; looks good to me. I'll pull this tomorrow, if there are no objections. On 5/22/23 12:48, Petar Koynov wrote: Attempting to add feeds with some special names that match architecture names was returning an error: "5 The named feed already exists" Make so

[yocto] [opkg-utils PATCH V2] opkg-feed: Fix adding feeds with same name as architecture

2023-05-22 Thread Petar Koynov
Attempting to add feeds with some special names that match architecture names was returning an error: "5 The named feed already exists" Make sourceTypePattern in createFeedLineRegex only match feed configuration lines src or dist Signed-off-by: Petar Koyno

Re: [yocto] core-image-weston mickledore

2023-05-22 Thread Khem Raj
On Mon, May 22, 2023 at 5:26 AM Marek Belisko wrote: > > Hi, > > I'm using core-image-weston and adding chromium to the final image. > Weston is properly started on the hdmi monitor. I'm trying to start > chromium when weston starts with following: > > [Unit] > Description="Chromium browser start"

[yocto] Final reminder: CFP for Yocto Project Developer Day in Prague, June 26th 2023

2023-05-22 Thread Josef Holzmayr
Hello there! Time is running out for you if you'd like to speak at the Yocto Project Developer Day in Prague on June 26th, 2023 in Prague, neatly colocated with EOSS. You have exactly...*checks clock* 3 hours and 44 minutes left to let us know about the cool things you built, the riddles you solv

[yocto] rustfmt error when trying to build a rust application

2023-05-22 Thread Guenther Meyer
Hi, I'm trying to add a rust application to my distro based on kirkstone, and created a recipe with cargo-bitbake. The build fails with: error running rustfmt: Os { code: 2, kind: NotFound, message: "No such file or directory" } I also tried to add the meta-lts-mixins layer - same result.

Re: [yocto] [qa-build-notification] QA notification for completed autobuilder build (yocto-4.2.1)

2023-05-22 Thread Jing Hui Tham
Hi all, Intel and WR YP QA is planning for QA execution for YP build yocto-4.2.1. We are planning to execute following tests for this cycle: OEQA-manual tests for following module: 1. OE-Core 2. BSP-hw Runtime auto test for following platforms: 1. MinnowBoard Turbot - 32bit 2. Kaby Lake (7th

Re: [yocto] [meta-security][PATCH] libhoth_git.bb:SRCREV bump 1622e8a04..d769296220d

2023-05-22 Thread Armin Kuster
On 5/17/23 1:27 PM, John Broadbent via lists.yoctoproject.org wrote: From: John Edward Broadbent merged thanks. -armin Updating libhoth to match version in openbmc https://gerrit.openbmc.org/c/openbmc/openbmc/+/63424 libhoth detailed changes: Willy Tu Expose header files expose USB

[yocto] core-image-weston mickledore

2023-05-22 Thread Marek Belisko
Hi, I'm using core-image-weston and adding chromium to the final image. Weston is properly started on the hdmi monitor. I'm trying to start chromium when weston starts with following: [Unit] Description="Chromium browser start" Requires=weston.service After=weston.service [Service] Type=simple