Re: [yocto] gnome desktop with kirkstone #kirkstone #gnome

2025-02-11 Thread Ankita . AN
Hi, As per https://github.com/WebKit/WebKit/blob/webkitgtk-2.36.8/Source/ThirdParty/ANGLE/include/GLSLANG/ShaderVars.h there is no #include added in the source. If I add it to /home/integration-team/webkit/sources/build/tmp-glibc/work/riscv64-oe-linux/webkitgtk/2.36.8-r0/webkitgtk-2.36.8/Source

[yocto] cargo does not build currently

2025-02-11 Thread David Daniel via lists.yoctoproject.org
Hi all Some problem with the build of cargo just popped up. I am doing currently builds on the master branches. It turns out after a sync of my sources cargo does not build anymore. It spits weird error messages that it cannot find the crate for libc: can't find crate for `libc` Somehow thing

Re: [yocto] cargo does not build currently

2025-02-11 Thread Alexander Kanavin via lists.yoctoproject.org
Run bitbake -c clean cargo and try again. Something in those recipes doesn’t do incremental builds properly. Alex On Tue 11. Feb 2025 at 14.55, David Daniel via lists.yoctoproject.org wrote: > Hi all > Some problem with the build of cargo just popped up. I am doing > currently builds on the mas

[yocto] Installing pre-built DEB files

2025-02-11 Thread R Keith Beal
I am working with NXP's Flex-Builder. I need to add the libraries and headers for parted. On Ubuntu there is a package called libprated-dev I am trying to replicate. The LAYERSCAPE SDK is using bitbake 1.5. I know I probably shouldn't be installing DEBs directly, but, adding recipes for libprated

Re: [yocto] Installing pre-built DEB files

2025-02-11 Thread Keith Beal [US] via lists.yoctoproject.org
I know there is a parted recipe. I need the equivalent of the Ubuntu package libprated-dev. This is the library and header files for using the functions used by parted. Keith From: yocto@lists.yoctoproject.org on behalf of Alexander Kanavin via lists.yoctoproject

Re: [yocto] Installing pre-built DEB files

2025-02-11 Thread Keith Beal [US] via lists.yoctoproject.org
Alex, Thank you very much. I should have figured I wasn't the only one who needs those in Yocto. The Debian libparted-dev package has header files, how do I get those installed? Keith From: Alexander Kanavin Sent: Tuesday, February 11, 2025 10:49 AM To: Keith Bea

Re: [yocto] Help to understand buildhistory installed-package-sizes.txt

2025-02-11 Thread Ross Burton via lists.yoctoproject.org
On 7 Feb 2025, at 06:33, emailaddress.ashish via lists.yoctoproject.org wrote: > > Hi Members , > I am tying to reduce the RFS for one BSP and making use of buildhistory / > installed-package-sizes.txt > I was expecting this file will have all user-spaces packages only. > But i do see kern

Re: [yocto] Installing pre-built DEB files

2025-02-11 Thread Gyorgy Sarvari via lists.yoctoproject.org
Your first destination should be the log.do_install file in the WORKDIR of the recipe, which should have the output of the dpkg commands. That should shed some light on this mystery, hopefully. Sidenote: DEB files are actually two compressed tar files in a single archive. If nothing else works, yo

Re: [yocto] Installing pre-built DEB files

2025-02-11 Thread Alexander Kanavin via lists.yoctoproject.org
No. Do not do this. It's not going to work, especially when you take binaries built for a different system. I do not have time to give a lecture about why, you just need to trust me. We have a recipe that builds parted from source: https://git.yoctoproject.org/poky/tree/meta/recipes-extended/parte

[yocto] "linux-firmware" usage

2025-02-11 Thread praveen via lists.yoctoproject.org
praveen vattipalli 9:00 PM (13 minutes ago) to yocto Hi, As a part of our demo, for Ethernet driver, we require Microchip firmware bin(mscc_vsc8574_revb_int8051_29e8.bin). For this, i have added "IMAGE_INSTALL += " linux-firmware-microchip"" to local.conf. But i observed full "linux-firmware"

Re: [yocto] Installing pre-built DEB files

2025-02-11 Thread Alexander Kanavin via lists.yoctoproject.org
On Tue, 11 Feb 2025 at 19:44, Keith Beal [US] wrote: > > I know there is a parted recipe. > I need the equivalent of the Ubuntu package libprated-dev. > This is the library and header files for using the functions used by parted. The parted recipe builds and packages libparted as well, it's just

Re: [yocto] Installing pre-built DEB files

2025-02-11 Thread Keith Beal [US] via lists.yoctoproject.org
Alex, These are the headers I am talking about... $ dpkg -c libparted-dev_3.6-4+b1_arm64.deb drwxr-xr-x root/root 0 2024-11-01 19:02 ./ drwxr-xr-x root/root 0 2024-11-01 19:02 ./usr/ drwxr-xr-x root/root 0 2024-11-01 19:02 ./usr/include/ drwxr-xr-x root/root 0 2024