[yocto] Yocto Poky bbappend file for init-ifupdown is not replacing /etc/network/interfaces

2023-12-25 Thread Maminej
I want to replace the /etc/network/interfaces file on the resulting image root file system, so I added a bbappend recipe in my meta-rpilinux directory. [code]maminej@server:~/Yocto/meta-rpilinux/recipes-core/init-ifupdown$ tree . ├── init-ifupdown-1.0 │   └── raspberrypi4-64 │       └──

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

2023-12-25 Thread Stephen Jolley
All, YP M+ or high bugs which moved to a new milestone in WW51 are listed below: Priority Bug ID Short Description Changer Owner Was Became Medium+ 5322 Global DNS fallback mechanism not present in poky distro randy.macl...@windriver.com

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

2023-12-25 Thread Stephen Jolley
All, Below is the list of top 32 bug owners as of the end of WW51 who have open medium or higher bugs and enhancements against YP 5.0. There are 86 possible work days left until the final release candidates for YP 5.0 needs to be released. Who Count michael.opdenac...@bootlin.com 35

[yocto] Enhancements/Bugs closed WW51!

2023-12-25 Thread Stephen Jolley
All, The below were the owners of enhancements or bugs closed during the last week! Who Count ross.bur...@arm.com 2 tim.orl...@konsulko.com 1 sundeep.kokko...@windriver.com 1 randy.macl...@windriver.com 1 michael.opdenac...@bootlin.com 1 Grand Total 6 Thanks, *Stephen K. Jolley* *Yocto

Re: [yocto] I get an error with bitbake when a program requires libgpiod.

2023-12-25 Thread Khem Raj
On Mon, Dec 25, 2023 at 6:58 AM Stephen Chen wrote: > Hi > > I don't know how to reproduce your issue. > But to add libgpiod, you can add the following lines to your > build/conf/local.conf > > IMAGE_INSTALL:append = " \ > libgpiod \ > libgpiod-dev \ > libgpiod-tools \ > " > -dev and -tools may

Re: [yocto] I get an error with bitbake when a program requires libgpiod.

2023-12-25 Thread Stephen Chen
Hi I don't know how to reproduce your issue. But to add libgpiod, you can add the following lines to your build/conf/local.conf IMAGE_INSTALL:append = " \ libgpiod \ libgpiod-dev \ libgpiod-tools \ " -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online

[linux-yocto] [yocto-kernel-cache][yocto-6.1][PATCH] bsp: xilinx-versal: fix duplicated option warning

2023-12-25 Thread quanyang.wang via lists.yoctoproject.org
From: Quanyang Wang There is a duplicated kernel option CONFIG_RESET_CONTROLLER and we need to remove it to fix the warning while do_kernel_configcheck: [INFO]: Fragments with duplicated configuration options: - fragment configs/v6.1/standard/bsp/xilinx-versal/xilinx-versal.cfg has a

[linux-yocto] [yocto-kernel-cache][yocto-6.1][PATCH] xilinx-zynq: remove redundant kernel option CONFIG_XILINX_PREFETCH

2023-12-25 Thread quanyang.wang via lists.yoctoproject.org
From: Quanyang Wang In SDK commit 4e34bbe7cda03 ("Revert "ARM: zynq: Fix prefetch option""), the kernel option CONFIG_XILINX_PREFETCH is removed. So remove it from kernel-cache. Signed-off-by: Quanyang Wang --- Hi Bruce, Would you please help merge this patch to the branch: yocto-6.1