Khem Raj
Khem Raj
@seberg so far I have only fixed build, I am in process of setting up a test run in qemu/riscv32
> @seberg so far I have only fixed build, I am in process of setting up a test run in qemu/riscv32 I ran the tests ``` lib/tests/test_polynomial.py ................. [ 60%]...
@charris I think the test results above hold, for my purposes its working ok.
I think we need to refresh it and rerun the tests.
is this PR ready ?
@YaswanthDara thanks for the report, it seems you are on clang 14.x release. Are you able to repeoduce same error on master branch with Clang 19 as well ?
Thanks for report, it can be fixed by checking the .cmake file for existing before operating on it. ``` if [ -e ${D}${libdir}/cmake/llvm/LLVMConfig.cmake ] sed -i -e 's,${B},,g' ${D}${libdir}/cmake/llvm/LLVMConfig.cmake fi...
@shaunmulligan thanks for the report. I am not aware of anyone working on it in yocto community for rpi layer on it.
> After this change I am able to launch `rpicam-hello` but the application exits with the following error, > > ERROR: rpicam-apps currently only supports the Raspberry Pi platforms. Contributions...
> @kraj , I see some CI checks failing seems like CI broken or is it something in the PR ? yeah perhaps some CI glitch