João Henrique Ferreira de Freitas
João Henrique Ferreira de Freitas
Hi @mobileoverlord, Yes, it is. Here is my rationale: From https://docs.yoctoproject.org/ref-manual/qa-checks.html?highlight=contains+reference+tmpdir#errors-and-warnings it says: ``` File in package contains reference to TMPDIR [buildpaths] This check ensures that build system paths (including...
Just an example from Elixir: ``` strings tmp/work/core2-64-poky-linux/elixir/1.16.3/image/usr/lib/elixir/lib/ex_unit/ebin/Elixir.ExUnit.Server.beam | grep build ``` Returns ``` R/build/tmp/work/core2-64-poky-linux/elixir/1.16.3/git/lib/elixir/lib/gen_server.ex ``` And this is what YP QA task is complaining. If we take a look...
Hi, Here is a possible solution without fixing the world: https://github.com/meta-erlang/meta-erlang/pull/334 For Erlang: The first one is related to erlang-ptest package, the commit https://github.com/meta-erlang/meta-erlang/pull/334/commits/a643a88a65a49ff0576e7189776ea67135f91588 disables buildpaths checks for that package...
Hello, I have one Pi AI kit. And I'm planning to start some integration (using meta-raspberrypi). I saw some layers for it here https://github.com/hailo-ai/meta-hailo-soc
Hi, I'm using the following configuration: ``` DISABLE_SPLASH = "1" VIDEO_CAMERA = "0" DISABLE_RPI_BOOT_LOGO = "1" ENABLE_SPI_BUS = "1" ENABLE_I2C = "1" # Enable serial console on Raspberry PI systems...
Here is cmdline.txt and config.txt generated by meta-raspberrypi: [cmdline.txt](https://github.com/user-attachments/files/19356074/cmdline.txt) [config.txt](https://github.com/user-attachments/files/19356075/config.txt) enable_uart is 1.
Hello, I'm having almost the same issue. Any hint about how to better debug it ? Here are the vscode output and erlang_ls log. I'm using the same versions as...
Hi, This fix is also valid for master, 28, 27, 26, 25.
Hi @jhogberg Done. Let me know if you need anything else here. Thanks.
Hi, I've just rebased. Thanks.