Re: [yocto] How to reduce size of libicudata74 in Yocto

2025-02-05 Thread Gyorgy Sarvari via lists.yoctoproject.org
You could try setting "make-icudata" PACKAGECONFIG for the icu recipe, this supposed to reduce the size of this package. See some details in https://git.yoctoproject.org/poky/commit/?id=72a56c2bd02d32382260d4f4fd14ab4c8d4cb8f4 On 06.02.25 08:22, emailaddress.ashish via lists.yoctoproject.org

[yocto] How to reduce size of libicudata74 in Yocto

2025-02-05 Thread emailaddress.ashish via lists.yoctoproject.org
Hi All , We are working to reduce the size of RFS . >From installed-package-sizes.txt , i see libicudata74 of 30065   KiB This is coming as part of nodejs dependency . Is there any way we can at least reduce the size of this package Thanks , Ashish -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all

Re: [yocto] Unable to boot a raspberry Pi Zero 2 W using the master branch of Yocto #raspberrypi #raspberrypi0-wifi

2025-02-05 Thread Khem Raj via lists.yoctoproject.org
On Wed, Feb 5, 2025 at 10:39 AM jdowd via lists.yoctoproject.org wrote: > > I have a recently purchased Raspberry Pi Zero 2 W (Jan. 2025) which does work > with the raspberry Pi environment. I want to use Yocto going forward as I > develop my application. For now, I would just like to see this b

Re: [yocto] Upgrading node version from 16 to 20 in yocto kirkstone

2025-02-05 Thread Khem Raj via lists.yoctoproject.org
On Wed, Feb 5, 2025 at 8:51 PM MOHAMMED HASSAN via lists.yoctoproject.org wrote: > > Hi guys, > I wanted to update the node version from 16 to 20 in yocto kirkstone. For > this I have moved the node20 recipes from yocto scarthgap and ran it. Only > first error I got was with the icu recipe versi

[yocto] Upgrading node version from 16 to 20 in yocto kirkstone

2025-02-05 Thread MOHAMMED HASSAN via lists.yoctoproject.org
Hi guys, I wanted to update the node version from 16 to 20 in yocto kirkstone. For this I have moved the node20 recipes from yocto scarthgap and ran it. Only first error I got was with the icu recipe version and it moved the latest from scarthgap and resolved the issue. I got the error in do_comple

[yocto] Unable to boot a raspberry Pi Zero 2 W using the master branch of Yocto #raspberrypi #raspberrypi0-wifi

2025-02-05 Thread jdowd
I have a recently purchased Raspberry Pi Zero 2 W (Jan. 2025) which does work with the raspberry Pi environment. I want to use Yocto going forward as I develop my application. For now, I would just like to see this board boot using my own built image. I've cloned the latest Yocto repo along with

Re: [yocto] imx-boot / u-boot for iMX95

2025-02-05 Thread David Daniel via lists.yoctoproject.org
Thanks a lot! I will try that tomorrow and see what I can find out. Am Mittwoch, dem 05.02.2025 um 15:15 +0100 schrieb Gyorgy Sarvari: > One generic thought, which may or may not be a waste of time: > > Take a look at this article, on how to dump sigdata: > https://wiki.yoctoproject.org/wiki/Tip

Re: [yocto] imx-boot / u-boot for iMX95

2025-02-05 Thread Gyorgy Sarvari via lists.yoctoproject.org
One generic thought, which may or may not be a waste of time: Take a look at this article, on how to dump sigdata: https://wiki.yoctoproject.org/wiki/TipsAndTricks/Understanding_what_changed_(diffsigs_etc) - it is meant to investigate sstate-cache-misses, but I think it *might* help you too:

Re: [yocto] imx-boot / u-boot for iMX95

2025-02-05 Thread David Daniel via lists.yoctoproject.org
Thank you for your inputs! I can see that both imx-boot binaries begin with the same hex content, the tenth byte whatsoever is 01 in my build and 00 in the build from Variscite. Then from the 23rd byte some more differences and then the same bytes again. Lots of blocks with the same content but sti

Re: [yocto] imx-boot / u-boot for iMX95

2025-02-05 Thread Rahul Singh via lists.yoctoproject.org
Hi Daniel! This is just a follow up message to my response. This link would probably be of help. Embedded Base Boot Requirements (EBBR) Specification https://arm-software.github.io/ebbr/ -=-

Re: [yocto] imx-boot / u-boot for iMX95

2025-02-05 Thread rahuls.work97 via lists.yoctoproject.org
Hi Daniel! Hope you're well and good. >From a first glance, I reckon the issue you are facing is probably due to the >following reasons either in isolation or combination: 1. The vendor's build configuration & your custom build configuration are in conflict with the required infrastructure ( pro

[yocto] imx-boot / u-boot for iMX95

2025-02-05 Thread David Daniel via lists.yoctoproject.org
Hi all We received an iMX95 Dart evalkit board from Variscite and I am preparing our bsp layer for the machine that will be derived from that board. Now I wanted to integrate u-boot and imx-boot into our image and went ahead and took a look at Variscites layers - they already provide some setup for