Re: [yocto] Information related to RCW file used in FRWY-LS1012A evaluation board.

2024-10-21 Thread Dhanyalakshmi K
Hi Quentin, Thank You for your reply. Sorry for the confusion,I have copied the bootpartition image and OS image onto the micro-SDHC card not the U-Boot firmware. Custom board successfully boots from QSPI NOR flash where I have already flashed U-Boot firmware. As my next task is to load the OS ont

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

2024-10-21 Thread Stephen Jolley
All, YP M+ or high bugs which moved to a new milestone in WW42 are listed below: Priority Bug ID Short Description Changer Owner Was Became High 15491 libz-src is not reproducible randy.macl...@windriver.com ross.bur...@arm.com 5.1 M2 5.2 M

[yocto] Enhancements/Bugs closed WW42!

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

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

2024-10-21 Thread Stephen Jolley
All, Below is the list of top 31 bug owners as of the end of WW42 who have open medium or higher bugs and enhancements against YP 5.2. There are 113 possible work days left until the final release candidates for YP 5.2 needs to be released. Who Count ross.bur...@arm.com 43 bruce.ashfi...@gmail.com

Re: [yocto] reading tgz file and uncompress in rootfs

2024-10-21 Thread Adrian Freihofer
umeshyv via lists.yoctoproject.org schrieb am Mo., 21. Okt. 2024, 18:30: > Hi, I have requirement where recipe file reads set of .tgz files and it > should store in a location in rootfs and untar them(on freescale board). > Can you please show some pointers. > > SUMMARY = " Tools" > LICENSE = "CL

Re: [yocto] reading tgz file and uncompress in rootfs

2024-10-21 Thread Alexander Kanavin
Delete all of do_install, then run the unpack task and check WORKDIR for where the extracted content went (unpack will do this for everything in SRC_URI). Then write a do_install that installs pieces of the unpacked content into ${D}. You don't need to perform a separate unpack operation, and IMAG

[yocto] reading tgz file and uncompress in rootfs

2024-10-21 Thread umeshyv
Hi, I have requirement where recipe file reads set of .tgz files and it should store in a location in rootfs and untar them(on freescale board). Can you please show some pointers. SUMMARY = " Tools" LICENSE = "CLOSED" FILESEXTRAPATHS_prepend := "${THISDIR}/files:" SRCREV = "${AUTOREV}" SRC_UR

Re: [yocto] Information related to RCW file used in FRWY-LS1012A evaluation board.

2024-10-21 Thread Quentin Schulz via lists.yoctoproject.org
Hi, On 10/21/24 1:36 PM, dhanyalakshmi.k via lists.yoctoproject.org wrote: Hello team, I'm Dhanyalakshmi, We have designed a custom board based on the FRWY-LS1012A evaluation board, with minimal changes. The main differences are the removal of the audio jack, Micro-Click connectors, and Ethern

Re: [yocto] ERROR: Nothing PROVIDES 'virtual/kernel'

2024-10-21 Thread Zoran
Hello people, I think something changed recently, as usual, as you all, support people change some stuff from release to release. As an example: S = "${WORKDIR}" is no longer supported Replace the line that sets S to "${WORKDIR}" with the appropriate path to your source files. For example: S = "

Re: [yocto] Question regarding executing an install script during the build of an image

2024-10-21 Thread Felix Kuhlmann via lists.yoctoproject.org
Hi Marco, hi Josef, thank you very much for your input. I greatly underestimated the work needed for using the given installer script in the yocto context. I'm glad that you showed me the implications of my plan beforehand, this saves me a few wasted hours :D Greetings, Felix Am Mon, Oct 21,

[yocto] Information related to RCW file used in FRWY-LS1012A evaluation board.

2024-10-21 Thread dhanyalakshmi . k
Hello team, I'm Dhanyalakshmi, We have designed a custom board based on the FRWY-LS1012A evaluation board, with minimal changes. The main differences are the removal of the audio jack, Micro-Click connectors, and Ethernet ports, while all other components remain the same. I successfully flashed

Re: [yocto] ERROR: Nothing PROVIDES 'virtual/kernel'

