Hi Dmitry,
On 11/04/25 01:02, Dmitry Baryshkov wrote:
On Wed, Apr 09, 2025 at 11:45:38AM +0530, Vignesh Raman wrote:
Add jobs to run dt_binding_check and dtbs_check. If warnings are seen,
exit with a non-zero error code while configuring them as warning in
the GitLab CI pipeline.
Signed-off-by: Vignesh Raman <vignesh.ra...@collabora.com>
---
v2:
- Use LLVM to build.
Why?
We are using LLVM/Clang instead of GCC to avoid architecture-specific
toolchain for cross compiling. This is done to make the script generic
and run only kunit tests. I will update this section.
Acked-by: Dmitry Baryshkov <dmitry.barysh...@oss.qualcomm.com>
Thanks.
Regards,
Vignesh