Re: [yocto] Conditionally set SYSTEMD_SERVICE_${PN} based on version of another package

2024-11-11 Thread Logan Grosz via lists.yoctoproject.org
I think doing this would still require using pkg-config at parse-time (since SYSTEMD_VERSION can only be known by using pkg-config).. which, from what I understand, is not possible. It's not a big deal, and probably not worth introducing more complexity to the recipe if I can just apply the patc

Re: [yocto] swupdate applications, bootloader, how to update #swupdate #yocto #poky #stefanobabic

2024-11-11 Thread barath . seeni09_ee
Hi All, I have referred most of the documentations, Every one did the update only using the rootfs or rootf.ext4 image. No one, implemented how to update applications alone, kernel or boot ? I need to know how to update the individual applications using swupdate? Please give me the guide to how

Re: [yocto] Kernel patch applying but not on image #kernel #linux #patch #scarthgap

2024-11-11 Thread Quentin Schulz via lists.yoctoproject.org
Hi Matt, On 11/11/24 12:35 PM, Matt via lists.yoctoproject.org wrote: You don't often get email from matt.holmes=zethon@lists.yoctoproject.org. Learn why this is important Hi, I am trying to make a kernel patch on spidev.c to fix a known issue

Re: [yocto] Id: 'weston': no such user issue Disable is required

2024-11-11 Thread AMarch via lists.yoctoproject.org
How you tried creating a weston user in the short term? From: yocto@lists.yoctoproject.org on behalf of sateesh m via lists.yoctoproject.org Sent: Monday, November 11, 2024 1:04 AM To: yocto@lists.yoctoproject.org Subject: [yocto] Id: 'weston': no such user iss

Re: [yocto] Kernel patch applying but not on image #kernel #linux #patch #scarthgap

2024-11-11 Thread Quentin Schulz via lists.yoctoproject.org
Hi Matt, On 11/11/24 1:22 PM, Matt via Lists.Yoctoproject.Org wrote: You don't often get email from matt.holmes=zethon@lists.yoctoproject.org. Learn why this is important Hi Quentin, I have moved the patch to the correct .bbappend file (my ker

Re: [yocto] swupdate applications, bootloader, how to update #swupdate #yocto #poky #stefanobabic

2024-11-11 Thread Hauke Wulff via lists.yoctoproject.org
Have a look at https://sbabic.github.io/swupdate/sw-description.html#bootloader I'm pretty sure you get more help at: https://sbabic.github.io/swupdate/help_and_support.html -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#64247): https://lists.y

Re: [yocto] Conditionally set SYSTEMD_SERVICE_${PN} based on version of another package

2024-11-11 Thread Hauke Wulff via lists.yoctoproject.org
How about replacing the recipe by a .bbappend and replacing the systemd file(s) with something like: ``` FILESEXTRAPATHS:prepend := "${THISDIR}/files:" SRC_URI:remove = "${@bb.utils.contains('SYSTEMD_VERSION', '250', ' file://factory-reset-yocto.target', '', d)}" SRC_URI:append = "${@bb.utils.co

[yocto] Kernel patch applying but not on image #kernel #linux #patch #scarthgap

2024-11-11 Thread Matt via lists.yoctoproject.org
Hi, I am trying to make a kernel patch on spidev.c to fix a known issue in linux 6.6. I have written the patch and I can see that it is applied in my build/tmp files however it is not functioning on the image. My patch method is to create a recipes-kernel/linux directory in a custom layer, cre

Re: [yocto] Kernel patch applying but not on image #kernel #linux #patch #scarthgap

2024-11-11 Thread Matt via lists.yoctoproject.org
Hi Quentin, I have moved the patch to the correct .bbappend file (my kernel recipe is linux-ti-staging), however the patch no longer compiles as one of the hunks has an incorrect offset. My main concern here is how is the patch going to work when there is no drivers/spi/spidev.c file in linux-t

Re: [yocto] kernel headers missing head files when using SDK generated from populate_sdk

2024-11-11 Thread Crane via lists.yoctoproject.org
It looks like that it is not because the kernel header misses head file, but the kernel header is for user application, not the one for kernel module. For example, in ./include/linux/types.h, there are below lines: > > #define __EXPORTED_HEADERS__ > #include > So, I am afraid that "populate_s

Re: [yocto] Id: 'weston': no such user issue Disable is required

2024-11-11 Thread Gyorgy Sarvari via lists.yoctoproject.org
As a first step I would check where the error is coming from: check systemd/init scripts/units starting upon login, /etc/local.d folder, .bashrc, and other usual suspects. Once you have it, check which package/recipe provides that script (e.g. "opkg search $FILE_PATH" or "dpkg -S $FILE_PATH" o

Re: [yocto] sources/poky/meta/recipes-kernel/perf/perf.bb:do_compile) failed with exit code '1'

2024-11-11 Thread RAVIKUMAR RONAD via lists.yoctoproject.org
Hi Experts, I still haven’t resolved this issue. I went through the performance log file, but I couldn’t find a solution. Can anyone help with this?" Thanks & Regards, Ravikumar -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#64260): https://lists.

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

2024-11-11 Thread Stephen Jolley via lists.yoctoproject.org
All, Below is the list of top 30 bug owners as of the end of WW45 who have open medium or higher bugs and enhancements against YP 5.2. There are 98 possible work days left until the final release candidates for YP 5.2 needs to be released. Who Count ross.bur...@arm.com 41 bruce.ashfi...@gmail.com

[yocto] Enhancements/Bugs closed WW45!

2024-11-11 Thread Stephen Jolley via lists.yoctoproject.org
All, The below were the owners of enhancements or bugs closed during the last week! Who Count ross.bur...@arm.com 1 richard.pur...@linuxfoundation.org 1 mhalst...@linuxfoundation.org 1 Grand Total 3 Thanks, *Stephen K. Jolley* *Yocto Project Program Manager* (*Cell*:(208)

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

2024-11-11 Thread Stephen Jolley via lists.yoctoproject.org
All, YP M+ or high bugs which moved to a new milestone in WW45 are listed below: Priority Bug ID Short Description Changer Owner Was Became Medium+ 15642 uboot-sign.bbclass uboot_assemble_fitimage_helper() sends bad argument to concat_dtb()