Re: Google GN support
Joel Winarske
> look at meta-browser/meta-chromium as well. The download archive (tar.xz) approach may be the easiest solution. Then one would just need to make a versioned recipe for each LTS.
|
|
Re: Getting absolute paths in yocto generated native binary
#toolchain
#sdk
#bitbake
#native
On Tue, Oct 5, 2021 at 1:59 PM Jean-Pierre Doyon <jpdoyon@...> wrote:
yocto provides a layer to abstract native binaries on top of build host and thats what you are seeing. Its as designed.
|
|
Re: Google GN support
On Tue, Oct 5, 2021 at 2:34 PM Joel Winarske <joel.winarske@...> wrote:
look at meta-browser/meta-chromium as well.
|
|
Google GN support
Joel Winarske
I'm looking into best practice LTS support for Google GN based projects. This includes Chromium, Flutter, SKIA, etc. The weakness I see today for GN projects is that it's a build system within a build system, and doesn't support idiomatic download caching, download vs patching isn't clear as it should be, etc. Two approaches to resolve this come to mind: 1. Do something similar to how meta-rust does it. Pre-process GN build files and generate Yocto recipes using a hostside tool (similar to cargo-bitbake for meta-rust). This would skip usage of gclient entirely, and the tradeoff is to incur download performance penalty. 2. Implement build parsing in a gclient/gn fetcher class. I feel the first approach would be easier to maintain and provide better flexibility. It would incur a new host dependency, and require an additional step to generate an updated recipe. I suspect the second approach would be an OE maintenance headache, as complexities would be directly exposed in OE. Is this why gclient fetcher support came and went? I'm figuring/hoping there are a few opinions floating around on this subject. Is there a better approach? Thanks, Joel
|
|
Getting absolute paths in yocto generated native binary
#toolchain
#sdk
#bitbake
#native
Jean-Pierre Doyon <jpdoyon@...>
I'm attempting to create a USB first boot tarball for our custom iMX6 board that would contain the imx-usb-loader executable, config files and u-boot/SPL files. The goal being to deploy that to the production machine to program the empty boards right after being assembled. While I had plenty of hurdles figuring out how to do this (I'm still pretty newbie with Yocyo), I managed to get everything just the way I wanted it. But when I get the tarball to the production machine, which runs the exact same Ubuntu 18.04 LTS Linux as the build machine, the imx_usb tool won't run. The reason being that it's missing some library. Running LDD on the executable turns up this:
Why is the ld-linux-x86-64.so.2 using an absolute path while all the other libraries aren't? If I install the library in the location above, then the executable starts working... So how do I make sure Yocto doesn't do this?
|
|
Re: #dunfell Path to sources in debugfs
#dunfell
Hi,
My comments are inline. On 05/10/2021 17:04, bohdan.shubenok@... wrote: Hi all,Just to clarify your user space applications crashes and you try to see why? In other words you would like to load the application and the core file into your debugger and inspect it? The issue I`m facing is with the source files path in "-dbg.rootfs" archive and within dedug portion of a package.This is very strange, but also I am not quite sure how exactly you debug. I assume you run gdbserver on the target and connect from some cross-gdb on your host to it. You could try to install gdb onto your target plus debug info and sources to exclude the cross-gdb configuration problem as I describe below. If you use gdbserver/cross-gdb I assume directories on your target rootfs and host roots are different. So you need to tell your cross-gdb on the host where to find the debug info and the sources. Can you please try something like this? http://docs.yoctoproject.org/singleindex.html#using-the-gdbserver-method What I would inspect carefully is something like that: $ cd directory-holding-the-debugfs-directory $ arch-gdb (gdb) set sysroot debugfs (gdb) set substitute-path /usr/src/debug debugfs/usr/src/debug (gdb) target remote IP-of-target:1234 At least in the latest and greatest version this works. I remember a bug a long time ago with some ancient yocto release with cross-debugging, but this was resolved with some upgrade and was certainly older than dunfell. Regards, Robert
|
|
Re: [meta-rockchip][PATCH] rockchip.wks: use uuid for /boot during fstab-update
Trevor Woerner
On Fri 2021-10-01 @ 03:20:35 PM, Markus Volk wrote:
Since the recent patch to switch to UUIDs [0aa5e600: "use uuidI tweaked the patch so that the fields lined up vertically, but otherwise… Applied to meta-rockchip, master. Thanks!
|
|
Re: [meta-rockchip][PATCH 3/3] nanopi-m4: add common override
Trevor Woerner
On Wed 2021-09-29 @ 01:29:38 AM, Trevor Woerner wrote:
Add a common override for both nanopi-m4 MACHINEs.Applied to meta-rockchip, master.
|
|
Re: [meta-rockchip][PATCH 2/3] include/nanopi-m4: remove KMACHINE
Trevor Woerner
On Wed 2021-09-29 @ 01:29:37 AM, Trevor Woerner wrote:
There is no "nanopi-m4" defined in any yocto kernel metadata (yet?), thereforeApplied to meta-rockchip, master.
|
|
Re: [meta-rockchip][PATCH 1/3] linux-yocto: remove mmc aliases
Trevor Woerner
On Wed 2021-09-29 @ 01:29:36 AM, Trevor Woerner wrote:
Now that we're booting via UUID, we no longer need these aliases in the DT.Applied to meta-rockchip, master.
|
|
Re: #dunfell Path to sources in debugfs
#dunfell
On 10/5/21 7:04 AM, bohdan.shubenok@... wrote:
Hi all,I think its not a general problem with autotool based projects doing out of tree builds but just with sqlite3 package. Perhaps you might want to look at compiler commandline options being passed to sqlite3 build and see if paths can be adjusted during build to account for out of tree build.
|
|
Re: virtual/egl on Raspberry Pi 4
Greg Wilson-Lindberg
Hi Khem, I added the VC4GRAPHICS line and here is the complete error that I get:
ERROR: Nothing PROVIDES 'virtual/egl' (but /home/gwilson/Qt-5.15.6/Yocto-build-RPi4/sources/meta-qt5/recipes-qt/qt5/qtbase_git.bb DEPENDS on or otherwise requires it)
vc-graphics PROVIDES virtual/egl but was skipped: PREFERRED_PROVIDER_virtual/libgles2 set to mesa, not vc-graphics
opengldummy PROVIDES virtual/egl but was skipped: PREFERRED_PROVIDER_virtual/libgles2 set to mesa, not opengldummy
vc-graphics-hardfp PROVIDES virtual/egl but was skipped: PREFERRED_PROVIDER_virtual/libgles2 set to mesa, not vc-graphics-hardfp
qtglesstream-dummy-client PROVIDES virtual/egl but was skipped: PREFERRED_PROVIDER_virtual/libgles2 set to mesa, not qtglesstream-dummy-client
NOTE: Runtime target 'zint' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['zint', 'qtbase', 'virtual/egl']
Greg
From: Khem Raj <raj.khem@...>
Sent: Tuesday, October 5, 2021 9:31:49 AM To: Greg Wilson-Lindberg Cc: yocto@... Subject: Re: [yocto] virtual/egl on Raspberry Pi 4 that should have worked well for userland recipe to provide it. Maybe
you need to set VC4GRAPHICS = "" in local.conf On Tue, Oct 5, 2021 at 8:53 AM Greg Wilson-Lindberg <GWilson@...> wrote: > > I am compiling in 32 bit mode. > > > > From: Khem Raj <raj.khem@...> > Sent: Monday, October 4, 2021 5:15 PM > To: Greg Wilson-Lindberg <GWilson@...> > Cc: yocto@... > Subject: Re: [yocto] virtual/egl on Raspberry Pi 4 > > > > It should have automatically found user land package as one of providers but if it is not doing so that means it’s being ignored because it’s not compatible arch or something > > Are you compiling 32bit mode ? > > > > > > On Mon, Oct 4, 2021 at 4:08 PM Greg Wilson-Lindberg <GWilson@...> wrote: > > Hi Khem, > Yes, the Raspberry Pi boards do use closed source drivers. What I need is how do I include the proper package that will bring in the necessary virtual/egl for the Raspberry Pi 4. > > Greg > > -----Original Message----- > > From: Khem Raj <raj.khem@...> > > Sent: Monday, October 4, 2021 14:17 > > To: Greg Wilson-Lindberg <GWilson@...>; > > yocto@... > > Subject: Re: [yocto] virtual/egl on Raspberry Pi 4 > > > > > > > > On 10/4/21 12:39 PM, Greg Wilson-Lindberg wrote: > > > Hello list, > > > > > > I'm working on a Qt supplied boot2qt Yocto build currently based on > > > Zeus that is running on a Raspberry Pi 4. I recently updated the qt > > > version to 5.15.6 and Qt changed something in the Yocto configuration > > > that they are using and now one of the recipes that we use is failing > > > saying that in needs 'virtual/egl' but that it is not provided by any recipe. > > > > > > In the searching that I have done I have found that the raspberry pi 4 > > > is particular on which package supplies the virtual/egl but I haven't > > > seen anything that indicates what I should do to re-enable it. > > > > > > Can anyone tell me what I need to do to enable the correct driver to > > > get virtual/egl provided on the Raspberry Pi 4? Or maybe even better, > > > how I could search through the packages that are enabled on the old > > > and new Yocto trees so that I can figure out what changed between the > > > releases and re-enable the virtual/egl. > > > > > > > it should be provided by userland package if you are using closed source > > graphics driver. > > > > > Best Regards, > > > > > > Greg Wilson-Lindberg > > > > > > > > > > > > > > >
|
|
Re: file package dependency
On 10/5/21 5:10 AM, Timur wrote:
Hi, I'm building a yocto release from the thud branch. The size of the OS image is very critical, so I need to remove as much as I can. Looking at the dependency information, I can see that the "file" package is not required by any other package, but yet it is installed. I really have to remove this package because it is quite large with its magic database, but I can't find who is installing it and why.I think looking into buildhistory metadata might give some hints, it stores the information about image to package dependencies in a dotty file which you can either open in a viewer or text editor and see who might be pulling the package which provides file utility. So firstly you have to find which package provides file utility which could be done via oe-pkg-utils tool
|
|
Re: virtual/egl on Raspberry Pi 4
that should have worked well for userland recipe to provide it. Maybe
you need to set VC4GRAPHICS = "" in local.conf On Tue, Oct 5, 2021 at 8:53 AM Greg Wilson-Lindberg <GWilson@...> wrote:
|
|
Re: virtual/egl on Raspberry Pi 4
Greg Wilson-Lindberg
I am compiling in 32 bit mode.
From: Khem Raj <raj.khem@...>
Sent: Monday, October 4, 2021 5:15 PM To: Greg Wilson-Lindberg <GWilson@...> Cc: yocto@... Subject: Re: [yocto] virtual/egl on Raspberry Pi 4
It should have automatically found user land package as one of providers but if it is not doing so that means it’s being ignored because it’s not compatible arch or something Are you compiling 32bit mode ?
On Mon, Oct 4, 2021 at 4:08 PM Greg Wilson-Lindberg <GWilson@...> wrote:
|
|
Yocto Project Status WW40`21
Stephen Jolley
Current Dev Position: YP 3.4 M4 Next Deadline: 4th Oct. 2021 YP 3.4 M4 build
Next Team Meetings:
Key Status/Updates:
Ways to contribute:
YP 3.4 Milestone Dates:
Tracking Metrics:
The Yocto Project’s technical governance is through its Technical Steering Committee, more information is available at: https://wiki.yoctoproject.org/wiki/TSC
The Status reports are now stored on the wiki at: https://wiki.yoctoproject.org/wiki/Weekly_Status
[If anyone has suggestions for other information you’d like to see on this weekly status update, let us know!]
Thanks,
Stephen K. Jolley Yocto Project Program Manager ( Cell: (208) 244-4460 * Email: sjolley.yp.pm@...
|
|
Re: [meta-zephyr 0/2] add support of the zephyr-openamp-rsc-table sample on STM32MP157
Arnaud Pouliquen <arnaud.pouliquen@...>
Hello Saini,
On 10/5/21 9:08 AM, Saini, Naveen Kumar wrote: This is only cover letter, I do not see patches on mailing list..Yes something strange, they are not listed on same page of the archive on https://lists.yoctoproject.org/ Patch 1/2 and patch 2/2 associated with this one are visible in the Yocto archive: link to the patches on mail-archive.com: https://www.mail-archive.com/yocto@lists.yoctoproject.org/msg07088.html https://www.mail-archive.com/yocto@lists.yoctoproject.org/msg07089.html Please tell me if you need that I resend the series. Regards, Arnaud
|
|
#dunfell Path to sources in debugfs
#dunfell
bohdan.shubenok@...
Hi all,
I`m trying to debug coredump generated on embedded system running dunfel. The issue I`m facing is with the source files path in "-dbg.rootfs" archive and within dedug portion of a package. When loaded in QtCreator some sources can`t be found : The part is missing is "build/..". Such notation is obviosly cancels itself and adding empty "build" folder manually helps. This path allings with how it builds. Here is a part of Makefile found in build path for sqlite: build/Makefile:20:VPATH = ../sqlite-autoconf-3310100 build/Makefile:313:abs_srcdir = /home/bohdan/noah/noah/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/sqlite3/3_3.31.1-r0/build/../sqlite-autoconf-3310100 build/Makefile:315:abs_top_srcdir = /home/bohdan/noah/noah/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/sqlite3/3_3.31.1-r0/build/../sqlite-autoconf-3310100 build/Makefile:358:srcdir = ../sqlite-autoconf-3310100 So I tried to disable out-of-tree build for sqlite by replacing 'inherit autotools' with 'inherit autotools-brokensep'. After building and loading new debugfs QtCreator was able to found required sources: Is this a known issue or me doing something wrong with build setup?
|
|
file package dependency
Timur
Hi, I'm building a yocto release from the thud branch. The size of the OS image is very critical, so I need to remove as much as I can. Looking at the dependency information, I can see that the "file" package is not required by any other package, but yet it is installed. I really have to remove this package because it is quite large with its magic database, but I can't find who is installing it and why.
-- Timur Aydın TEL: 536 939 65 88
|
|
Re: Enabling Websockets in Mosquitto in yocto zeus
#zeus
Nicolas Jeker
On Fri, 2021-10-01 at 03:45 -0700, poornesh@... wrote:
Greetings !There's a 'websockets' PACKAGECONFIG for the mosquitto recipe. You can read more about how to change PACKAGECONFIGs in the documentation [1]. Be aware that since yocto dunfell, the websockets PACKAGECONFIG is enabled by default, so you can remove it if you update to a newer version in the future. [1]: https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#var-PACKAGECONFIG Thanks in Advance
|
|