Re: [yocto] [meta-rockchip][PATCH] nanopi-m4: enable booting from uSD

2021-10-06 Thread Khem Raj
On 10/6/21 11:52 AM, Trevor Woerner wrote: Enable the vcc3v0_sd regulator on boot so that the device can boot from the uSD card (when using certain uSD cards). Upstream-Status: Submitted [http://lists.infradead.org/pipermail/linux-arm-kernel/2021-October/688254.html] Signed-off-by: Trevor Wo

[yocto] [meta-rockchip][PATCH] nanopi-m4: enable booting from uSD

2021-10-06 Thread Trevor Woerner
Enable the vcc3v0_sd regulator on boot so that the device can boot from the uSD card (when using certain uSD cards). Upstream-Status: Submitted [http://lists.infradead.org/pipermail/linux-arm-kernel/2021-October/688254.html] Signed-off-by: Trevor Woerner --- dtsi-enable-sdmmc-regulator-on-

Re: [yocto] virtual/egl on Raspberry Pi 4

2021-10-06 Thread Greg Wilson-Lindberg
Hello Joel, That is what was missing. Qt had reduced the size of their build to what was minimally needed to build their boot2qt demo, and I am using something that they don't. Thanks for telling me what was missing, Greg From: Joel Winarske Sent: Wednesday,

[yocto] [meta-zephyr][PATCH] zephyr-kernel-test: disable broken tests

2021-10-06 Thread Jon Mason
Add tests that don't currently compile successfully to the remove list for each specific machine. Signed-off-by: Jon Mason --- recipes-kernel/zephyr-kernel/zephyr-kernel-test.inc | 8 1 file changed, 8 insertions(+) diff --git a/recipes-kernel/zephyr-kernel/zephyr-kernel-test.inc b/re

[yocto] #bitbake TOPDIR not evaluating on custom distro

2021-10-06 Thread jussi.vanska via lists.yoctoproject.org
I have a curious problem with TOPDIR environment variable. Running standard Poky build with 25.0.3 works as expected but when using a custom distro layer the build fails as the host tools are not visible in path. Environment is identical, not counting the different path names, after sourcing th

Re: [yocto] virtual/egl on Raspberry Pi 4

2021-10-06 Thread Joel Winarske
Hi Greg, Do you have this in your local.conf? DISTRO_FEATURES_append = " opengl" On Tue, Oct 5, 2021, 11:22 AM Greg Wilson-Lindberg wrote: > 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-

Re: [yocto] #dunfell Path to sources in debugfs

2021-10-06 Thread bohdan . shubenok
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 sysroot b2010_rootfs/ (gdb) set substitute-path /usr/src/debug b2010/usr/src/debug things