Re: [yocto] Unable to find gdb in tmp/sysroots directory

2024-11-20 Thread Khem Raj via lists.yoctoproject.org
On Tue, Nov 12, 2024 at 4:56 AM Jocelyn Meyron via lists.yoctoproject.org wrote: > > Hi everyone, > > I'm trying to set up a debugfs. According to > https://docs.yoctoproject.org/5.0.4/singleindex.html#using-the-gdbserver-method > section 5, I should be able to find my gdb in $BUILDDIR/tmp/sysro

Re: [yocto] Debugging gdb built by Yocto

2020-02-20 Thread Khem Raj via Lists.Yoctoproject.Org
On Thu, 2020-02-20 at 08:52 -0500, Patrick Doyle wrote: > On Wed, Feb 19, 2020 at 5:19 PM Richard Purdie > wrote: > > On Tue, 2020-02-18 at 11:26 -0500, Patrick Doyle wrote: > > > Does anybody have any tips or tricks for how I might debug the > > > (cross-canadian) gdb built by Yocto's SDK? > > Do

Re: [yocto] poky master gcc 14.2 failing at do_compile

2024-11-25 Thread Khem Raj via lists.yoctoproject.org
Hi Kanak, It seems the linker is running out of memory on you build host. So I wonder if you have enough RAM on the build host. or perhaps reduce the build parallelism that matches your build machine's resources. On Mon, Nov 25, 2024 at 7:10 AM Kanak Shilledar via lists.yoctoproject.org wrote: >

Re: [yocto] spinnaker error (ExecutionError) while yocto build

2025-01-01 Thread Khem Raj via lists.yoctoproject.org
On Wed, Jan 1, 2025 at 8:44 PM rajesh.d via lists.yoctoproject.org wrote: > > user@LTB-IBE2590:~/Mindteck_Projects/Irilic/kirkstone_yocto_AIMB288E/build$ > bitbake core-image-sato > Loading cache: 100% | >

Re: [yocto] Building Chromium for Toradex Verdin Module (Kirkstone)

2025-01-30 Thread Khem Raj via lists.yoctoproject.org
Can you check the build cmds ands see if use_ozone=true use_wayland=true are set or not On Tue, Jan 28, 2025 at 11:01 AM Daniel Kampert via lists.yoctoproject.org wrote: > > Hi, > > I try to build Chromium for a Toradex module and a custom Kirkstone BSP with > the help of this guide from Toradex

Re: [yocto] [psplash][PATCH] psplash.c: fix crash from length becoming negative

2025-02-10 Thread Khem Raj via lists.yoctoproject.org
On Mon, Feb 10, 2025 at 12:54 AM Chris Moore via lists.yoctoproject.org wrote: > > From: Chris Moore > Date: Fri, 7 Feb 2025 15:21:02 + > Subject: [psplash][PATCH] psplash.c: fix crash from length becoming > negative > > Fixes [Yocto #14806] > > If there is an error in read(), it returns -1 b

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

2025-02-06 Thread Khem Raj via lists.yoctoproject.org
On Thu, Feb 6, 2025 at 11:39 AM John via Lists.Yoctoproject.Org wrote: > > On Thu, Feb 6, 2025 at 09:15 AM, Khem Raj wrote: > > raspberrypi0-2w-64 > > So Khem, the 64-bit build works. Thank you very much. The next thing I need > you to fix is "World Peace!". Please get on it... cool, yeah I am

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

2025-02-06 Thread Khem Raj via lists.yoctoproject.org
On Thu, Feb 6, 2025 at 7:54 AM John via Lists.Yoctoproject.Org wrote: > > Khem, > > Thanks for the help but no joy. It gives me a unrecognised image on the SD > card. It is un-mountable. I'm working in Linux and not Windows which I > believe is where the WIC format is more prevalent on. > dd'in

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

2025-02-06 Thread Khem Raj via lists.yoctoproject.org
On Thu, Feb 6, 2025 at 8:42 AM John via lists.yoctoproject.org wrote: > > So, I'm at the same point in this excruciating exercise. The output is the > same as what I reported before. I'm stuck at the loading of the linux kernel. > > I have to set the dtparam arm_64bit=0 for my Yocto image. Could

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

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] Unable to boot a raspberry Pi Zero 2 W using the master branch of Yocto #raspberrypi #raspberrypi0-wifi

