Re: [linux-yocto][yocto-kernel-cache][yocto-6.1][yocto-6.4][master][PATCH] features/f2fs: remove CONFIG_F2FS_IO_TRACE

2023-08-21 Thread Bruce Ashfield
In message: [linux-yocto][yocto-kernel-cache][yocto-6.1][yocto-6.4][master][PATCH] features/f2fs: remove CONFIG_F2FS_IO_TRACE on 22/08/2023 Xiangyu Chen wrote: > From: Xiangyu Chen > > kernel upstream already removed the CONFIG_F2FS_IO_TRACE[1], > this causes do_kernel_configcheck report

Re: [linux-yocto] Trial merge of v5.15.127 v6.1.46 for linux-yocto

2023-08-21 Thread Bruce Ashfield
On Thu, Aug 17, 2023 at 9:34 AM Kevin Hao wrote: > > Hi Bruce, > > This is a trial merge of the stable kernel v5.15.127 v6.1.46 for the > following branches in the linux-yocto. > d253e1794c47 v5.15/standard/sdkv5.10/axxia > d530d101441f v5.15/standard/preempt-rt/sdkv5.10/axxia >

[linux-yocto][yocto-kernel-cache][yocto-6.1][yocto-6.4][master][PATCH] features/f2fs: remove CONFIG_F2FS_IO_TRACE

2023-08-21 Thread Xiangyu Chen
From: Xiangyu Chen kernel upstream already removed the CONFIG_F2FS_IO_TRACE[1], this causes do_kernel_configcheck report warnings: [INFO]: the following symbols were not found in the active configuration: - CONFIG_F2FS_IO_TRACE [1] https://git.kernel.org/linus/d5f7bc00 Signed-off-by:

[yocto] EXTRA_USERS_PARAMS doesn't work to generate password for root and add new users

2023-08-21 Thread Crane
Hello, I am trying to generate a password for root and add a new user. Here is the code in the image recipe: IMAGE_FEATURES:remove = "debug-tweaks" INHERIT += "extrausers" EXTRA_USERS_PARAMS += "usermod -P root root; useradd -P 2023 crane" When using "inherit extrausers", there is an error of

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

2023-08-21 Thread Stephen Jolley
All, YP M+ or high bugs which moved to a new milestone in WW33 are listed below: Priority Bug ID Short Description Changer Owner Was Became Medium+ 15194 AB-INT: python3-numpy is not reproducible randy.macl...@windriver.com

[yocto] Enhancements/Bugs closed WW33!

2023-08-21 Thread Stephen Jolley
All, The below were the owners of enhancements or bugs closed during the last week! Who Count richard.pur...@linuxfoundation.org 1 randy.macl...@windriver.com 1 frederic.martins...@gmail.com 1 Grand Total 3 Thanks, *Stephen K. Jolley* *Yocto Project Program Manager* (*Cell*:

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

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

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

2023-08-21 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:

Re: [yocto] SDK build generally broken?

2023-08-21 Thread Richard Purdie
On Mon, 2023-08-21 at 12:49 +, David Daniel wrote: > Hello everybody > > Has anyone successfully built an SDK lately? I cannot build any SDK, > neither for my image nor for core-image-minimal. > > If I define my own image I get the error (I already wrote - nobody any > idea?) that the

[yocto] Poky/Mickledore bitbake menuconfig does not work

2023-08-21 Thread Sebert, Holger.ext
Hi, I am using a Yocto-Poky-Mickledore (version 4.2.1) based system. For configuring the kernel, I would like to use the command bitbake -c menuconfig virtual/kernel If I do that, Bitbake opens an xterm window and runs the build steps for Kconfig. However, after the compiler has finised,

Re: [yocto] SDK build generally broken?

2023-08-21 Thread Alexander Kanavin
SDK testing happens several times a day in yocto CI. You should probably try building for core-image-minimal with only poky, no custom layers, as that is where it's tested. Then bring bits of your custom setup until it starts failing. Alex On Mon, 21 Aug 2023 at 14:49, David Daniel wrote: > >

[yocto] SDK build generally broken?

2023-08-21 Thread David Daniel
Hello everybody Has anyone successfully built an SDK lately? I cannot build any SDK, neither for my image nor for core-image-minimal. If I define my own image I get the error (I already wrote - nobody any idea?) that the dummy-sdk package is to be built for a different architecture:

Re: [yocto] How to build a specified recipe every bitbake

2023-08-21 Thread Ross Burton
On 12 Aug 2023, at 08:23, Jiliang Cai via lists.yoctoproject.org wrote: > > On Fri, Aug 11, 2023 at 12:47 AM, Ross Burton wrote: > On 11 Aug 2023, at 03:21, Jiliang Cai via lists.yoctoproject.org > wrote: > I have a recipe abc_1.0.bb. It generates a txt contains all layers git commit > ID