Khem Raj
Khem Raj
@OldManYellsAtCloud are you happy with the current patchset ?
Please add it to README as well as a separate PR
Following change to comment preferrred providers fixes the problem ```patch diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index 3ddd498f..e2aa104d 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc @@ -540,11 +540,11 @@ PREFERRED_PROVIDER_virtual/libgl ?= "mesa" PREFERRED_PROVIDER_virtual/libgles1 ?=...
@jwinarske yes, I am looking for updating to latest stable kernel as the upcoming yocto 5 release is a LTS one, and it will be good to have it on...
@poett1 thanks for bringing this up and trying yoe distro !!, our default projects https://github.com/YoeDistro/yoe-distro/tree/master/conf/projects is based on what someone provided and maintains, for x86 we have qemux86 and qemux86-64...
@granitepeak99 awesome !, all you would need is to readd meta-intel to submodule list ( you can use `yoe_add_layer` command ) and then create a project perhaps closest to copy...
what happens when you use MACHINE = "raspberrypi4-64"
we might need to tweak the system apparmor policy see https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/2056555 here is what worked for me on 24.04 ``` sudo tee /etc/apparmor.d/bitbake > /dev/null
> @kraj It doesn't look like it broke due to AppArmor. What do you think of the logs? interesting, maybe your install does not enable it, but in anycase if...
> @kraj It doesn't look like it broke due to AppArmor. What do you think of the logs? We are not mounting any persistent directory inside the docker right ?...