Re: [yocto] Seeking documentation on the XDI format #yocto

2024-11-25 Thread Ross Burton via lists.yoctoproject.org
On 23 Nov 2024, at 23:12, penguin via lists.yoctoproject.org wrote: > > I've recently started working on a project that deploys images to the XDI > format. I'm unfamiliar with this format, and I can't seem to find any > information on it. Really just trying to figure out what it is and how I c

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] [scarthgap] meson.current_source_dir()

2024-12-10 Thread Ross Burton via lists.yoctoproject.org
On 10 Dec 2024, at 00:51, Joel Winarske via lists.yoctoproject.org wrote: > > Building on scarthgap I'm seeing a problem using meson. > > meson snippet: > ``` > lvgl_opt_var = cmake.subproject_options() > lvgl_c_flags = '-DEGL_NO_X11 -DLV_CONF_PATH=' + meson.current_source_dir() + > '/lv_conf.

Re: [yocto] Building wmbusmeters with Yocto

2024-12-17 Thread Ross Burton via lists.yoctoproject.org
On 17 Dec 2024, at 12:04, Daniel Kampert via lists.yoctoproject.org wrote: > | checking for xmlFreeDoc in -lxml2... yes > | configure: creating > build/tmp/work/aarch64-tdx-linux/wmbusmeters/0.1-r0/build/build/aarch64-tdx-linux-gnu/config.status > > | config.status: error: cannot find input f

Re: [yocto] Building wmbusmeters with Yocto

2024-12-17 Thread Ross Burton via lists.yoctoproject.org
On 17 Dec 2024, at 14:25, Daniel Kampert via Lists.Yoctoproject.Org wrote: > > QA Issue: File '/usr/bin/wmbusmeters' from wmbusmeters was already stripped, > this will prevent future debugging! I’ll spare you my rant about how hand-written Makefiles are a pain for everyone involved… The me

Re: [yocto] How to add ARM trust zone TA and CA in my os image

2024-12-06 Thread Ross Burton via lists.yoctoproject.org
On 6 Dec 2024, at 12:15, MOHAMMED HASSAN via lists.yoctoproject.org wrote: > > Hi guys, > I want to add ARM TA trusted application and CA client application to my os > image. I am using yocto dunfell 3.1.11 and yocto kirkstone. > Can you guys share some documentation that can help me with this?

Re: [yocto] [poky] [master] [PATCH] gcc-sanitizers.inc: fix for aarch64

2025-01-21 Thread Ross Burton via lists.yoctoproject.org
On 21 Jan 2025, at 18:08, Roos, Thomas wrote: > > Right. So should I create a v2 of that patch? Please, and put the bug link in a comment so the rationale doesn’t have to be dug out of git history. Ross -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply On

Re: [yocto] [poky] [master] [PATCH] gcc-sanitizers.inc: fix for aarch64

2025-01-21 Thread Ross Burton via lists.yoctoproject.org
On 21 Jan 2025, at 16:51, Thomas Roos via lists.yoctoproject.org wrote: > > From: Thomas Roos > > This is the issue fixed: > https://github.com/llvm/llvm-project/issues/65144 Is “fix” the right word? Looks like “work around” to me... Ross -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messag

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

2025-01-17 Thread Ross Burton via lists.yoctoproject.org
On 17 Jan 2025, at 07:20, Heinz Wrobel via lists.yoctoproject.org wrote: > > This is the append I use: > EXTRA_IMAGECMD:squashfs-xz:append = "-processors 64 -b 262144 -Xdict-size > 100% -Xbcj arm" > Shouldn’t there be a leading space, given that you use “append”? Yes, unless that isn’t