2024-10-21 Thread Ross Burton
> On 21 Oct 2024, at 08:25, Zoran via lists.yoctoproject.org > wrote: > > Hello Yocto Community Support Team, > > I have an interesting problem to report. > > Parsing recipes: 100% > || > Time: 0:02:30 > Parsing of 2829

Re: [yocto] ERROR: Nothing PROVIDES 'virtual/kernel'

2024-10-21 Thread Mikko Rapeli
Hi, On Mon, Oct 21, 2024 at 09:25:39AM +0200, Zoran via lists.yoctoproject.org wrote: > Hello Yocto Community Support Team, > > I have an interesting problem to report. > > Parsing recipes: 100% > || > Time: 0:02:30 > Parsi

Re: [yocto] ERROR: Nothing PROVIDES 'virtual/kernel'

2024-10-21 Thread Martin Jansa
Doesn't seem related to kernel, check what restricts COMPATIBLE_MACHINE for e.g. patch-native in your builds. On Mon, Oct 21, 2024 at 12:21 PM Zoran via lists.yoctoproject.org wrote: > > Hello Yocto Community Support Team, > > I have an interesting problem to report. > > Parsing recipes: 100% > |

[yocto] ERROR: Nothing PROVIDES 'virtual/kernel'

2024-10-21 Thread Zoran
Hello Yocto Community Support Team, I have an interesting problem to report. Parsing recipes: 100% || Time: 0:02:30 Parsing of 2829 .bb files complete (0 cached, 2829 parsed). 4811 targets, 1885 skipped, 0 masked, 0 errors. N

Re: [yocto] Strange problem when extending the linux-firmware package

2024-10-21 Thread Alexander Kanavin
You need to run 'bitbake -e linux-firmware' and check how RDEPENDS is formed. Alex On Mon, 21 Oct 2024 at 10:33, Matthias Klein via lists.yoctoproject.org wrote: > > Hello, > > > > a few months ago I added Bluetooth firmware via a linux-firmware_%.bbappend > file with the following line: > > >

Re: [yocto] Question Regarding MACHINE_EXTRA_RDEPENDS vs MACHINE_EXTRA_RRECOMMENDS

2024-10-21 Thread Alexander Kanavin
I guess you need to investigate why one triggers the error and the other does not by grepping where those are actually used during do_rootfs. Basically take the whole poky tree and check all mentions of it. Alex On Mon, 21 Oct 2024 at 09:32, Marcus Flyckt via lists.yoctoproject.org wrote: > > Hi

Re: [yocto] Question regarding executing an install script during the build of an image

2024-10-21 Thread Josef Holzmayr
Hi Felix, I presume you are talking about https://github.com/thiagoralves/OpenPLC_v3/tree/master? In that case, what *actually* runs in that installation script is https://github.com/thiagoralves/OpenPLC_v3/blob/master/background_installer.sh, which is a highly general purpose distribution targete

[yocto] Strange problem when extending the linux-firmware package

2024-10-21 Thread Matthias Klein
Hello, a few months ago I added Bluetooth firmware via a linux-firmware_%.bbappend file with the following line: FILES:${PN}-rtl8723 += " ${nonarch_base_libdir}/firmware/rtl_bt/rtl8723*.bin" I had added the linux-firmware-rtl8723 package to my image. Until a few days ago, this worked wonderful

[yocto] gstreamer1.0-plugins-good 1.24 fails with qt6 option

2024-10-21 Thread Aleksandar Nikolic
Greetings, (Note that this is not a bug on master or anything) I need the qml6glsing plugin so I tried the patch from [1] (see [2] for the patch I have in my local repo). While the patch works for the 1.22.5 version (I've tested this), the build fails if the patch is applied on the current ver

[yocto] Question Regarding MACHINE_EXTRA_RDEPENDS vs MACHINE_EXTRA_RRECOMMENDS

2024-10-21 Thread Marcus Flyckt
Hi, I have a question regarding the use of MACHINE_EXTRA_RDEPENDS and MACHINE_EXTRA_RRECOMMENDS. I've written a kernel module to handle a specific aspect of our custom hardware, and I added it to MACHINE_EXTRA_RDEPENDS to ensure it's always installed. However, this triggered the following SPDX