2025-02-07 Thread Khem Raj via lists.yoctoproject.org
On Fri, Feb 7, 2025 at 5:39 AM John via Lists.Yoctoproject.Org wrote: > So with your suggested change to the file: raspberrypi0-2w.conf, it > stopped at the same place as reported in my first post. I of course, added > a line to the config.txt of: > > > arm_64bit=0 > > I checked the output on the

Re: [yocto] How to determine distro for a YP-based image?

2025-01-30 Thread Khem Raj via lists.yoctoproject.org
On Thu, Jan 30, 2025 at 11:48 AM Tim Bird via lists.yoctoproject.org wrote: > > Hello YP users, > > Is there any way to tell what distribution or bitbake image name was used > by looking at the contents of an image. > > I recently built a distribution based on Poky, using 'bitbake > core-image-m

Re: [yocto] perf.bb: do_comipler error

2024-12-06 Thread Khem Raj via lists.yoctoproject.org
On Fri, Dec 6, 2024 at 6:18 AM RAVIKUMAR RONAD via lists.yoctoproject.org wrote: > > Dear Experts, > > I am trying to generate a multimedia image using the Yocto Project build > system for our custom board, which is based on the i.MX6ULL processor. > > I followed the steps below: > > Executed: >

Re: [yocto] Script error when using EXTRA_IMAGECMD::append

2025-01-16 Thread Khem Raj via lists.yoctoproject.org
On Thu, Jan 16, 2025 at 11:38 AM Bills, Jason M via lists.yoctoproject.org wrote: > > Hello, > > I recently pulled down this change that fixes an issue with EXTRA_IMAGECMD > support for squashfs-xz: > https://github.com/yoctoproject/poky/commit/70a857b8f3fd3e9b95b903e8313d0014a6ff8c96. > Lookin

Re: [yocto] devtool error on "modify" with patches

2025-02-27 Thread Khem Raj via lists.yoctoproject.org
On Thu, Feb 27, 2025 at 7:46 PM Clayton Casciato via lists.yoctoproject.org wrote: > > I have not had success using devtool against recipes with existing patches. > I do not have any modifications to these recipes and they patch and build > fine using bitbake. > > -- > > poky$ devtool modify ipro

Re: [yocto] devtool error on "modify" with patches

2025-02-28 Thread Khem Raj via lists.yoctoproject.org
gal > *Sent:* Friday, February 28, 2025 2:27 AM > *To:* yocto@lists.yoctoproject.org ; > raj.k...@gmail.com > *Cc:* Clayton Casciato > *Subject:* Re: [yocto] devtool error on "modify" with patches > > > > Le ven. 28 févr. 2025 à 05:07, Khem Ra

Re: [yocto] [meta-raspberrypi][PATCH 1/2] Add support for A/B partition layout in rpi-sdimg class

2025-02-28 Thread Khem Raj via lists.yoctoproject.org
Can you create a PR on github.com/agherzhan/meta-raspberrypi On 2/28/25 3:14 PM, Abdelkhalek Mansouri via lists.yoctoproject.org wrote: From: "abdelkhalek-mansouri" Description: This patch introduces support for an A/B partition layout in the rpi-sdimg image creation process, enabling dual r

Re: [yocto] [HELP] Raspberry Pi CM4 sometimes hangs during reboot

2025-02-22 Thread Khem Raj via lists.yoctoproject.org
Hi Benjamin On Sat, Feb 22, 2025 at 6:27 AM Benjamin Marty via lists.yoctoproject.org wrote: > > Hello > > I'm using the meta-raspberrypi (scarthgap) layer on a Raspberry Pi CM4 > with an A/B root filesystem setup, updated via RAUC. After completing > an update, RAUC triggers a reboot using the s

Re: [yocto] Help needed with combining host and guest VM images in Yocto #qemu #qemux86-64

2025-02-26 Thread Khem Raj via lists.yoctoproject.org
On Wed, Feb 26, 2025 at 4:35 PM Ryan Lovelett via lists.yoctoproject.org wrote: > > I am trying to create a Yocto build that produces a host image containing > QEMU and also embeds a guest image that Yocto builds. The idea is to have a > host root filesystem that includes QEMU along with a separ