|
Re: virtual/egl on Raspberry Pi 4
Hi Greg,
Do you have this in your local.conf?
DISTRO_FEATURES_append = " opengl"
Hi Greg,
Do you have this in your local.conf?
DISTRO_FEATURES_append = " opengl"
|
By
Joel Winarske
·
#54978
·
|
|
Re: #dunfell Path to sources in debugfs
#dunfell
Hi,
I`m trying to debug without connection to target at all. This are the examples of what I`m running:
# gdb-multiarch b2010_rootfs/usr/bin/noah-heatsystem var/volatile/crash/core.noah.565
(gdb) set
Hi,
I`m trying to debug without connection to target at all. This are the examples of what I`m running:
# gdb-multiarch b2010_rootfs/usr/bin/noah-heatsystem var/volatile/crash/core.noah.565
(gdb) set
|
By
bohdan.shubenok@...
·
#54977
·
|
|
Re: #dunfell Path to sources in debugfs
#dunfell
Hi,
I can see this on Qt builds as well. I doubt Qt can have such strange behavior left unnoticed for a long time. The part is missing is "include/QtCore"
Hi,
I can see this on Qt builds as well. I doubt Qt can have such strange behavior left unnoticed for a long time. The part is missing is "include/QtCore"
|
By
bohdan.shubenok@...
·
#54976
·
|
|
Re: Getting absolute paths in yocto generated native binary
#toolchain
#sdk
#bitbake
#native
Native recipes are meant for the build machine itself to aid your build. If you are packaging something to run on a destination machine, you should be producing non-native recipe images.
..Ch:W..
--
Native recipes are meant for the build machine itself to aid your build. If you are packaging something to run on a destination machine, you should be producing non-native recipe images.
..Ch:W..
--
|
By
Chuck Wolber
·
#54975
·
|
|
Re: Google GN support
> 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.
Thanks Khem!
> 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.
Thanks Khem!
|
By
Joel Winarske
·
#54974
·
|
|
Re: Getting absolute paths in yocto generated native binary
#toolchain
#sdk
#bitbake
#native
yocto provides a layer to abstract native binaries on top of build
host and thats what you are seeing. Its as designed.
>
>
>
yocto provides a layer to abstract native binaries on top of build
host and thats what you are seeing. Its as designed.
>
>
>
|
By
Khem Raj
·
#54973
·
|
|
Re: Google GN support
look at meta-browser/meta-chromium as well.
look at meta-browser/meta-chromium as well.
|
By
Khem Raj
·
#54972
·
|
|
Google GN support
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
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
|
By
Joel Winarske
·
#54971
·
|
|
Getting absolute paths in yocto generated native binary
#toolchain
#sdk
#bitbake
#native
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
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
|
By
Jean-Pierre Doyon <jpdoyon@...>
·
#54970
·
|
|
Re: #dunfell Path to sources in debugfs
#dunfell
Hi,
My comments are inline.
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
Hi,
My comments are inline.
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
|
By
Robert Berger
·
#54969
·
|
|
Re: [meta-rockchip][PATCH] rockchip.wks: use uuid for /boot during fstab-update
I tweaked the patch so that the fields lined up vertically, but otherwise…
Applied to meta-rockchip, master.
Thanks!
I tweaked the patch so that the fields lined up vertically, but otherwise…
Applied to meta-rockchip, master.
Thanks!
|
By
Trevor Woerner
·
#54968
·
|
|
Re: [meta-rockchip][PATCH 3/3] nanopi-m4: add common override
Applied to meta-rockchip, master.
Applied to meta-rockchip, master.
|
By
Trevor Woerner
·
#54967
·
|
|
Re: [meta-rockchip][PATCH 2/3] include/nanopi-m4: remove KMACHINE
Applied to meta-rockchip, master.
Applied to meta-rockchip, master.
|
By
Trevor Woerner
·
#54966
·
|
|
Re: [meta-rockchip][PATCH 1/3] linux-yocto: remove mmc aliases
Applied to meta-rockchip, master.
Applied to meta-rockchip, master.
|
By
Trevor Woerner
·
#54965
·
|
|
Re: #dunfell Path to sources in debugfs
#dunfell
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
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
|
By
Khem Raj
·
#54964
·
|
|
Re: virtual/egl on Raspberry Pi 4
Hi Khem,
I added the VC4GRAPHICS line and here is the complete error that I get:
ERROR: Nothing PROVIDES 'virtual/egl' (but
Hi Khem,
I added the VC4GRAPHICS line and here is the complete error that I get:
ERROR: Nothing PROVIDES 'virtual/egl' (but
|
By
Greg Wilson-Lindberg
·
#54963
·
|
|
Re: file package dependency
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
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
|
By
Khem Raj
·
#54962
·
|
|
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
<GWilson@...> wrote:
that should have worked well for userland recipe to provide it. Maybe
you need to set
VC4GRAPHICS = ""
in local.conf
<GWilson@...> wrote:
|
By
Khem Raj
·
#54961
·
|
|
Re: virtual/egl on Raspberry Pi 4
I am compiling in 32 bit mode.
I am compiling in 32 bit mode.
|
By
Greg Wilson-Lindberg
·
#54960
·
|
|
Yocto Project Status WW40`21
Current Dev Position: YP 3.4 M4
Next Deadline: 4th Oct. 2021 YP 3.4 M4 build
Next Team Meetings:
Bug Triage meeting Thursday Oct. 7th at 7:30am PDT
Current Dev Position: YP 3.4 M4
Next Deadline: 4th Oct. 2021 YP 3.4 M4 build
Next Team Meetings:
Bug Triage meeting Thursday Oct. 7th at 7:30am PDT
|
By
Stephen Jolley
·
#54959
·
|