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

2021-08-23 Thread Stephen Jolley
All, YP M+ or high bugs which moved to a new milestone in WW34 are listed below: Priority Bug ID Short Description Changer Owner Was Became Medium+ 13722 Debugging With the GNU Project Debugger enhancements

[yocto] Enhancements/Bugs closed WW34!

2021-08-23 Thread Stephen Jolley
All, The below were the owners of enhancements or bugs closed during the last week! Who Count r...@burtonini.com 2 fransmeulenbro...@yahoo.com 1 alexandre.bell...@bootlin.com 1 randy.macl...@windriver.com 1 jay.shen.t...@intel.com 1 Grand Total 6 Thanks, Stephen K.

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

2021-08-23 Thread Stephen Jolley
All, Below is the list as of top 50 bug owners as of the end of WW34 of who have open medium or higher bugs and enhancements against YP 3.4. There are 47 possible work days left until the final release candidates for YP 3.4 needs to be released. Who Count michael.opdenac...@bootlin.com 32

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

2021-08-23 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] Update bitbake broken build

2021-08-23 Thread JH
Hi, I updated the bitbake to run git pull in master branch, now it is broken, what does the following error message mean, how to fix it? $ bitbake-layers show-layers NOTE: Starting bitbake server... ERROR: Variable PROVIDES_prepend contains an operation using the old override syntax. Please

Re: [yocto] Wayland and X11 on Yocto

2021-08-23 Thread Manuel Wagesreither
Hi all, hi Khem, Am Do, 19. Aug 2021, um 00:22, schrieb Khem Raj: > On Wed, Aug 18, 2021 at 3:06 PM Manuel Wagesreither > wrote: > > > > Hello all, > > > > I'm building an image to run on various SBCs and would like to equip it > > with a graphical interface. > > > > There are quite a few

[yocto] Extensible SDK - runtime packages installation

2021-08-23 Thread d0ku
Hi, I've been playing with extensible SDK lately and got to a point, where I want to create a minimal SDK installer and install all the required packages in runtime via `devtool sdk-install`, so that every developer can get only the stuff that's actually needed. For the target part it works as

Re: [yocto] meta-gnome error #yocto

2021-08-23 Thread Khem Raj
On 8/23/21 2:55 AM, yasminebenghoz...@gmail.com wrote: Hello, please can anyone help with this error ? ERROR: ParseError at /home/yasmine/yocto/poky/meta-openembedded/meta-gnome/recipes-gnome/yelp/yelp_3.34.0.bb:7: Could not inherit file classes/itstool.bbclass this is the line 7: inherit

[yocto] Yocto Technical Team Minutes, Engineering Sync, for August 17, 2021

2021-08-23 Thread Trevor Woerner
Yocto Technical Team Minutes, Engineering Sync, for August 17, 2021 archive: https://docs.google.com/document/d/1ly8nyhO14kDNnFcW2QskANXW3ZT7QwKC5wWVDg9dDH4/edit == disclaimer == Best efforts are made to ensure the below is accurate and valid. However, errors sometimes happen. If any errors or

[linux-yocto][PATCH 3/3] arm: axxia: ddr_retention: use malloc/free to fix -Wframe-larger-than build warning

2021-08-23 Thread quanyang.wang
From: Quanyang Wang This is to fix compile warning which is introduced by the SDK commit a4396719ad21 ("ARM: axxia: Fix support for kernel 5.10") as below: arch/arm/mach-axxia/ddr_retention.c:220:1: warning: the frame size of 1032 bytes is larger than 1024 bytes [-Wframe-larger-than=] 220 |

[linux-yocto][PATCH 2/3] net: ethernet: axxia_acp_net: use dev_dbg instead of dev_info to silience noisy info

2021-08-23 Thread quanyang.wang
From: Quanyang Wang Just as what said in the commit message in the SDK commit b0162883a002 ("net: ethernet: Clean Up Intel Axxia FEMAC driver"): "Packets are also discarded, although by the driver and not the hardware, "when the destination MAC is not for us. This is the case because the

[linux-yocto][PATCH 1/3] axxia: Added i2c device node for axm5616-victoria board

2021-08-23 Thread quanyang.wang
From: Quanyang Wang Add i2c device node for axm5616-victoria board, or else the user app "sensors" can't find sensor via i2c bus. Signed-off-by: Quanyang Wang --- .../arm64/boot/dts/intel/axm5616-victoria.dts | 48 +++ 1 file changed, 48 insertions(+) diff --git

[linux-yocto][[v5.10/standard/preempt-rt/sdkv5.10/axxia]][PATCH 0/3] axxia: fix issues

2021-08-23 Thread quanyang.wang
From: Quanyang Wang Hi Bruce, Would you please help merge these 3 patches to: v5.10/standard/preempt-rt/sdkv5.10/axxia v5.10/standard/sdkv5.10/axxia Thanks, Quanyang Quanyang Wang (3): axxia: Added i2c device node for axm5616-victoria board net: ethernet: axxia_acp_net: use dev_dbg

[yocto] meta-gnome error #yocto

2021-08-23 Thread yasminebenghozzi6
Hello, please can anyone help with this error ? ERROR: ParseError at /home/yasmine/yocto/poky/meta-openembedded/meta-gnome/recipes-gnome/yelp/yelp_3.34.0.bb:7: Could not inherit file classes/itstool.bbclass this is the line 7: inherit gnomebase itstool autotools-brokensep gsettings gettext

[yocto] [meta-zephyr][PATCH] layer.conf: update machine confs with new tune locations

2021-08-23 Thread Naveen Saini
Added logic to make sure, it does not break with old releases. Signed-off-by: Naveen Saini --- conf/layer.conf | 2 ++ conf/machine/include/tune-corei7-common.inc | 4 ++-- conf/machine/qemu-x86.conf | 2 +- 3 files changed, 5 insertions(+), 3

[yocto] [PATCH v2] bitbake/fetch2: Add a new variable 'BB_FETCH_ENV' to export Fetcher env

2021-08-23 Thread Mingrui Ren
From 1b0d7b4bb4a5b39f7ae0ce7d7ae5897a33637972 Mon Sep 17 00:00:00 2001 From: Mingrui Ren Date: Mon, 23 Aug 2021 14:49:03 +0800 Subject: [PATCH v2] bitbake/fetch2: Add a new variable 'BB_FETCH_ENV' to export Fetcher env The environment variables used by Fetcher are hard-coded, and are obtained