Skip to content

build: fix yukawa 6.1 builds

When building with:|

$ tools/bazel run //yukawa-device:yukawa_dist

The following error is produced:

ERROR: The following kernel modules are built but not copied. Add these
lines to the module_outs attribute of @//yukawa-device:yukawa:
"drivers/tty/serial/meson_uart.ko",

Fix it by adding that line.

Merge request reports